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

2017-04-17 Thread Nélio Laranjeiro
Hi Shahaf, On Sun, Apr 16, 2017 at 10:46:39AM +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 > defa

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

2017-04-16 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