Re: [dpdk-dev] [PATCH v2 2/2] net/mlx5: fix PMD specific parameters defaults

2017-04-19 Thread Shahaf Shuler
Wednesday, April 19, 2017 3:25 PM, Ferruh Yigit: > On 4/19/2017 12:32 PM, Shahaf Shuler wrote: > > Wednesday, April 19, 2017 1:57 PM, Ferruh Yigit: > >> On 4/18/2017 11:22 AM, Shahaf Shuler wrote: > >>> With the Enhanced multi packet send addition, the defaults were made > >>> in order to get the

Re: [dpdk-dev] [PATCH v2 2/2] net/mlx5: fix PMD specific parameters defaults

2017-04-19 Thread Ferruh Yigit
On 4/19/2017 12:32 PM, Shahaf Shuler wrote: > Wednesday, April 19, 2017 1:57 PM, Ferruh Yigit: >> On 4/18/2017 11:22 AM, Shahaf Shuler wrote: >>> With the Enhanced multi packet send addition, the defaults were made >>> in order to get the maximum out of the box performance. >>> Features like tso, d

Re: [dpdk-dev] [PATCH v2 2/2] net/mlx5: fix PMD specific parameters defaults

2017-04-19 Thread Shahaf Shuler
Wednesday, April 19, 2017 1:57 PM, Ferruh Yigit: > On 4/18/2017 11:22 AM, Shahaf Shuler wrote: > > With the Enhanced multi packet send addition, the defaults were made > > in order to get the maximum out of the box performance. > > Features like tso, don't use the enhanced send, however the default

Re: [dpdk-dev] [PATCH v2 2/2] net/mlx5: fix PMD specific parameters defaults

2017-04-19 Thread Ferruh Yigit
On 4/18/2017 11:22 AM, Shahaf Shuler wrote: > With the Enhanced multi packet send addition, the defaults were made > in order to get the maximum out of the box performance. > Features like tso, don't use the enhanced send, however the defaults > are still valid. This cause Tx queue creation to fail

[dpdk-dev] [PATCH v2 2/2] net/mlx5: fix PMD specific parameters defaults

2017-04-18 Thread Shahaf Shuler
With the Enhanced multi packet send addition, the defaults were made in order to get the maximum out of the box performance. Features like tso, don't use the enhanced send, however the defaults are still valid. This cause Tx queue creation to fail. Fixes: aea00c008140 ("net/mlx5: add hardware TSO