[PATCH] net/pcap: set live interface as non-blocking

2024-08-24 Thread Stephen Hemminger
The DPDK PMD's are supposed to be non-blocking and poll for packets. Configure PCAP to do this on live interface. Bugzilla ID: 1526 Reported-by: Ofer Dagan Signed-off-by: Stephen Hemminger --- drivers/net/pcap/pcap_ethdev.c | 6 ++ 1 file changed, 6 insertions(+) diff --git a/drivers/net/p

RE: [PATCH v8 2/3] eventdev: add support for independent enqueue

2024-08-24 Thread Pathak, Pravin
> -Original Message- > From: Mattias Rönnblom > Sent: Friday, August 23, 2024 7:03 AM > To: Sevincer, Abdullah ; dev@dpdk.org > Cc: jer...@marvell.com; Richardson, Bruce ; > Pathak, Pravin ; mattias.ronnb...@ericsson.com; > Aggarwal, Manish > Subject: Re: [PATCH v8 2/3] eventdev: add su