[dpdk-dev] [PATCH 2/2] net/i40e: remove option to disable offload flags

Ferruh Yigit ferruh.yigit at intel.com
Mon Apr 3 16:45:46 CEST 2017


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.richardson at 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) ?

Thanks,
ferruh


More information about the dev mailing list