Hi, > -----Original Message----- > From: Michael Baum <[email protected]> > Sent: Wednesday, July 27, 2022 3:24 PM > To: [email protected] > Cc: Matan Azrad <[email protected]>; Raslan Darawsheh > <[email protected]>; Slava Ovsiienko <[email protected]>; Michael > Baum <[email protected]>; [email protected]; Gal Shalom > <[email protected]> > Subject: [PATCH] net/mlx5: fix detection of LRO support > > One of the conditions to allow LRO offload is the DV configuration. > > The function incorrectly checks the DV configuration before initializing it by > the user devarg; hence, LRO cannot be allowed. > > This patch moves this check to mlx5_shared_dev_ctx_args_config, where DV > configuration is initialized. > > Fixes: c4b862013598 ("net/mlx5: refactor to detect operation by DevX") > Cc: [email protected] > Cc: [email protected] > > Signed-off-by: Michael Baum <[email protected]> > Reported-by: Gal Shalom <[email protected]> > Acked-by: Matan Azrad <[email protected]>
Patch applied to next-net-mlx, Kindest regards, Raslan Darawsheh

