net/ixgbe: remove option to disable offload flags
authorKonstantin Ananyev <konstantin.ananyev@intel.com>
Mon, 10 Apr 2017 15:59:42 +0000 (16:59 +0100)
committerFerruh Yigit <ferruh.yigit@intel.com>
Wed, 19 Apr 2017 13:37:37 +0000 (15:37 +0200)
commitb81f5fa27f3a6a1e3d6b06f4517beb8c37b3c657
tree1c34546b16a6ece496baf62b8fed8ddd3c897dd9
parentf160666a1073e7025880c1d7588012011cd5534c
net/ixgbe: 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
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: Konstantin Ananyev <konstantin.ananyev@intel.com>
config/common_base
doc/guides/nics/ixgbe.rst
drivers/net/ixgbe/ixgbe_rxtx_vec_common.h
drivers/net/ixgbe/ixgbe_rxtx_vec_neon.c
drivers/net/ixgbe/ixgbe_rxtx_vec_sse.c