numam-dpdk/drivers
Nélio Laranjeiro 0b1edd21cd net/mlx5: refuse empty VLAN flow specification
Verbs specification doesn't help to distinguish between packets having an
VLAN and those which do not have, this ends by having flow rule which does
not react as the user expects e.g.

 flow create 0 ingress pattern eth / vlan / end action queue index 0 / end
 flow create 0 ingress pattern eth / end action queue index 1 / end

are colliding in Verbs definition as in both rule are matching packets with
or without VLAN.
For this reason, the VLAN specification must not be empty, otherwise the
PMD has to refuse it.

Signed-off-by: Nelio Laranjeiro <nelio.laranjeiro@6wind.com>
2018-03-30 14:08:44 +02:00
..
baseband drivers: rename bbdev directory to baseband 2018-03-21 22:43:05 +01:00
bus bus/vdev: fix finding device by name 2018-03-28 00:35:37 +02:00
crypto build: add meson support for dpaaX platforms 2018-03-15 17:50:02 +01:00
event build: add meson support for dpaaX platforms 2018-03-15 17:50:02 +01:00
mempool build: add meson support for dpaaX platforms 2018-03-15 17:50:02 +01:00
net net/mlx5: refuse empty VLAN flow specification 2018-03-30 14:08:44 +02:00
raw raw/skeleton: fix device start test 2018-02-06 17:32:34 +01:00
Makefile drivers: rename bbdev directory to baseband 2018-03-21 22:43:05 +01:00
meson.build drivers: improve pmdinfo generation with meson 2018-01-30 21:59:00 +01:00