[dpdk-dev] Unable to run qos_meter sample application

2015-12-02 Thread ravulakollu.ku...@wipro.com
Hi all, I am running qos_meter sample application inside VM which is broghut up with vhost-cuse interfaces. Inside VM Loaded uio, igb_uio modules. Bound two interfaces to DPDK (eth0,eth1), started running qos_meter app. Below is the error I am getting . [root at localhost qos_meter]# ./build/qo

[dpdk-dev] Traffic scheduling in DPDK

2016-01-04 Thread ravulakollu.ku...@wipro.com
Hello All, I have an issue in running qos_sched application in DPDK .Could someone tell me how to run the command and what each parameter does In the below mentioned text. Application mandatory parameters: --pfc "RX PORT, TX PORT, RX LCORE, WT LCORE" : Packet flow configuration m

[dpdk-dev] Traffic scheduling in DPDK

2016-01-05 Thread ravulakollu.ku...@wipro.com
Thanks Jasvinder , I am running the below command ./build/qos_sched -c 0xe -n 1 -- --pfc "0,1,3,2" --cfg ./profile.cfg Bound two 1G physical ports to DPDK , and started running the above command with the default profile mentioned in profile.cfg . I am using lcore 3 and 2 for RX and TX. It was n

[dpdk-dev] Traffic scheduling in DPDK

2016-01-06 Thread ravulakollu.ku...@wipro.com
Thanks Jasvinder, Does this application works on systems with multiple NUMA Nodes ? Thanks, Uday -Original Message- From: Singh, Jasvinder [mailto:jasvinder.si...@intel.com] Sent: Tuesday, January 05, 2016 3:40 PM To: Ravulakollu Udaya Kumar (WT01 - Product Engineering Service) Cc: dev a

[dpdk-dev] Traffic scheduling in DPDK

2016-01-07 Thread ravulakollu.ku...@wipro.com
Hi Jasvinder, Below is my system configuration Hugepages: -- [root at qos_sched]# grep -i huge /proc/meminfo AnonHugePages: 4096 kB HugePages_Total:8000 HugePages_Free: 7488 HugePages_Rsvd:0 HugePages_Surp:0 Hugepagesize: 2048 kB NUMA Nodes: ---

[dpdk-dev] Traffic scheduling in DPDK

2016-01-07 Thread ravulakollu.ku...@wipro.com
Thanks Jasvinder for your quick response. -Original Message- From: Singh, Jasvinder [mailto:jasvinder.si...@intel.com] Sent: Thursday, January 07, 2016 3:44 PM To: Ravulakollu Udaya Kumar (WT01 - Product Engineering Service) Cc: dev at dpdk.org Subject: RE: [dpdk-dev] Traffic scheduling in

[dpdk-dev] How classification happens in scheduling ?

2016-01-20 Thread ravulakollu.ku...@wipro.com
Hi all, Could someone explain me how this code snippet determining subport,pipe,traffic_class,queue,color. uint16_t *pdata = rte_pktmbuf_mtod(m, uint16_t *); //points to the start of the data in the mbuf *subport = (rte_be_to_cpu_16(pdata[SUBPORT_OFFSET]) & 0x0FFF) &(port_para