RE: Question about RTE ring

2024-04-11 Thread Konstantin Ananyev
> > Thans for your response ! > > Yes, using rte_ring between multiple process. > > So in this case you’re saying the behavior is undefined ? > In my case another process crashed after that. Without a proper debug session it is really hard to tell what is going on. If the situation is reproduci

Re: Question about RTE ring

2024-04-11 Thread arie abergel
Thans for your response ! Yes, using rte_ring between multiple process. So in this case you’re saying the behavior is undefined ? In my case another process crashed after that. > Le 11 avr. 2024 à 11:08, Konstantin Ananyev a > écrit : > >  > > Hi, >> >> As part of a project I have a questi

RE: Question about RTE ring

2024-04-11 Thread Konstantin Ananyev
Hi, > > As part of a project I have a question about the rte ring. > I’m using rte ring multi producer/single consumer. > The producers are several process. > If one producer is enqueuing an element and crashed (kill pid) in the middle > of the > enqueuing, can it compromise the ring ? I sup

Question about RTE ring

2024-04-11 Thread arie abergel
Hi, As part of a project I have a question about the rte ring. I’m using rte ring multi producer/single consumer. The producers are several process. If one producer is enqueuing an element and crashed (kill pid) in the middle of the enqueuing, can it compromise the ring ? Thanks !