net/mlx4: support basic flow items and actions
authorVasily Philipov <vasilyf@mellanox.com>
Sun, 5 Mar 2017 07:51:32 +0000 (09:51 +0200)
committerFerruh Yigit <ferruh.yigit@intel.com>
Tue, 4 Apr 2017 16:59:42 +0000 (18:59 +0200)
commit46d5736a7049848fa3a86ed01b15e44a38c6c62a
tree31f97c0111d4f02b17f084fa43d47754b97d9e41
parent58610cdde8d817e54b880099fc577df63436226e
net/mlx4: support basic flow items and actions

Adding support for the next items: eth, vlan, ipv4, udp, tcp and for the
next actions: queue, drop

Signed-off-by: Vasily Philipov <vasilyf@mellanox.com>
Acked-by: Nelio Laranjeiro <nelio.laranjeiro@6wind.com>
drivers/net/mlx4/Makefile
drivers/net/mlx4/mlx4.c
drivers/net/mlx4/mlx4.h
drivers/net/mlx4/mlx4_flow.c [new file with mode: 0644]
drivers/net/mlx4/mlx4_flow.h [new file with mode: 0644]