[dpdk-dev] DPDKthe packet capture performance increases steeply between 11 Rx queues and 12 Rx queues. Any idea why?

2021-03-25 Thread Rajesh R
*at 12 queues. The maximum capture rate with 11 Rx queues is around 80 Gbps and with 12 Rx queues is 99. Gbps.* *Is it something to do with DPDK ? Or Mellanox specific?* -- Regards Rajesh R

[dpdk-dev] how to change binding of NIC ports to NUMA nodes

2015-09-04 Thread Rajesh R
t dpdk.org] On Behalf Of Rajesh R > > Sent: Friday, September 04, 2015 5:29 AM > > To: dev at dpdk.org > > Subject: [dpdk-dev] how to change binding of NIC ports to NUMA nodes > > > > Hi, > > > > I am trying an application based on dpdk on a 4- processor serve

[dpdk-dev] how to change binding of NIC ports to NUMA nodes

2015-09-04 Thread Rajesh R
the cards to all the numa nodes so that one card each gets binded to one numa node? Can we control the binding from dpdk, either pmd_ixgbe or igb_uio? -- Regards Rajesh R

[dpdk-dev] Can pthread_create be called directly in a dpdk application?

2015-08-15 Thread Rajesh R
On Fri, Aug 14, 2015 at 3:48 PM, Bruce Richardson < bruce.richardson at intel.com> wrote: > On Fri, Aug 14, 2015 at 06:13:46AM -0400, Rajesh R wrote: > > I am relatively new to dpdk. I could make the examples work. > > > > Now I am experimenting with a traffic me

[dpdk-dev] Can pthread_create be called directly in a dpdk application?

2015-08-14 Thread Rajesh R
calling eal_rte_init and remote_launch, the rte_init/remote launch is not proceeding. But if I put the eal_rte_init()/remote_launch first it is working, but coee will wait there and would not proceed to the subsequent lines How to do it correctly? -- Regards Rajesh R

[dpdk-dev] DPDK v2.0.0 -example program not receiving packets

2015-05-06 Thread Rajesh R
erified that though mine is NUMA machine , this apath is not existing. but "/sys/kernel/mm/hugepages" path is there. -- Regards Rajesh R