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