[dpdk-dev] Fwd: port-queue-process

2015-11-28 Thread De Lara Guarch, Pablo
Hi Nishant, > -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Nishant Verma > Sent: Saturday, November 28, 2015 5:42 AM > To: dev at dpdk.org > Subject: [dpdk-dev] Fwd: port-queue-process > > Hi All, > > I have one doubt about dpdk. > > Question. Suppose on

[dpdk-dev] Fwd: port-queue-process

2015-11-28 Thread Nishant Verma
Thanks for the reply. Got your point. It means, suppose DPDK app is getting packet from 10 different source. On very first packet from any source, we first check source MAC address and then search what queue we have used last time, and placed in the same else choose the queue based on some factors

[dpdk-dev] [PATCH v4 2/2] doc: correct Rings-based PMD section in the NIC Drivers guides

2015-11-28 Thread Bernard Iremonger
Correct the sample code in the pcap_ring.rst file to match the latest rte_eth_ring.c code. The parameters to the rte_eth_from_rings() function have changed since the documentation was written. The API change occurred before DPDK 1.8 when the rst files were added. The original documentation on whic

[dpdk-dev] [PATCH v4 1/2] app/test: fix failures in the ring_pmd_autotest program

2015-11-28 Thread Bernard Iremonger
If eth_ring vdevs are created from the command line with the --vdev option, they create their own rings which are not shared by other vdevs. Some of tests in this suite require that the vdevs share rings, so some of the tests fail. For vdevs to share rings they must be created in the test code wit

[dpdk-dev] [PATCH v4 0/2] ring pmd autotest

2015-11-28 Thread Bernard Iremonger
Fix failures in the ring_pmd_autotest program. Correct errors in the ring PMD documentation. Changes in v4: rebase to latest code. update commit messages. add Fixes: line to commit messages. Changes in v3: rebase to latest code. revise commit messages. Changes in v2: move doc changes to a sepera

[dpdk-dev] [PATCH v3 2/2] doc: correct Rings-based PMD section in the NIC Drivers guides

2015-11-28 Thread Iremonger, Bernard
Hi Bruce, > > > > Fixes: correct the sample code in the pcap_ring.rst file. > > This is not a standard fixes line. Please add the following alias to your > .gitconfig and then use "git fixline " to produce a correct fixes > line identifying the commit being fixed. > > [alias] > fixline =

[dpdk-dev] Fwd: port-queue-process

2015-11-28 Thread Nishant Verma
Hi All, I have one doubt about dpdk. Question. Suppose on 8 core machine DPDK process is running on all cores, all process has its own Rx & Tx queue. My question is, let we have a packet from some network for DPDK application running on 2nd core, how it will reach to 2nd core and not to some othe