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

2017-04-03 Thread Bruce Richardson
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

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

2017-04-03 Thread Ferruh Yigit
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 poin