* [dpdk-users] Is TP-LINK USB 3.0 Ethernet Adapter supported in DPDK
@ 2018-12-11 10:50 Ramzah Rehman
2018-12-11 16:16 ` Stephen Hemminger
0 siblings, 1 reply; 3+ messages in thread
From: Ramzah Rehman @ 2018-12-11 10:50 UTC (permalink / raw)
To: users
I want to know is TP-LINK USB 3.0 Ethernet Adapter supported in DPDK? Can I
attach this USB adapter to DPDK?
The USB adapter I am intersted in is 00:1d.0 USB controller.
#lspci
00:1d.0 USB controller: Intel Corporation 8 Series/C220 Series Chipset
Family USB EHCI #1 (rev 04)
#lspci -n
00:1d.0 0c03: 8086:8c26 (rev 04)
#lspci -nnk
00:1d.0 USB controller [0c03]: Intel Corporation 8 Series/C220 Series
Chipset Family USB EHCI #1 [8086:8c26] (rev 04)
Subsystem: Dell Device [1028:05a5]
Kernel driver in use: ehci-pci
Since, I need to bind this USB device to vfio-pci driver first I did:
#echo 8086 8c26 > /sys/bus/pci/drivers/vfio-pci/new_id
but event after that, I still get ehci-pci as USB adapter's driver.
#lspci -nnk
00:1d.0 USB controller [0c03]: Intel Corporation 8 Series/C220 Series
Chipset Family USB EHCI #1 [8086:8c26] (rev 04)
Subsystem: Dell Device [1028:05a5]
Kernel driver in use: ehci-pci
Please help.
Best Regards,
Ramzah Rehman
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [dpdk-users] Is TP-LINK USB 3.0 Ethernet Adapter supported in DPDK
2018-12-11 10:50 [dpdk-users] Is TP-LINK USB 3.0 Ethernet Adapter supported in DPDK Ramzah Rehman
@ 2018-12-11 16:16 ` Stephen Hemminger
2018-12-12 8:08 ` Ramzah Rehman
0 siblings, 1 reply; 3+ messages in thread
From: Stephen Hemminger @ 2018-12-11 16:16 UTC (permalink / raw)
To: Ramzah Rehman; +Cc: users
On Tue, 11 Dec 2018 15:50:43 +0500
Ramzah Rehman <ramzahrehman@gmail.com> wrote:
> I want to know is TP-LINK USB 3.0 Ethernet Adapter supported in DPDK? Can I
> attach this USB adapter to DPDK?
>
> The USB adapter I am intersted in is 00:1d.0 USB controller.
>
> #lspci
> 00:1d.0 USB controller: Intel Corporation 8 Series/C220 Series Chipset
> Family USB EHCI #1 (rev 04)
>
> #lspci -n
> 00:1d.0 0c03: 8086:8c26 (rev 04)
>
> #lspci -nnk
> 00:1d.0 USB controller [0c03]: Intel Corporation 8 Series/C220 Series
> Chipset Family USB EHCI #1 [8086:8c26] (rev 04)
> Subsystem: Dell Device [1028:05a5]
> Kernel driver in use: ehci-pci
>
> Since, I need to bind this USB device to vfio-pci driver first I did:
> #echo 8086 8c26 > /sys/bus/pci/drivers/vfio-pci/new_id
>
> but event after that, I still get ehci-pci as USB adapter's driver.
>
> #lspci -nnk
> 00:1d.0 USB controller [0c03]: Intel Corporation 8 Series/C220 Series
> Chipset Family USB EHCI #1 [8086:8c26] (rev 04)
> Subsystem: Dell Device [1028:05a5]
> Kernel driver in use: ehci-pci
>
> Please help.
>
> Best Regards,
> Ramzah Rehman
No USB devices are not supported by DPDK.
There is no USB stack in DPDK.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [dpdk-users] Is TP-LINK USB 3.0 Ethernet Adapter supported in DPDK
2018-12-11 16:16 ` Stephen Hemminger
@ 2018-12-12 8:08 ` Ramzah Rehman
0 siblings, 0 replies; 3+ messages in thread
From: Ramzah Rehman @ 2018-12-12 8:08 UTC (permalink / raw)
To: stephen; +Cc: users
Thanks for your information.
Best Regards,
Ramzah Rehman
On Tue, Dec 11, 2018 at 9:17 PM Stephen Hemminger <
stephen@networkplumber.org> wrote:
> On Tue, 11 Dec 2018 15:50:43 +0500
> Ramzah Rehman <ramzahrehman@gmail.com> wrote:
>
> > I want to know is TP-LINK USB 3.0 Ethernet Adapter supported in DPDK?
> Can I
> > attach this USB adapter to DPDK?
> >
> > The USB adapter I am intersted in is 00:1d.0 USB controller.
> >
> > #lspci
> > 00:1d.0 USB controller: Intel Corporation 8 Series/C220 Series Chipset
> > Family USB EHCI #1 (rev 04)
> >
> > #lspci -n
> > 00:1d.0 0c03: 8086:8c26 (rev 04)
> >
> > #lspci -nnk
> > 00:1d.0 USB controller [0c03]: Intel Corporation 8 Series/C220 Series
> > Chipset Family USB EHCI #1 [8086:8c26] (rev 04)
> > Subsystem: Dell Device [1028:05a5]
> > Kernel driver in use: ehci-pci
> >
> > Since, I need to bind this USB device to vfio-pci driver first I did:
> > #echo 8086 8c26 > /sys/bus/pci/drivers/vfio-pci/new_id
> >
> > but event after that, I still get ehci-pci as USB adapter's driver.
> >
> > #lspci -nnk
> > 00:1d.0 USB controller [0c03]: Intel Corporation 8 Series/C220 Series
> > Chipset Family USB EHCI #1 [8086:8c26] (rev 04)
> > Subsystem: Dell Device [1028:05a5]
> > Kernel driver in use: ehci-pci
> >
> > Please help.
> >
> > Best Regards,
> > Ramzah Rehman
>
> No USB devices are not supported by DPDK.
> There is no USB stack in DPDK.
>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2018-12-12 8:08 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-12-11 10:50 [dpdk-users] Is TP-LINK USB 3.0 Ethernet Adapter supported in DPDK Ramzah Rehman
2018-12-11 16:16 ` Stephen Hemminger
2018-12-12 8:08 ` Ramzah Rehman
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).