Skip to content

Commit

Permalink
net/ixgbe: enable new PF host mbox version
Browse files Browse the repository at this point in the history
[ upstream commit 5e0a2c9 ]

A new mail box version of ixgbe_mbox_api_13 need to be enabled for PF
host, in order that it can communicate with VF for queue number.

Fixes: 46b14c2 ("ixgbe: get VF queue number")

Signed-off-by: Wei Zhao <wei.zhao1@intel.com>
Acked-by: Xiaolong Ye <xiaolong.ye@intel.com>
  • Loading branch information
zhaowei413 authored and kevintraynor committed Nov 21, 2019
1 parent ff11a3b commit 411e166
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/net/ixgbe/ixgbe_pf.c
Expand Up @@ -632,6 +632,7 @@ ixgbe_get_vf_queues(struct rte_eth_dev *dev, uint32_t vf, uint32_t *msgbuf)
case ixgbe_mbox_api_20:
case ixgbe_mbox_api_11:
case ixgbe_mbox_api_12:
case ixgbe_mbox_api_13:
break;
default:
return -1;
Expand Down

0 comments on commit 411e166

Please sign in to comment.