Re: Dpdk packet reception

2023-03-14 Thread Rajasekhar Pulluru
ru > *Sent:* March 10, 2023 15:57 > *To:* dev@dpdk.org > *Subject:* Dpdk packet reception > > > > 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 >

RE: Dpdk packet reception

2023-03-13 Thread Alexander Kozyrev
. What platform do you use? It is only supported on recent Intel CPUs and ARMs. Regards, Alex From: Rajasekhar Pulluru Sent: March 10, 2023 15:57 To: dev@dpdk.org Subject: Dpdk packet reception Hi Team, Would like to know if dpdk has a select(fd)/epoll(fd) like mechanism to wake-up the

Dpdk packet reception

2023-03-10 Thread Rajasekhar Pulluru
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