Re: Add VMXNET3 kernel module to debian kernels

2021-10-23 Thread Sergey V. Lobanov
I can see the change. https://salsa.debian.org/kernel-team/linux/-/commit/68dbc89245a35b2c024a3e5eb2c7f0b073e9552f Thank you -- Sergey > On 23 Oct 2021, at 12:41, Salvatore Bonaccorso wrote: > > Hi, > > On Sat, Oct 23, 2021 at 11:37:24AM +0300, Sergey V. Lobanov wrote: >&

Re: Add VMXNET3 kernel module to debian kernels

2021-10-23 Thread Sergey V. Lobanov
\l root@deb11:~# lspci | grep -i vmx 02:00.0 Ethernet controller: VMware VMXNET3 Ethernet Controller (rev 01) -- Sergey > On 23 Oct 2021, at 11:27, Salvatore Bonaccorso wrote: > > Hi, > > On Sat, Oct 23, 2021 at 10:39:50AM +0300, Sergey V. Lobanov wrote: >> Hello, &

Add VMXNET3 kernel module to debian kernels

2021-10-23 Thread Sergey V. Lobanov
Hello, For some reason, VMXNET3 driver (VMware network card) is not included to Debian kernels. Is it possible to add VMXNET3 driver as a kernel model? sergey@deb11:~$ cat /boot/config-5.10.0-9-arm64 | grep VMXNET # CONFIG_VMXNET3 is not set — Sergey