DPDK patches and discussions
 help / color / mirror / Atom feed
From: Rajasekhar Pulluru <pullururajasekhar@gmail.com>
To: dev@dpdk.org
Subject: Dpdk packet reception
Date: Sat, 11 Mar 2023 02:27:20 +0530	[thread overview]
Message-ID: <CAGA5_H5UsBQ3BZdU=yo3zuVwuF2mB_ucY5_w=FiTtq_w1e=htw@mail.gmail.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 546 bytes --]

Hi Team,

Would like to know if dpdk has a select(fd)/epoll(fd) like mechanism to
wake-up the application (say rx-pthread) asynchronously upon packet
reception without enabling rxq interrupts?

I can't afford to lose a cpu-core polling continuously to check for packets
using rte_eth_rx_burst.And I only have 1 core to receive packets from
multiple ports.I don't want to use usleep of fixed timeout between
rte_eth_rx_burst api invocation, as it potentially could lead to packets
being rx-missed in 1 or more ports.

Thanks & Regards,
Rajasekhar

[-- Attachment #2: Type: text/html, Size: 665 bytes --]

             reply	other threads:[~2023-03-10 20:57 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-03-10 20:57 Rajasekhar Pulluru [this message]
2023-03-13 16:14 ` Alexander Kozyrev
2023-03-14 14:39   ` Rajasekhar Pulluru

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='CAGA5_H5UsBQ3BZdU=yo3zuVwuF2mB_ucY5_w=FiTtq_w1e=htw@mail.gmail.com' \
    --to=pullururajasekhar@gmail.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).