Re: [dpdk-dev] [PATCH] ipc: fix send error handling

2019-05-03 Thread Thomas Monjalon
26/04/2019 12:27, Anatoly Burakov: > According to manpage, ENOBUFS error indicates that either the > input or the output queue is full. This should be considered > an error, but it is treated as an "ignore" condition. Fix the > code to report an error instead. > > Fixes: bacaa2754017 ("eal: add ch

Re: [dpdk-dev] [PATCH] ipc: fix send error handling

2019-04-28 Thread Rami Rosen
Acked-by: Rami Rosen

[dpdk-dev] [PATCH] ipc: fix send error handling

2019-04-26 Thread Anatoly Burakov
According to manpage, ENOBUFS error indicates that either the input or the output queue is full. This should be considered an error, but it is treated as an "ignore" condition. Fix the code to report an error instead. Fixes: bacaa2754017 ("eal: add channel for multi-process communication") Cc: sta