patches for DPDK stable branches
 help / color / mirror / Atom feed
* [dpdk-stable] [PATCH] net/ixgbe: enable Pf host new mbox version
@ 2019-08-02  7:24 Wei Zhao
  2019-08-21  6:43 ` [dpdk-stable] [dpdk-dev] " Ye Xiaolong
  2019-08-28  8:16 ` [dpdk-stable] [PATCH v2] " Wei Zhao
  0 siblings, 2 replies; 5+ messages in thread
From: Wei Zhao @ 2019-08-02  7:24 UTC (permalink / raw)
  To: dev; +Cc: stable, qi.z.zhang, Wei Zhao

a new mail box version of ixgbe_mbox_api_13 need to enable for pf
host, in order that it can communicate with vf for queue number.

Signed-off-by: Wei Zhao <wei.zhao1@intel.com>
---
 drivers/net/ixgbe/ixgbe_pf.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/net/ixgbe/ixgbe_pf.c b/drivers/net/ixgbe/ixgbe_pf.c
index fafff6b..85e5ec2 100644
--- a/drivers/net/ixgbe/ixgbe_pf.c
+++ b/drivers/net/ixgbe/ixgbe_pf.c
@@ -616,6 +616,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;
-- 
2.7.5


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2019-09-05 10:43 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-08-02  7:24 [dpdk-stable] [PATCH] net/ixgbe: enable Pf host new mbox version Wei Zhao
2019-08-21  6:43 ` [dpdk-stable] [dpdk-dev] " Ye Xiaolong
2019-08-28  8:15   ` Zhao1, Wei
2019-08-28  8:16 ` [dpdk-stable] [PATCH v2] " Wei Zhao
2019-09-05 10:41   ` Ye Xiaolong

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).