memif thread race condition on memif.disconnect()

2023-10-11 Thread Bly, Mike
Hello, We have run into a timing issue between threads when using the memif interface type and need some guidance. Our application has a DPDK based process operating (among other things) a memif server interface. The problem is exposed when this memif interface receives a memif.disconnect mess

Re: memif thread race condition on memif.disconnect()

2023-10-30 Thread Stephen Hemminger
On Wed, 11 Oct 2023 19:57:56 + "Bly, Mike" wrote: > Hello, > > We have run into a timing issue between threads when using the memif > interface type and need some guidance. > > Our application has a DPDK based process operating (among other > things) a memif server interface. The problem is