Re: [dpdk-dev] [PATCH] net/sfc: add missing Rx descriptor status callback

2018-05-30 Thread Thomas Monjalon
30/05/2018 11:42, Ferruh Yigit: > On 5/30/2018 7:44 AM, Andrew Rybchenko wrote: > > Thomas, Ferruh, > > > > I've found out that the following patch is deferred in patchwork: > > https://dpdk.org/dev/patchwork/patch/40455/ > > > > It is critical under certain conditions since fix application crash

Re: [dpdk-dev] [PATCH] net/sfc: add missing Rx descriptor status callback

2018-05-30 Thread Ferruh Yigit
On 5/30/2018 7:44 AM, Andrew Rybchenko wrote: > Thomas, Ferruh, > > I've found out that the following patch is deferred in patchwork: > https://dpdk.org/dev/patchwork/patch/40455/ > > It is critical under certain conditions since fix application crash. > The patch is net/sfc local and just few li

Re: [dpdk-dev] [PATCH] net/sfc: add missing Rx descriptor status callback

2018-05-29 Thread Andrew Rybchenko
Thomas, Ferruh, I've found out that the following patch is deferred in patchwork: https://dpdk.org/dev/patchwork/patch/40455/ It is critical under certain conditions since fix application crash. The patch is net/sfc local and just few lines - absolutely harmless. The only potential DPDK-wide eff

[dpdk-dev] [PATCH] net/sfc: add missing Rx descriptor status callback

2018-05-27 Thread Andrew Rybchenko
Rx descriptor status callback was lost and request of the Rx descriptor status crashes application if equal stride super-buffer Rx mode is used. Fixes: 390f9b8d82c9 ("net/sfc: support equal stride super-buffer Rx mode") Signed-off-by: Andrew Rybchenko --- drivers/net/sfc/sfc_ef10_essb_rx.c | 9