Re: [dpdk-dev] [PATCH 1/2] net/mlx4: get back RX flow functionality

2017-09-25 Thread Ferruh Yigit
On 8/3/2017 9:49 AM, Vasily Philipov wrote: > Getting hw directly on RX fast path without verbs call. > > Now the number of scatters is calculating on the fly, according to the > maximum expected packet size. > > Signed-off-by: Vasily Philipov I will update series as superseded with [1], please

[dpdk-dev] [PATCH 1/2] net/mlx4: get back RX flow functionality

2017-08-03 Thread Vasily Philipov
Getting hw directly on RX fast path without verbs call. Now the number of scatters is calculating on the fly, according to the maximum expected packet size. Signed-off-by: Vasily Philipov --- The series depends on: http://dpdk.org/dev/patchwork/patch/27313/ --- drivers/net/mlx4/mlx4.h |