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
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
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
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
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:
---
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
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
7 matches
Mail list logo