DPDK usage discussions
 help / color / mirror / Atom feed
From: tang wei <wilton.tang@outlook.com>
To: "users@dpdk.org" <users@dpdk.org>
Subject: [dpdk-users] <help> the dpdk port‘s  rxq param is set  in ovs-dpdk  but only one queue  is available
Date: Tue, 22 Sep 2020 06:12:53 +0000	[thread overview]
Message-ID: <HK0PR01MB2482602111034C33C9E7BE2AE93B0@HK0PR01MB2482.apcprd01.prod.exchangelabs.com> (raw)

Hello ,

I have a trouble in using rxq param, when I set rxq=2, but only queue 0 is useful, queue 1 is zero of usage pmd.

the configuration is below :

    Bridge br-int
        datapath_type: netdev
        Port br-int
            Interface br-int
                type: internal
        Port dpdk1
            Interface dpdk1
                type: dpdk
                options: {dpdk-devargs="0000:21:00.1", n_rxq="2", ofport_request="2"}


This is my test result:

pmd thread numa_id 2 core_id 19:
  isolated : false
pmd thread numa_id 2 core_id 20:
  isolated : true
  port: dpdk1             queue-id:  0 (enabled)   pmd usage: 96 %
pmd thread numa_id 2 core_id 21:
  isolated : true
  port: dpdk1             queue-id:  1 (enabled)   pmd usage:  0 %


Someone can tell me how to configure ovs-dpdk to use the both queue0 and queue 1?
Thanks!

Best regards.


Sent from Mail<https://go.microsoft.com/fwlink/?LinkId=550986> for Windows 10


                 reply	other threads:[~2020-09-22  6:12 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=HK0PR01MB2482602111034C33C9E7BE2AE93B0@HK0PR01MB2482.apcprd01.prod.exchangelabs.com \
    --to=wilton.tang@outlook.com \
    --cc=users@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).