Re: [dpdk-dev] [PATCH v2 1/1] net/mlx5: add hardware TSO support

2017-03-01 Thread Nélio Laranjeiro
Sahaf, Some few remarks below. On Wed, Mar 01, 2017 at 01:11:42PM +0200, Shahaf Shuler wrote: > Implement support for hardware TSO. > > Signed-off-by: Shahaf Shuler > --- > on v2: > * Instead of exposing capability, TSO checks on data path. > * PMD specific parameter to enable TSO. > * diffe

[dpdk-dev] [PATCH v2 1/1] net/mlx5: add hardware TSO support

2017-03-01 Thread Shahaf Shuler
Implement support for hardware TSO. Signed-off-by: Shahaf Shuler --- on v2: * Instead of exposing capability, TSO checks on data path. * PMD specific parameter to enable TSO. * different implementaion for the data path. Performance impact ~0.1-0.2Mpps --- doc/guides/nics/features/mlx5.ini