net/i40e: remove option to disable offload flags
authorBruce Richardson <bruce.richardson@intel.com>
Thu, 6 Apr 2017 11:32:17 +0000 (12:32 +0100)
committerFerruh Yigit <ferruh.yigit@intel.com>
Wed, 19 Apr 2017 13:37:37 +0000 (15:37 +0200)
commitc3f7edcd8cf4fa06b0ba6e012817b1cd76cc7510
treea2d4000d942ca57b7e781bda42f2576e984bf6ae
parentf4356d7ca1686531798aea20dd7dd589b8946141
net/i40e: remove option to disable offload flags

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@intel.com>
Acked-by: Jianbo Liu <jianbo.liu@linaro.org>
config/common_base
doc/guides/nics/i40e.rst
drivers/net/i40e/i40e_rxtx_vec_altivec.c
drivers/net/i40e/i40e_rxtx_vec_common.h
drivers/net/i40e/i40e_rxtx_vec_neon.c
drivers/net/i40e/i40e_rxtx_vec_sse.c