Re: [PATCH] net/bnxt: add back dependency to virt kmods

2022-01-14 Thread Ajit Khaparde
On Wed, Jan 12, 2022 at 5:42 AM Geoffrey Le GourriƩrec wrote: > > During a large refactoring sweep for 21.11, a previous commit > removed the dependency the bnxt driver had on Linux virtual > bus drivers, such as vfio-pci. This breaks port detection. > > This patch adds the kmod dependency back as

[PATCH] net/bnxt: add back dependency to virt kmods

2022-01-13 Thread Geoffrey Le GourriƩrec
During a large refactoring sweep for 21.11, a previous commit removed the dependency the bnxt driver had on Linux virtual bus drivers, such as vfio-pci. This breaks port detection. This patch adds the kmod dependency back as it was. Fixes: 295968d17407 ("ethdev: add namespace") Signed-off-by: Geo