[dpdk-dev] query related to DPDK QOS-SCHED sample application

Dumitrescu, Cristian cristian.dumitrescu at intel.com
Mon Jul 24 12:07:55 CEST 2017


Hi Mahesh,

> -----Original Message-----
> From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Mahesh Ishwar
> Mathad
> Sent: Monday, July 24, 2017 9:55 AM
> To: users <users-bounces at dpdk.org>; dev at dpdk.org
> Subject: [dpdk-dev] query related to DPDK QOS-SCHED sample application
> 
> Hi Team,
> 
> System Configuration:
> NIC: Intel Corporation 82576 (IGB)
> NUMA node:1
> Kernel version :4.5.0
> DPDK version: 16.07.2
> 
> I am trying to execute DPDK QOS-SCHED application:
> 
>   ./build/qos_sched -c 0x0e -n 1  -- --pfc "0,1,3,2" --cfg ./profile.cfg
> EAL: Detected 4 lcore(s)
> PMD: bnxt_rte_pmd_init() called for (null)
> EAL: PCI device 0000:01:00.0 on NUMA socket -1
> EAL:   probe driver: 8086:10c9 rte_igb_pmd
> EAL: PCI device 0000:01:00.1 on NUMA socket -1
> EAL:   probe driver: 8086:10c9 rte_igb_pmd
> EAL: Error - exiting with code: 1
>    Cause: No Ethernet port - bye
> 

For this instance the application log is giving you a good instruction of where the problem might be, right? Please run the usertools/dpdk-devbind.py script to make sure that all the NIC ports you need are handled by DPDK. Please make sure you have the root privileges to run this app, huge pages are required.

> For qos_sched sample application require more than one NUMA node?

No. Please take a look at the user guide on how to run this sample app: http://www.dpdk.org/doc/guides/sample_app_ug/qos_scheduler.html

> 
> Appreciate your help. Thanks a lot.
> 
> --
> Thanks & Regards,
> Mahesh Mathad.
> 
> 

Regards,
Cristian



More information about the dev mailing list