Hi, > -----Original Message----- > From: Slava Ovsiienko <viachesl...@nvidia.com> > Sent: Thursday, July 1, 2021 10:32 AM > To: dev@dpdk.org > Cc: Raslan Darawsheh <rasl...@nvidia.com>; Matan Azrad > <ma...@nvidia.com>; Ori Kam <or...@nvidia.com>; sta...@dpdk.org > Subject: [PATCH] common/mlx5: fix Netlink receive message buffer size > > If there are many VFs the Netlink message length sent by kernel > in reply to RTM_GETLINK request can be large. We should query > the size of message being received in advance and allocate > the large enough buffer to handle these large messages. > > Fixes: ccdcba53a3f4 ("net/mlx5: use Netlink to add/remove MAC addresses") > Cc: sta...@dpdk.org > > Signed-off-by: Viacheslav Ovsiienko <viachesl...@nvidia.com>
Patch applied to next-net-mlx, Kindest regards, Raslan Darawsheh