Re: [dpdk-dev] [PATCH v2 1/2] net/mlx5: modify PMD args process

2017-04-19 Thread Ferruh Yigit
On 4/19/2017 7:50 AM, Nélio Laranjeiro wrote: > On Tue, Apr 18, 2017 at 01:22:27PM +0300, Shahaf Shuler wrote: >> Currently the argument process is done without indication which >> parameter was forced by the application and which one is on it >> default value. >> This becomes problematic when diff

Re: [dpdk-dev] [PATCH v2 1/2] net/mlx5: modify PMD args process

2017-04-18 Thread Nélio Laranjeiro
On Tue, Apr 18, 2017 at 01:22:27PM +0300, Shahaf Shuler wrote: > Currently the argument process is done without indication which > parameter was forced by the application and which one is on it > default value. > This becomes problematic when different features requires different > defaults. For ex

[dpdk-dev] [PATCH v2 1/2] net/mlx5: modify PMD args process

2017-04-18 Thread Shahaf Shuler
Currently the argument process is done without indication which parameter was forced by the application and which one is on it default value. This becomes problematic when different features requires different defaults. For example, Enhanced multi packet send and TSO. This commit modifies the argu