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

2024-08-26 Thread Ferruh Yigit
On 8/24/2024 7:07 PM, Stephen Hemminger wrote: > 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 > Bugzilla ID: 1526 Fixes: 4c173302c307

[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