DPDK usage discussions
 help / color / mirror / Atom feed
From: Jaeeun Ham <jaeeun.ham@ericsson.com>
To: "users@dpdk.org" <users@dpdk.org>
Subject: [dpdk-users] TX/RX adapter running on the same core problem
Date: Sun, 26 Sep 2021 05:21:39 +0000	[thread overview]
Message-ID: <HE1PR07MB422001F687F7DBA040C062E5F3A69@HE1PR07MB4220.eurprd07.prod.outlook.com> (raw)

Hi,

I hope you are well.

During the traffic test, TX adapter showed starvation due to Rx adapter processing on the same dpdk-core 03 and dropped the 41412 packets after 154655 tx_retry.
So, I expect I have to assign TX/RX adapter on each dpdk-core to prevent starvation and packet drop.

Are those tx_retry and tx_dropped packet due to RX adapter packet processing?
Is it possible to separate TX/RX adapter into different dpdk-core?

========[ TX adapter stats ]========
tx_retry: 154655
tx_packets: 438771
tx_dropped: 41412


< eventdev_dump.txt >
========[ Services ]========
qdispatch_service_id    : 0
txa_service_id          : 1
rxa_service_id          : 2
edk_service_id          : 3
timer_service_id        : 4
timer_adapter_service_id: 5

Service Cores Summary
dpdk-core 01: PDCP Fastpath Plugin control function thread

dpdk-core   qu-dispat   txadapter   rxadapter         edk         tmr   tmr-adapt
       03           0   770574949   770574948           0           0           0
       05   816421027           0           0   816421571   816421571   816421571
       07   896307282           0           0   896307828   896307828           0
       09   899213296           0           0   899213687   899213687           0
       11   889323680           0           0   889323871   889323871           0
       13   897300534           0           0   897300686   897300686           0
       15   891124716           0           0   891124811   891124811           0
       17   896336177           0           0   896336212   896336211           0
       19   895461845           0           0   895461846   895461846           0

========[ Event dev port 0 ~ 10 xstats ]========
- packet flow: f1u -> s1u one way
  midhaul_ker -> midhaul_edk -> backhaul_edk -> backhaul_ker
  port 09 Rx adapter -> port 07 -> port 06 -> port 08 -> port 09 Tx adapter

port 00: dpdk-core 05, worker_core // queue-dispatcher, edk, timer
port 01: dpdk-core 07, worker_core // queue-dispatcher, edk, timer
port 02: dpdk-core 09, worker_core // queue-dispatcher, edk, timer
port 03: dpdk-core 11, worker_core // queue-dispatcher, edk, timer
port 04: dpdk-core 13, worker_core // queue-dispatcher, edk, timer
port 05: dpdk-core 15, worker_core // queue-dispatcher, edk, timer
port 06: dpdk-core 17, worker_core // queue-dispatcher, edk, timer
port 07: dpdk-core 19, worker_core // queue-dispatcher, edk, timer
port 08: TX adapter, dpdk-core 03  // packet transmission
port 09: RX adapter, dpdk-core 03  // packet receiving
port 10: Event timer adapter       // tmr-adapter

BR/Jaeeun
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: eventdev_dump.txt
URL: <http://mails.dpdk.org/archives/users/attachments/20210926/bbf13055/attachment.txt>

             reply	other threads:[~2021-09-26 20:48 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-09-26  5:21 Jaeeun Ham [this message]
2021-09-29 10:02 ` Thomas Monjalon

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=HE1PR07MB422001F687F7DBA040C062E5F3A69@HE1PR07MB4220.eurprd07.prod.outlook.com \
    --to=jaeeun.ham@ericsson.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).