bnx2x: use rx_queue index for skb_record_rx_queue()
Signed-off-by: Dmitry Kravkov <dmitry@broadcom.com> Signed-off-by: Eilon Greenstein <eilong@broadcom.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
62ac0dc9ec
commit
f233cafe1a
4 changed files with 4 additions and 2 deletions
|
@ -5247,7 +5247,7 @@ static void bnx2x_init_eth_fp(struct bnx2x *bp, int fp_idx)
|
|||
u8 cos;
|
||||
unsigned long q_type = 0;
|
||||
u32 cids[BNX2X_MULTI_TX_COS] = { 0 };
|
||||
|
||||
fp->rx_queue = fp_idx;
|
||||
fp->cid = fp_idx;
|
||||
fp->cl_id = bnx2x_fp_cl_id(fp);
|
||||
fp->fw_sb_id = bnx2x_fp_fw_sb_id(fp);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue