Re: [dpdk-dev] [PATCH] net/mlx5: fix icc compilation issue with type qualifier

2019-07-22 Thread Ferruh Yigit
On 7/22/2019 7:26 PM, Viacheslav Ovsiienko wrote: > This fixes icc warning "type qualifier is meaningless on cast type". > > [1] http://patches.dpdk.org/patch/56810/ > > Fixes: aa0d2b1bec2d ("net/mlx5: introduce Tx burst routine template") > > Signed-off-by: Viacheslav Ovsiienko Squashed into

[dpdk-dev] [PATCH] net/mlx5: fix icc compilation issue with type qualifier

2019-07-22 Thread Viacheslav Ovsiienko
This fixes icc warning "type qualifier is meaningless on cast type". [1] http://patches.dpdk.org/patch/56810/ Fixes: aa0d2b1bec2d ("net/mlx5: introduce Tx burst routine template") Signed-off-by: Viacheslav Ovsiienko --- drivers/net/mlx5/mlx5_rxtx.c | 2 +- 1 file changed, 1 insertion(+), 1 del