Hi Ben, The following changes since commit 1ac690899592f97520aa1c959a623175e642f0a4:
NEWS: Mention daemon mode support for ovn-nbctl. (2018-07-24 09:14:28 -0700) are available in the git repository at: https://github.com/istokes/ovs dpdk_merge for you to fetch changes up to 7a2ce387d8174b4b57133eb1f3689aa833e911c5: sparse: Add support for DPDK. (2018-07-24 22:36:56 +0100) ---------------------------------------------------------------- Ben Pfaff (4): netdev-dpdk: Fix incorrect byte order conversion in log message. netdev-dpdk: Fix sparse complaints. netdev-dpdk: Use ETH_ADDR_BYTES_ARGS instead of open-coding it. sparse: Add support for DPDK. Ian Stokes (1): Docs: Improve OVS DPDK version mapping notice. Yipeng Wang (1): dpif-netdev: Add SMC cache after EMC cache Documentation/howto/dpdk.rst | 6 +- Documentation/intro/install/dpdk.rst | 6 +- Documentation/topics/dpdk/bridge.rst | 15 ++ Makefile.am | 2 +- NEWS | 2 + build-aux/initial-tab-whitelist | 1 + include/sparse/automake.mk | 9 ++ include/sparse/rte_byteorder.h | 281 +++++++++++++++++++++++++++++++++++++ include/sparse/rte_esp.h | 65 +++++++++ include/sparse/rte_flow.h | 1483 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ include/sparse/rte_icmp.h | 106 ++++++++++++++ include/sparse/rte_ip.h | 490 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ include/sparse/rte_sctp.h | 103 ++++++++++++++ include/sparse/rte_tcp.h | 108 ++++++++++++++ include/sparse/rte_udp.h | 103 ++++++++++++++ include/sparse/xmmintrin.h | 24 ++++ lib/cmap.c | 74 ++++++++++ lib/cmap.h | 11 ++ lib/dpif-netdev-perf.h | 1 + lib/dpif-netdev.c | 329 ++++++++++++++++++++++++++++++++++++++----- lib/netdev-dpdk.c | 26 ++-- tests/pmd.at | 7 +- vswitchd/vswitch.xml | 13 ++ 23 files changed, 3204 insertions(+), 61 deletions(-) create mode 100644 include/sparse/rte_byteorder.h create mode 100644 include/sparse/rte_esp.h create mode 100644 include/sparse/rte_flow.h create mode 100644 include/sparse/rte_icmp.h create mode 100644 include/sparse/rte_ip.h create mode 100644 include/sparse/rte_sctp.h create mode 100644 include/sparse/rte_tcp.h create mode 100644 include/sparse/rte_udp.h create mode 100644 include/sparse/xmmintrin.h Thanks Ian _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
