Re: [dpdk-dev] [PATCH v3 2/2] net/mlx4: support basic flow items and actions

2017-03-20 Thread Nélio Laranjeiro
On Sun, Mar 05, 2017 at 09:51:32AM +0200, Vasily Philipov wrote: > Adding support for the next items: eth, vlan, ipv4, udp, tcp and for the > next actions: queue, drop > > Signed-off-by: Vasily Philipov > --- > drivers/net/mlx4/Makefile|3 +- > drivers/net/mlx4/mlx4.c | 91 +++- >

[dpdk-dev] [PATCH v3 2/2] net/mlx4: support basic flow items and actions

2017-03-04 Thread Vasily Philipov
Adding support for the next items: eth, vlan, ipv4, udp, tcp and for the next actions: queue, drop Signed-off-by: Vasily Philipov --- drivers/net/mlx4/Makefile|3 +- drivers/net/mlx4/mlx4.c | 91 +++- drivers/net/mlx4/mlx4.h |3 + drivers/net/mlx4/mlx4_flow.c | 1043 +