DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] dpdk-16.07 : Does dpdk supports BCM5720
@ 2017-03-21 11:01 Srinivasreddy R
  2017-03-21 11:10 ` Ferruh Yigit
  0 siblings, 1 reply; 4+ messages in thread
From: Srinivasreddy R @ 2017-03-21 11:01 UTC (permalink / raw)
  To: dev

Hi all,
I have "NetXtreme BCM5720 Gigabit Ethernet PCI" controllers .
I have binded to igb_uio . I have run l2fwd example .l2fwd saysno ports bye
.
Does BCM5720 works with dpdk .

./dpdk-stable-16.07.2/tools/dpdk-devbind.py --status

Network devices using DPDK-compatible driver
============================================0000:02:00.0 'NetXtreme
BCM5720 Gigabit Ethernet PCIe' drv=igb_uio unused=
0000:02:00.1 'NetXtreme BCM5720 Gigabit Ethernet PCIe' drv=igb_uio unused=
Network devices using kernel driver
===================================
0000:01:00.0 'NetXtreme BCM5720 Gigabit Ethernet PCIe' if=em1 drv=tg3
unused=igb_uio *Active*
0000:01:00.1 'NetXtreme BCM5720 Gigabit Ethernet PCIe' if=em2 drv=tg3
unused=igb_uio

Other network devices
=====================
<none>

*********************************************************************************************************


examples/l2fwd# ./build/app/l2fwd -c 0xf -m 1024 -n 3 -- -p 0x3
EAL: Detected 16 lcore(s)
EAL: No free hugepages reported in hugepages-1048576kB
EAL: Probing VFIO support...
PMD: bnxt_rte_pmd_init() called for (null)EAL: Error - exiting with code: 1
  Cause: No Ethernet ports - bye


Document says :


*Broadcom NetXtreme-C®/NetXtreme-E® BCM5730X and BCM5740X family of
Ethernet Network Controllers*

thanks
srinivas

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

* Re: [dpdk-dev] dpdk-16.07 : Does dpdk supports BCM5720
  2017-03-21 11:01 [dpdk-dev] dpdk-16.07 : Does dpdk supports BCM5720 Srinivasreddy R
@ 2017-03-21 11:10 ` Ferruh Yigit
  2017-03-21 11:36   ` Srinivasreddy R
  0 siblings, 1 reply; 4+ messages in thread
From: Ferruh Yigit @ 2017-03-21 11:10 UTC (permalink / raw)
  To: Srinivasreddy R, dev; +Cc: Ajit Khaparde

On 3/21/2017 11:01 AM, Srinivasreddy R wrote:
> Hi all,
> I have "NetXtreme BCM5720 Gigabit Ethernet PCI" controllers .
> I have binded to igb_uio . I have run l2fwd example .l2fwd saysno ports bye
> .
> Does BCM5720 works with dpdk .

Is your device's PCI device ID listed in the driver:
http://dpdk.org/browse/dpdk-stable/tree/drivers/net/bnxt/bnxt_ethdev.c?h=v16.07.2#n72

> 
> ./dpdk-stable-16.07.2/tools/dpdk-devbind.py --status
> 
> Network devices using DPDK-compatible driver
> ============================================0000:02:00.0 'NetXtreme
> BCM5720 Gigabit Ethernet PCIe' drv=igb_uio unused=
> 0000:02:00.1 'NetXtreme BCM5720 Gigabit Ethernet PCIe' drv=igb_uio unused=
> Network devices using kernel driver
> ===================================
> 0000:01:00.0 'NetXtreme BCM5720 Gigabit Ethernet PCIe' if=em1 drv=tg3
> unused=igb_uio *Active*
> 0000:01:00.1 'NetXtreme BCM5720 Gigabit Ethernet PCIe' if=em2 drv=tg3
> unused=igb_uio
> 
> Other network devices
> =====================
> <none>
> 
> *********************************************************************************************************
> 
> 
> examples/l2fwd# ./build/app/l2fwd -c 0xf -m 1024 -n 3 -- -p 0x3
> EAL: Detected 16 lcore(s)
> EAL: No free hugepages reported in hugepages-1048576kB
> EAL: Probing VFIO support...
> PMD: bnxt_rte_pmd_init() called for (null)EAL: Error - exiting with code: 1
>   Cause: No Ethernet ports - bye
> 
> 
> Document says :
> 
> 
> *Broadcom NetXtreme-C®/NetXtreme-E® BCM5730X and BCM5740X family of
> Ethernet Network Controllers*
> 
> thanks
> srinivas
> 

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

* Re: [dpdk-dev] dpdk-16.07 : Does dpdk supports BCM5720
  2017-03-21 11:10 ` Ferruh Yigit
@ 2017-03-21 11:36   ` Srinivasreddy R
  2017-03-21 14:18     ` Ajit Khaparde
  0 siblings, 1 reply; 4+ messages in thread
From: Srinivasreddy R @ 2017-03-21 11:36 UTC (permalink / raw)
  To: Ferruh Yigit; +Cc: dev, Ajit Khaparde

Thank you so much for your quick reply .


On Tue, Mar 21, 2017 at 4:40 PM, Ferruh Yigit <ferruh.yigit@intel.com>
wrote:

> On 3/21/2017 11:01 AM, Srinivasreddy R wrote:
> > Hi all,
> > I have "NetXtreme BCM5720 Gigabit Ethernet PCI" controllers .
> > I have binded to igb_uio . I have run l2fwd example .l2fwd saysno ports
> bye
> > .
> > Does BCM5720 works with dpdk .
>
> Is your device's PCI device ID listed in the driver:
> http://dpdk.org/browse/dpdk-stable/tree/drivers/net/bnxt/
> bnxt_ethdev.c?h=v16.07.2#n72
>
> my device's PCI device is ( BCM5720 ) is not listed in the above link .
so i conform it is not supported .

