On Mon, Apr 03, 2017 at 03:45:46PM +0100, Ferruh Yigit wrote: > On 4/3/2017 3:39 PM, Bruce Richardson wrote: > > Having packets received without any offload flags given in the mbuf is not > > very useful, and performance tests with testpmd indicates little to no > > benefit is got with the current code by turning off the flags. This makes > > the build-time option pointless, so we can remove it. > > > > Signed-off-by: Bruce Richardson <bruce.richard...@intel.com> > > --- > > config/common_base | 1 - > > doc/guides/nics/i40e.rst | 5 ----- > > drivers/net/i40e/i40e_rxtx_vec_common.h | 8 -------- > > drivers/net/i40e/i40e_rxtx_vec_neon.c | 11 ----------- > > drivers/net/i40e/i40e_rxtx_vec_sse.c | 11 ----------- > > Should this patch also update powerpc vector PMD (i40e_rxtx_vec_altivec.c) ? > Yes, good catch. I based this work off the main tree rather than next-net as I was looking at the mbuf changes primarily. Once we get either next-net or the mbuf patches merged in, I'll do a V2 with all updates included.
/Bruce