Hi Ben, The following changes since commit 1fb924b8091b7ee33020b28c2826e096a7d42ef0:
Documentation: Update Faucet tutorial. (2018-01-17 10:18:27 -0800) are available in the git repository at: https://github.com/istokes/ovs dpdk_merge for you to fetch changes up to b2e8b12f8a821905c25295e04b843c0592a44339: netdev-dpdk: add vhost-user get_status. (2018-01-17 18:12:46 +0000) These changes are intended for both Master and OVS 2.9. ---------------------------------------------------------------- Flavio Leitner (1): netdev-dpdk: add vhost-user get_status. Ilya Maximets (5): dpif-netdev: Use microsecond granularity. dpif-netdev: Count cycles on per-rxq basis. dpif-netdev: Time based output batching. docs: Describe output packet batching in DPDK guide. NEWS: Mark output packet batching support. Jan Scheurich (2): dpif-netdev: Refactor PMD performance into dpif-netdev-perf dpif-netdev: Refactor cycle counting Kevin Traynor (3): dpif-netdev: Reset the rxq current cycle counter on reload. dpif-netdev: Add percentage of pmd/core used by each rxq. NEWS: Add entry for new appctl dpif-netdev/pmd-rxq-rebalance. zhangliping (1): netdev-dpdk: fix ingress_policer leak on error path Documentation/howto/dpdk.rst | 11 ++++ Documentation/intro/install/dpdk.rst | 58 +++++++++++++++++ NEWS | 6 ++ lib/automake.mk | 2 + lib/dpif-netdev-perf.c | 60 ++++++++++++++++++ lib/dpif-netdev-perf.h | 232 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ lib/dpif-netdev.c | 654 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++----------------------------------------------------------------------------------------------- lib/netdev-dpdk.c | 63 ++++++++++++++++++- tests/pmd.at | 81 ++++++++++++++++-------- vswitchd/vswitch.xml | 16 +++++ 10 files changed, 833 insertions(+), 350 deletions(-) create mode 100644 lib/dpif-netdev-perf.c create mode 100644 lib/dpif-netdev-perf.h Thanks Ian _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
