DPDK patches and discussions
 help / color / mirror / Atom feed
From: "Anil Abraham (aniabrah)" <aniabrah@cisco.com>
To: "dev@dpdk.org" <dev@dpdk.org>
Subject: [dpdk-dev] one LCORE per RX/TX queue pair
Date: Fri, 25 Sep 2015 15:50:53 +0000	[thread overview]
Message-ID: <D22B6B34.3A152%aniabrah@cisco.com> (raw)

Hi,

We are looking to use DPDK in the following way:

2 Ethernet NICs connected independently to 2 CPU sockets. Each NIC has N rings.
Each LCORE should be handling one RQ of one NIC exactly. So all the LCORE's on socket 0 should handle RQs from the NIC 0 and LCORE's on
socket 1 should handle only RQ's from NIC 1. Similarly for the TX. Each LCORE would only handle one and only one RQ. In total there will be 2xN LCORE's.

Is there a similar model implemented in the dpdk/examples? Are there any challenges implementing such model.

Thanks
-Anil

                 reply	other threads:[~2015-09-25 15:50 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=D22B6B34.3A152%aniabrah@cisco.com \
    --to=aniabrah@cisco.com \
    --cc=dev@dpdk.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).