DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] supported nic
@ 2020-04-12 14:07 Sahil Khandelwal
  2020-04-14 10:28 ` Ferruh Yigit
  0 siblings, 1 reply; 2+ messages in thread
From: Sahil Khandelwal @ 2020-04-12 14:07 UTC (permalink / raw)
  To: dev

I have the following nic in my system
How do i check which one can be used with dpdk

Network devices using kernel driver
===================================
0000:03:00.0 'RTL810xE PCI Express Fast Ethernet controller 8136' if=eno1
drv=r8169 unused=vfio-pci,uio_pci_generic
0000:05:00.0 'Dual Band Wireless-AC 3168NGW [Stone Peak] 24fb' if=wlo1
drv=iwlwifi unused=vfio-pci,uio_pci_generic *Active*

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [dpdk-dev] supported nic
  2020-04-12 14:07 [dpdk-dev] supported nic Sahil Khandelwal
@ 2020-04-14 10:28 ` Ferruh Yigit
  0 siblings, 0 replies; 2+ messages in thread
From: Ferruh Yigit @ 2020-04-14 10:28 UTC (permalink / raw)
  To: Sahil Khandelwal, dev

On 4/12/2020 3:07 PM, Sahil Khandelwal wrote:
> I have the following nic in my system
> How do i check which one can be used with dpdk
> 
> Network devices using kernel driver
> ===================================
> 0000:03:00.0 'RTL810xE PCI Express Fast Ethernet controller 8136' if=eno1
> drv=r8169 unused=vfio-pci,uio_pci_generic
> 0000:05:00.0 'Dual Band Wireless-AC 3168NGW [Stone Peak] 24fb' if=wlo1
> drv=iwlwifi unused=vfio-pci,uio_pci_generic *Active*
> 

Network driver are under drivers/net/*, you can check if the driver for that
device exists,
and if there is any driver you suspect it may support, you can check the driver
details and which devices it support via './usertools/dpdk-pmdinfo.py' script.

For example:
./usertools/dpdk-pmdinfo.py build/lib/librte_pmd_hinic.so
PMD NAME: net_hinic
PMD HW SUPPORT:
 Huawei Technologies Co., Ltd. (19e5) : Hi1822 Family (4*25GE) (1822) (All
Subdevices)
 Huawei Technologies Co., Ltd. (19e5) : Unknown Device (210) (All Subdevices)
 Huawei Technologies Co., Ltd. (19e5) : Unknown Device (205) (All Subdevices)
 Huawei Technologies Co., Ltd. (19e5) : Hi1822 Family Virtual Function (375e)
(All Subdevices)
 Huawei Technologies Co., Ltd. (19e5) : Hi1822 Family Virtual Function (379e)
(All Subdevices)
 Huawei Technologies Co., Ltd. (19e5) : Unknown Device (206) (All Subdevices)
 Huawei Technologies Co., Ltd. (19e5) : Unknown Device (200) (All Subdevices)

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-04-14 10:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-12 14:07 [dpdk-dev] supported nic Sahil Khandelwal
2020-04-14 10:28 ` Ferruh Yigit

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).