Re: [dpdk-dev] [PATCH] net/mlx5: separate generic tunnel TSO from the standard one

2018-06-26 Thread Shahaf Shuler
Monday, June 25, 2018 2:33 PM, Nélio Laranjeiro: > Subject: Re: [PATCH] net/mlx5: separate generic tunnel TSO from the > standard one > > On Mon, Jun 25, 2018 at 11:23:22AM +, Shahaf Shuler wrote: > > Monday, June 25, 2018 9:41 AM , Nélio Laranjeiro: > > > Subject: Re: [PATCH] net/mlx5: separa

Re: [dpdk-dev] [PATCH] net/mlx5: separate generic tunnel TSO from the standard one

2018-06-25 Thread Nélio Laranjeiro
On Mon, Jun 25, 2018 at 11:23:22AM +, Shahaf Shuler wrote: > Monday, June 25, 2018 9:41 AM , Nélio Laranjeiro: > > Subject: Re: [PATCH] net/mlx5: separate generic tunnel TSO from the > > standard one > > > > On Sun, Jun 24, 2018 at 09:22:26AM +0300, Shahaf Shuler wrote: > > > The generic tunne

Re: [dpdk-dev] [PATCH] net/mlx5: separate generic tunnel TSO from the standard one

2018-06-25 Thread Shahaf Shuler
Monday, June 25, 2018 9:41 AM , Nélio Laranjeiro: > Subject: Re: [PATCH] net/mlx5: separate generic tunnel TSO from the > standard one > > On Sun, Jun 24, 2018 at 09:22:26AM +0300, Shahaf Shuler wrote: > > The generic tunnel TSO was depended in the regular one capabilities to > > be enabled. > > >

Re: [dpdk-dev] [PATCH] net/mlx5: separate generic tunnel TSO from the standard one

2018-06-24 Thread Nélio Laranjeiro
On Sun, Jun 24, 2018 at 09:22:26AM +0300, Shahaf Shuler wrote: > The generic tunnel TSO was depended in the regular one capabilities to > be enabled. > > Cc: sta...@dpdk.org > > Signed-off-by: Shahaf Shuler > Acked-by: Yongseok Koh > --- > drivers/net/mlx5/mlx5_txq.c | 13 + > 1 fi

[dpdk-dev] [PATCH] net/mlx5: separate generic tunnel TSO from the standard one

2018-06-23 Thread Shahaf Shuler
The generic tunnel TSO was depended in the regular one capabilities to be enabled. Cc: sta...@dpdk.org Signed-off-by: Shahaf Shuler Acked-by: Yongseok Koh --- drivers/net/mlx5/mlx5_txq.c | 13 + 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/drivers/net/mlx5/mlx5_txq