Hi Ben, The following changes since commit fa233667eecac83c68662702622f4d0c66d2364b:
bond: Fix bug that writes to freed memory (2017-12-20 09:36:39 -0800) are available in the git repository at: https://github.com/istokes/ovs dpdk_merge for you to fetch changes up to cc4891f39d574986948ac87280cfe9017fe17a39: dpif-netdev: Count sent packets and batches. (2017-12-20 21:07:46 +0000) ---------------------------------------------------------------- Ilya Maximets (8): vswitchd: Document netdev-dpdk commands. netdev-dpdk: Add debug appctl to get mempool information. docs: Fix table view for VM config in dpdk howto. dpif-netdev: Keep latest measured time for PMD thread. dpif-netdev: Output packet batching. netdev: Remove unused may_steal. netdev: Remove useless cutlen. dpif-netdev: Count sent packets and batches. Documentation/howto/dpdk.rst | 22 +++++++++--------- NEWS | 2 ++ lib/automake.mk | 1 + lib/dpif-netdev.c | 244 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++--------------------------------------------------------- lib/netdev-bsd.c | 6 ++--- lib/netdev-dpdk-unixctl.man | 14 ++++++++++++ lib/netdev-dpdk.c | 84 +++++++++++++++++++++++++++++++++++++++++++++++++++++---------------- lib/netdev-dummy.c | 6 ++--- lib/netdev-linux.c | 8 +++---- lib/netdev-provider.h | 7 +++--- lib/netdev.c | 12 ++++------ lib/netdev.h | 2 +- manpages.mk | 2 ++ vswitchd/ovs-vswitchd.8.in | 1 + 14 files changed, 290 insertions(+), 121 deletions(-) create mode 100644 lib/netdev-dpdk-unixctl.man Thanks Ian _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
