numam-dpdk/drivers
Nelio Laranjeiro 5366074b01 net/mlx5: fix route Netlink message overflow
Route Netlink message socket is wrongly initialized by registering to
the route link group.  This causes the socket to receive all link
message related to routes whereas the PMD do not expect to receive such
information.  In some situation it ends by filling the socket at a point
that any new message cannot be exchanged.
As the PMD is not expected to process such broadcast messages, the
parameter in the nl_group in the function is also remove.

Fixes: ccdcba53a3 ("net/mlx5: use Netlink to add/remove MAC addresses")
Cc: stable@dpdk.org

Signed-off-by: Zijie Pan <zijie.pan@6wind.com>
Signed-off-by: Nelio Laranjeiro <nelio.laranjeiro@6wind.com>
Acked-by: Adrien Mazarguil <adrien.mazarguil@6wind.com>
2018-07-26 14:05:52 +02:00
..
baseband baseband/turbo_sw: update for FlexRAN 1.6.0 2018-07-25 08:22:14 +02:00
bus vfio: fix workaround of BAR mapping 2018-07-26 11:34:08 +02:00
common common/qat: add scatter-gather header 2018-07-25 08:19:54 +02:00
compress compress/octeontx: support burst enqueue/dequeue 2018-07-25 13:36:26 +02:00
crypto crypto/openssl: add DH and DSA asym operations 2018-07-25 08:22:14 +02:00
event mempool/octeontx: fix pool to aura mapping 2018-07-12 21:58:36 +02:00
mempool mempool/octeontx: fix pool to aura mapping 2018-07-12 21:58:36 +02:00
net net/mlx5: fix route Netlink message overflow 2018-07-26 14:05:52 +02:00
raw build: fix meson build on FreeBSD 2018-07-26 09:58:19 +02:00
Makefile crypto/qat: move common qat files to common dir 2018-07-11 00:55:30 +02:00
meson.build build: remove duplicate checks for cflags 2018-07-26 10:09:20 +02:00