net/sfc: pass HW Tx queue index on creation
authorAndrew Rybchenko <arybchenko@solarflare.com>
Fri, 21 Dec 2018 12:15:39 +0000 (12:15 +0000)
committerFerruh Yigit <ferruh.yigit@intel.com>
Fri, 21 Dec 2018 15:22:41 +0000 (16:22 +0100)
commit7928b0fdf8f790b6178ad91cf41ee2f9df10e707
treea779ad4016e2e1cfbe30bb4478507ec29a2eee20
parent054dbf420d171e586e6ad4c955bfb50119e60cbc
net/sfc: pass HW Tx queue index on creation

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: stable@dpdk.org
Signed-off-by: Andrew Rybchenko <arybchenko@solarflare.com>
drivers/net/sfc/sfc_tx.c