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

2017-03-06 Thread Shahaf Shuler
Monday, March 6, 2017 11:31 AM, Ferruh Yigit: > On 3/6/2017 8:50 AM, Ferruh Yigit wrote: > > On 3/2/2017 9:01 AM, Shahaf Shuler wrote: > >> Implement support for hardware TSO. > >> > >> Signed-off-by: Shahaf Shuler > >> --- > >> on v3: > >> * fix alignment issues > >> * for warn log > >> on v2:

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

2017-03-06 Thread Ferruh Yigit
On 3/2/2017 9:15 AM, Nélio Laranjeiro wrote: > On Thu, Mar 02, 2017 at 11:01:31AM +0200, Shahaf Shuler wrote: >> Implement support for hardware TSO. >> >> Signed-off-by: Shahaf Shuler > Acked-by: Nelio Laranjeiro Applied to dpdk-next-net/master, thanks.

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

2017-03-06 Thread Ferruh Yigit
On 3/6/2017 8:50 AM, Ferruh Yigit wrote: > On 3/2/2017 9:01 AM, Shahaf Shuler wrote: >> Implement support for hardware TSO. >> >> Signed-off-by: Shahaf Shuler >> --- >> on v3: >> * fix alignment issues >> * for warn log >> on v2: >> * Instead of exposing capability, TSO checks on data path. >>

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

2017-03-06 Thread Ferruh Yigit
On 3/2/2017 9:01 AM, Shahaf Shuler wrote: > Implement support for hardware TSO. > > Signed-off-by: Shahaf Shuler > --- > on v3: > * fix alignment issues > * for warn log > on v2: > * Instead of exposing capability, TSO checks on data path. > * PMD specific parameter to enable TSO. > * differ

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

2017-03-02 Thread Nélio Laranjeiro
On Thu, Mar 02, 2017 at 11:01:31AM +0200, Shahaf Shuler wrote: > Implement support for hardware TSO. > > Signed-off-by: Shahaf Shuler > --- > on v3: > * fix alignment issues > * for warn log > on v2: > * Instead of exposing capability, TSO checks on data path. > * PMD specific parameter to en

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

2017-03-02 Thread Shahaf Shuler
Implement support for hardware TSO. Signed-off-by: Shahaf Shuler --- on v3: * fix alignment issues * for warn log 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-