ibmvnic: Assign XPS map to correct queue index
authorNick Child <nnac123@linux.ibm.com>
Thu, 23 Feb 2023 15:39:44 +0000 (09:39 -0600)
committerJakub Kicinski <kuba@kernel.org>
Sat, 25 Feb 2023 02:34:26 +0000 (18:34 -0800)
commit6f2ce45f0c5f12b5fc6ffabf367bc1bb145534cc
tree96c56a07c36ae233c337eb9ae02036316305dfa9
parentbce90459937376b6c7553cfbe957d73293ab7bc8
ibmvnic: Assign XPS map to correct queue index

When setting the XPS map value for TX queues, use the index of the
transmit queue.
Previously, the function was passing the index of the loop that iterates
over all queues (RX and TX). This was causing invalid XPS map values.

Fixes: 6831582937bd ("ibmvnic: Toggle between queue types in affinity mapping")
Signed-off-by: Nick Child <nnac123@linux.ibm.com>
Reviewed-by: Pavan Chebbi <pavan.chebbi@broadcom.com>
Link: https://lore.kernel.org/r/20230223153944.44969-1-nnac123@linux.ibm.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/ethernet/ibm/ibmvnic.c