Re: Troubleshooting DPDK in Intel Ethernet NIC

2023-09-08 Thread David Marchand
On Fri, Sep 8, 2023 at 11:05 AM Antón Rey Villaverde wrote: > > Afaics, this nic is not supported by DPDK drivers. > > Indeed there is nothing about "15fb" (the PCI ID of my NIC) in the output of > ./usertools/dpdk-pmdinfo.py build/app/dpdk-testpmd , so I guess it is not > supported. > > On the

Re: Troubleshooting DPDK in Intel Ethernet NIC

2023-09-08 Thread Antón Rey Villaverde
Hi, thanks for the quick response and the feedback. *> Afaics, this nic is not supported by DPDK drivers.* Indeed there is nothing about "15fb" (the PCI ID of my NIC) in the output of ./usertools/dpdk-pmdinfo.py build/app/dpdk-testpmd , so I guess it is not supported. On the other hand, I do see

Re: Troubleshooting DPDK in Intel Ethernet NIC

2023-09-08 Thread David Marchand
Hello, On Fri, Sep 8, 2023 at 8:42 AM Antón Rey Villaverde wrote: > > Hi, > I have a problem while trying to manage my physical Ethernet interface from > DPDK (latest version compiled from source). > I have a: > NIC: :00:1f.6 Ethernet controller: Intel Corporation Ethernet Connection > (13)

Troubleshooting DPDK in Intel Ethernet NIC

2023-09-07 Thread Antón Rey Villaverde
Hi, I have a problem while trying to manage my physical Ethernet interface from DPDK (latest version compiled from source). I have a: NIC: :00:1f.6 Ethernet controller: Intel Corporation Ethernet Connection (13) I219-LM (rev 20) which belongs to the list of supported NICs in DPDK. Also, I hav