2
0
mirror of https://github.com/openvswitch/ovs synced 2025-10-17 14:28:02 +00:00
Files
openvswitch/lib
Ilya Maximets a14b8947fd dpif-netdev: Allow different numbers of rx queues for different ports.
Currently, all of the PMD netdevs can only have the same number of
rx queues, which is specified in other_config:n-dpdk-rxqs.

Fix that by introducing of new option for PMD interfaces: 'n_rxq', which
specifies the maximum number of rx queues to be created for this
interface.

Example:
	ovs-vsctl set Interface dpdk0 options:n_rxq=8

Old 'other_config:n-dpdk-rxqs' deleted.

Signed-off-by: Ilya Maximets <i.maximets@samsung.com>
Acked-by: Ben Pfaff <blp@ovn.org>
Acked-by: Flavio Leitner <fbl@sysclose.org>
Signed-off-by: Daniele Di Proietto <diproiettod@vmware.com>
2016-02-04 17:10:45 -08:00
..
2015-08-26 15:37:42 -07:00
2015-12-21 17:23:43 -08:00
2015-12-21 17:23:43 -08:00
2015-06-13 18:12:08 -07:00
2015-03-03 13:37:34 -08:00
2015-03-03 13:37:39 -08:00
2015-09-01 15:17:55 -07:00
2015-08-03 16:50:01 -07:00
2015-06-11 17:28:37 -07:00
2016-01-29 05:54:33 -08:00
2016-01-12 12:56:28 -08:00
2016-01-20 09:50:27 -08:00
2016-01-20 09:50:27 -08:00
2015-01-19 10:06:03 -08:00
2015-06-11 17:28:37 -07:00
2015-01-14 10:30:49 +09:00
2014-12-10 13:38:01 +09:00
2015-12-14 05:12:34 -08:00
2015-12-14 05:12:34 -08:00
2015-08-02 11:57:35 -07:00
2014-06-27 10:37:58 +12:00
2015-08-26 16:39:30 -07:00
2015-08-26 16:39:30 -07:00
2014-03-13 09:14:16 -07:00
2014-03-13 09:14:16 -07:00
2015-03-03 13:37:37 -08:00
2015-02-20 11:32:06 -08:00
2014-03-17 14:20:49 -07:00
2014-03-28 11:09:26 -07:00
2015-06-13 18:12:08 -07:00