net/mlx5: fix flow director drop mode
authorYaacov Hazan <yaacovh@mellanox.com>
Wed, 14 Sep 2016 11:53:52 +0000 (13:53 +0200)
committerBruce Richardson <bruce.richardson@intel.com>
Fri, 30 Sep 2016 10:27:18 +0000 (12:27 +0200)
commitade188a51664a32eea120a995ce84661294cc8af
tree66caca7dfd6e12db501db6b7706d13f570ffdf57
parentf5d9b9990d9c7a4b9a0523ae6975923629d67a14
net/mlx5: fix flow director drop mode

Packet rejection was routed to a polled queue.  This patch route them to a
dummy queue which is not polled.

Fixes: 76f5c99e6840 ("mlx5: support flow director")

Signed-off-by: Yaacov Hazan <yaacovh@mellanox.com>
Signed-off-by: Adrien Mazarguil <adrien.mazarguil@6wind.com>
Signed-off-by: Nelio Laranjeiro <nelio.laranjeiro@6wind.com>
doc/guides/nics/mlx5.rst
drivers/net/mlx5/mlx5.h
drivers/net/mlx5/mlx5_fdir.c