This is the first part of XPS patch-set which contains generic fixes not directly connected with XPS or manual pinning but required by them.
Last patch which is left here allows to reconfigure number of queues in runtime according to settings from connected virtio device. Version 4: * Dropped already applied patch "netdev-dpdk: Use instant sending instead of queueing of packets." * Merged fixup from previous version: http://openvswitch.org/pipermail/dev/2016-June/073906.html It adds few comments and reduces number of queues to poll after virtio disconnection by reconfiguration with 1 queue pair requested. * rebased on current master Ilya Maximets (1): dpif-netdev: Move setting of queue number to netdev layer. INSTALL.DPDK-ADVANCED.md | 26 +++----- NEWS | 2 + lib/dpif-netdev.c | 31 ++------- lib/netdev-bsd.c | 1 - lib/netdev-dpdk.c | 162 +++++++++++++++++++---------------------------- lib/netdev-dummy.c | 31 ++------- lib/netdev-linux.c | 1 - lib/netdev-provider.h | 16 ----- lib/netdev-vport.c | 1 - lib/netdev.c | 30 --------- lib/netdev.h | 1 - vswitchd/vswitch.xml | 3 +- 12 files changed, 90 insertions(+), 215 deletions(-) -- 2.7.4 _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev