Re: [dpdk-dev] [PATCH] net/mlx5: remove extra check on Rx

2017-04-11 Thread Ferruh Yigit
On 4/11/2017 1:46 PM, Nelio Laranjeiro wrote: > Removing this check improves performance as VLAN and CRC stripping are > enabled most of the time. > > Convert MLX5_CQE_VLAN_STRIPPED to network order to speed up the check > instead of doing it on the completion queue entry field. > > Signed-off-by

[dpdk-dev] [PATCH] net/mlx5: remove extra check on Rx

2017-04-11 Thread Nelio Laranjeiro
Removing this check improves performance as VLAN and CRC stripping are enabled most of the time. Convert MLX5_CQE_VLAN_STRIPPED to network order to speed up the check instead of doing it on the completion queue entry field. Signed-off-by: Nelio Laranjeiro Acked-by: Adrien Mazarguil --- drivers