> >
> > ./dpdk-stable-16.07.2/tools/dpdk-devbind.py --status
> >
> > Network devices using DPDK-compatible driver
> > ============================================0000:02:00.0 'NetXtreme
> > BCM5720 Gigabit Ethernet PCIe' drv=igb_uio unused=
> > 0000:02:00.1 'NetXtreme BCM5720 Gigabit Ethernet PCIe' drv=igb_uio
> unused=
> > Network devices using kernel driver
> > ===================================
> > 0000:01:00.0 'NetXtreme BCM5720 Gigabit Ethernet PCIe' if=em1 drv=tg3
> > unused=igb_uio *Active*
> > 0000:01:00.1 'NetXtreme BCM5720 Gigabit Ethernet PCIe' if=em2 drv=tg3
> > unused=igb_uio
> >
> > Other network devices
> > =====================
> > <none>
> >
> > ************************************************************
> *********************************************
> >
> >
> > examples/l2fwd# ./build/app/l2fwd -c 0xf -m 1024 -n 3 -- -p 0x3
> > EAL: Detected 16 lcore(s)
> > EAL: No free hugepages reported in hugepages-1048576kB
> > EAL: Probing VFIO support...
> > PMD: bnxt_rte_pmd_init() called for (null)EAL: Error - exiting with
> code: 1
> >   Cause: No Ethernet ports - bye
> >
> >
> > Document says :
> >
> >
> > *Broadcom NetXtreme-C®/NetXtreme-E® BCM5730X and BCM5740X family of
> > Ethernet Network Controllers*
> >
> > thanks
> > srinivas
> >
>
> thanks
srinivas

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

* Re: [dpdk-dev] dpdk-16.07 : Does dpdk supports BCM5720
  2017-03-21 11:36   ` Srinivasreddy R
@ 2017-03-21 14:18     ` Ajit Khaparde
  0 siblings, 0 replies; 4+ messages in thread
From: Ajit Khaparde @ 2017-03-21 14:18 UTC (permalink / raw)
  To: Srinivasreddy R; +Cc: Ferruh Yigit, dev

Yes. That is right Srinivas.

Ferruh, thanks for pointing to the supported device list.

Thanks
-Ajit

On Tue, Mar 21, 2017 at 6:36 AM, Srinivasreddy R <
srinivasreddy4390@gmail.com> wrote:

> Thank you so much for your quick reply .
>
>
> On Tue, Mar 21, 2017 at 4:40 PM, Ferruh Yigit <ferruh.yigit@intel.com>
> wrote:
>
>> On 3/21/2017 11:01 AM, Srinivasreddy R wrote:
>> > Hi all,
>> > I have "NetXtreme BCM5720 Gigabit Ethernet PCI" controllers .
>> > I have binded to igb_uio . I have run l2fwd example .l2fwd saysno ports
>> bye
>> > .
>> > Does BCM5720 works with dpdk .
>>
>> Is your device's PCI device ID listed in the driver:
>> http://dpdk.org/browse/dpdk-stable/tree/drivers/net/bnxt/bnx
>> t_ethdev.c?h=v16.07.2#n72
>>
>> my device's PCI device is ( BCM5720 ) is not listed in the above link .
> so i conform it is not supported .
>
>> >
>> > ./dpdk-stable-16.07.2/tools/dpdk-devbind.py --status
>> >
>> > Network devices using DPDK-compatible driver
>> > ============================================0000:02:00.0 'NetXtreme
>> > BCM5720 Gigabit Ethernet PCIe' drv=igb_uio unused=
>> > 0000:02:00.1 'NetXtreme BCM5720 Gigabit Ethernet PCIe' drv=igb_uio
>> unused=
>> > Network devices using kernel driver
>> > ===================================
>> > 0000:01:00.0 'NetXtreme BCM5720 Gigabit Ethernet PCIe' if=em1 drv=tg3
>> > unused=igb_uio *Active*
>> > 0000:01:00.1 'NetXtreme BCM5720 Gigabit Ethernet PCIe' if=em2 drv=tg3
>> > unused=igb_uio
>> >
>> > Other network devices
>> > =====================
>> > <none>
>> >
>> > ************************************************************
>> *********************************************
>> >
>> >
>> > examples/l2fwd# ./build/app/l2fwd -c 0xf -m 1024 -n 3 -- -p 0x3
>> > EAL: Detected 16 lcore(s)
>> > EAL: No free hugepages reported in hugepages-1048576kB
>> > EAL: Probing VFIO support...
>> > PMD: bnxt_rte_pmd_init() called for (null)EAL: Error - exiting with
>> code: 1
>> >   Cause: No Ethernet ports - bye
>> >
>> >
>> > Document says :
>> >
>> >
>> > *Broadcom NetXtreme-C®/NetXtreme-E® BCM5730X and BCM5740X family of
>> > Ethernet Network Controllers*
>> >
>> > thanks
>> > srinivas
>> >
>>
>> thanks
> srinivas
>

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

end of thread, other threads:[~2017-03-21 14:18 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-03-21 11:01 [dpdk-dev] dpdk-16.07 : Does dpdk supports BCM5720 Srinivasreddy R
2017-03-21 11:10 ` Ferruh Yigit
2017-03-21 11:36   ` Srinivasreddy R
2017-03-21 14:18     ` Ajit Khaparde

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).