Re: [PATCH 00/10] port: implement output port non-blocking behavior

2022-09-22 Thread Thomas Monjalon
06/08/2022 00:00, Cristian Dumitrescu: > In case of blocking behavior, the output port retries sending the > packets that could not be sent successfully. The retry can take place > potentially forever in case the Ethernet device or the ring consumer > are down, which leads to deadlock. > > In case

[PATCH 00/10] port: implement output port non-blocking behavior

2022-08-05 Thread Cristian Dumitrescu
In case of blocking behavior, the output port retries sending the packets that could not be sent successfully. The retry can take place potentially forever in case the Ethernet device or the ring consumer are down, which leads to deadlock. In case of the non-blocking behavior introduced by this se