Re: [dpdk-dev] [PATCH v2 7/7] net/mlx4: convert to new Rx offloads API

2018-01-03 Thread Adrien Mazarguil
In short, same comments as the TX patch, more below. On Wed, Jan 03, 2018 at 09:16:17AM +0200, Shahaf Shuler wrote: > Ethdev Rx offloads API has changed since: > > commit ce17eddefc20 ("ethdev: introduce Rx queue offloads API") > > This commit support the new Rx offloads API. > > Signed-off-by:

[dpdk-dev] [PATCH v2 7/7] net/mlx4: convert to new Rx offloads API

2018-01-02 Thread Shahaf Shuler
Ethdev Rx offloads API has changed since: commit ce17eddefc20 ("ethdev: introduce Rx queue offloads API") This commit support the new Rx offloads API. Signed-off-by: Shahaf Shuler --- drivers/net/mlx4/mlx4_ethdev.c | 10 ++--- drivers/net/mlx4/mlx4_flow.c | 5 ++- drivers/net/mlx4/mlx4_rxq.