Re: [dpdk-dev] [PATCH v3] net/sfc: enable TSO by default

2017-01-23 Thread Ferruh Yigit
On 1/20/2017 3:22 PM, Andrew Rybchenko wrote: > Remove RTE_LIBRTE_SFC_EFX_TSO config option since it is not > required any more: > - unreasonable limit on number of Tx queues when TSO is not >actually required should be solved using per-device parameter > - performance difference with and wit

[dpdk-dev] [PATCH v3] net/sfc: enable TSO by default

2017-01-20 Thread Andrew Rybchenko
Remove RTE_LIBRTE_SFC_EFX_TSO config option since it is not required any more: - unreasonable limit on number of Tx queues when TSO is not actually required should be solved using per-device parameter - performance difference with and without TSO compiled in is small Signed-off-by: Andrew Ryb