[dpdk-dev] [PATCH 0/4] Rel 17.08: add compile time checks to vpmds

Bruce Richardson bruce.richardson at intel.com
Fri Apr 28 18:21:11 CEST 2017


As previously discussed*, add some compile time checks to the vpmds to
help sanity-check their dependencies on the mbuf layout.

* http://dpdk.org/ml/archives/dev/2017-April/064988.html

Bruce Richardson (4):
  net/ixgbe: add compile-time checks to vector driver
  net/ixgbe: enable ixgbe vector PMD for i686
  net/i40e: add compile-time checks to vector driver
  net/fm10k: add compile-time checks to vector driver

 config/defconfig_i686-native-linuxapp-gcc |  5 -----
 drivers/net/fm10k/fm10k_rxtx_vec.c        | 15 +++++++++++++++
 drivers/net/i40e/i40e_rxtx_vec_sse.c      | 30 ++++++++++++++++++++++++++++++
 drivers/net/ixgbe/ixgbe_rxtx_vec_sse.c    | 29 +++++++++++++++++++++++++++++
 4 files changed, 74 insertions(+), 5 deletions(-)

-- 
2.9.3



More information about the dev mailing list