Re: [dpdk-dev] [PATCH] net/sfc: fix crash on Tx queue release

2017-03-29 Thread Ferruh Yigit
On 3/29/2017 5:37 PM, Andrew Rybchenko wrote: > On 03/29/2017 07:25 PM, Ferruh Yigit wrote: >> On 3/29/2017 4:08 PM, Andrew Rybchenko wrote: >>> Datapath TxQ handle is passed to release function, not control path. >>> >>> Fixes: 5808dbaf751f ("net/sfc: factor out libefx-based Tx datapath") >>> >>>

Re: [dpdk-dev] [PATCH] net/sfc: fix crash on Tx queue release

2017-03-29 Thread Andrew Rybchenko
On 03/29/2017 07:25 PM, Ferruh Yigit wrote: On 3/29/2017 4:08 PM, Andrew Rybchenko wrote: Datapath TxQ handle is passed to release function, not control path. Fixes: 5808dbaf751f ("net/sfc: factor out libefx-based Tx datapath") Signed-off-by: Andrew Rybchenko --- Please, squash the patch into

Re: [dpdk-dev] [PATCH] net/sfc: fix crash on Tx queue release

2017-03-29 Thread Ferruh Yigit
On 3/29/2017 4:08 PM, Andrew Rybchenko wrote: > Datapath TxQ handle is passed to release function, not control path. > > Fixes: 5808dbaf751f ("net/sfc: factor out libefx-based Tx datapath") > > Signed-off-by: Andrew Rybchenko > --- > Please, squash the patch into 5808dbaf751f. Hi Andrew, To cl

[dpdk-dev] [PATCH] net/sfc: fix crash on Tx queue release

2017-03-29 Thread Andrew Rybchenko
Datapath TxQ handle is passed to release function, not control path. Fixes: 5808dbaf751f ("net/sfc: factor out libefx-based Tx datapath") Signed-off-by: Andrew Rybchenko --- Please, squash the patch into 5808dbaf751f. drivers/net/sfc/sfc_ethdev.c | 6 -- 1 file changed, 4 insertions(+), 2