Hi, > -----Original Message----- > From: Tyler Retzlaff <roret...@linux.microsoft.com> > Sent: Monday, November 13, 2023 7:21 PM > To: dev@dpdk.org > Cc: Matan Azrad <ma...@nvidia.com>; Ori Kam <or...@nvidia.com>; > Suanming Mou <suanmi...@nvidia.com>; Slava Ovsiienko > <viachesl...@nvidia.com>; Tyler Retzlaff <roret...@linux.microsoft.com> > Subject: [PATCH] net/mlx5: remove non constant size from type cast > > Placing a non-constant size in the subscript [size] of a type cast is causing > unnecessary generation of a VLA. Remove size and just provide [] indicating > the type is an array of unspecified size. > > Signed-off-by: Tyler Retzlaff <roret...@linux.microsoft.com>
Patch applied to next-net-mlx, Kindest regards Raslan Darawsheh