[dpdk-dev] [PATCH v2] eal/ipc: stop async IPC loop on callback request

Thomas Monjalon thomas at monjalon.net
Tue Apr 17 01:08:33 CEST 2018


13/04/2018 17:24, Tan, Jianfeng:
> 
> On 4/10/2018 11:28 PM, Anatoly Burakov wrote:
> > EAL did not stop processing further asynchronous requests on
> > encountering a request that should trigger the callback. This
> > resulted in erasing valid requests but not triggering them.
> >
> > Fix this by stopping the loop once we have a request that
> > can trigger the callback. Once triggered, we go back to scanning
> > the request queue until there are no more callbacks to trigger.
> >
> > Fixes: f05e26051c15 ("eal: add IPC asynchronous request")
> > Cc: anatoly.burakov at intel.com
> >
> > Signed-off-by: Anatoly Burakov <anatoly.burakov at intel.com>
> 
> Acked-by: Jianfeng Tan <jianfeng.tan at intel.com>

Applied, thanks





More information about the dev mailing list