DPDK patches and discussions
 help / color / mirror / Atom feed
* Dpdk packet reception
@ 2023-03-10 20:57 Rajasekhar Pulluru
  2023-03-13 16:14 ` Alexander Kozyrev
  0 siblings, 1 reply; 3+ messages in thread
From: Rajasekhar Pulluru @ 2023-03-10 20:57 UTC (permalink / raw)
  To: dev

[-- 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 --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-03-14 14:40 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-10 20:57 Dpdk packet reception Rajasekhar Pulluru
2023-03-13 16:14 ` Alexander Kozyrev
2023-03-14 14:39   ` Rajasekhar Pulluru

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).