Re: [dpdk-dev] [PATCH] net/sfc: pass HW Tx queue index on creation

2018-12-21 Thread Ferruh Yigit
On 12/21/2018 12:15 PM, Andrew Rybchenko wrote: > Software indexes are PMD internal and should not be passed outside. > Right now SW and HW indexes of the Tx queue match, so it is just > a cosmetic fix. > > Fixes: dbdc82416b72 ("net/sfc: factor out libefx-based Tx datapath") > Cc: sta...@dpdk.org

[dpdk-dev] [PATCH] net/sfc: pass HW Tx queue index on creation

2018-12-21 Thread Andrew Rybchenko
Software indexes are PMD internal and should not be passed outside. Right now SW and HW indexes of the Tx queue match, so it is just a cosmetic fix. Fixes: dbdc82416b72 ("net/sfc: factor out libefx-based Tx datapath") Cc: sta...@dpdk.org Signed-off-by: Andrew Rybchenko --- drivers/net/sfc/sfc_t