Re: [dpdk-dev] [PATCH v2] net/mlx5: add parameters to enable/disable vector code

2017-08-03 Thread Thomas Monjalon
02/08/2017 17:32, Nelio Laranjeiro: > Vector code is very young and can present some issues for users, to avoid > them to modify the selections function by commenting the code and recompile > the PMD, new devices parameters are added to deactivate the Tx and/or Rx > vector code. > By using such dev

[dpdk-dev] [PATCH v2] net/mlx5: add parameters to enable/disable vector code

2017-08-02 Thread Nelio Laranjeiro
Vector code is very young and can present some issues for users, to avoid them to modify the selections function by commenting the code and recompile the PMD, new devices parameters are added to deactivate the Tx and/or Rx vector code. By using such device parameters, the user will be able to fall