ethdev: change input parameters for Rx queue count
[dpdk.git] / drivers / net / txgbe / base / txgbe_mbx.h
index ccf5d12..894ad6a 100644 (file)
@@ -1,5 +1,6 @@
 /* SPDX-License-Identifier: BSD-3-Clause
- * Copyright(c) 2015-2020
+ * Copyright(c) 2015-2020 Beijing WangXun Technology Co., Ltd.
+ * Copyright(c) 2010-2017 Intel Corporation
  */
 
 #ifndef _TXGBE_MBX_H_
@@ -81,6 +82,8 @@ enum txgbevf_xcast_modes {
 /* word in permanent address message with the current multicast type */
 #define TXGBE_VF_MC_TYPE_WORD          3
 
+#define TXGBE_PF_CONTROL_MSG           0x0100 /* PF control message */
+
 #define TXGBE_VF_MBX_INIT_TIMEOUT      2000 /* number of retries on mailbox */
 #define TXGBE_VF_MBX_INIT_DELAY                500  /* microseconds between retries */