Tested-by: Yongjie Gu <yongjiex.gu at intel.com>

- Check patch: success
- Apply patch: success
- compilation: success
        OS: fedora20
        GCC: gcc_x86-64, 4.8.3
        ICC: 16.0.2
        Commit: 84c9b5a9fe926f1aa033dc5352be8d4a5e0b789d
        i686-native-linuxapp-icc: compile pass
        x86_64-native-linuxapp-gcc-combined: compile pass
        i686-native-linuxapp-gcc: compile pass
        x86_64-native-linuxapp-gcc: compile pass
        x86_64-native-linuxapp-icc: compile pass
        x86_64-native-linuxapp-gcc-debug: compile pass
        x86_64-native-linuxapp-gcc-shared: compile pass
        x86_64-native-linuxapp-clang: compile pass

- dts validation: 
 -- Test Commit: db340cf2ef71af231af67be8e42fd603e4bab0ac
 -- OS/Kernel: Ubuntu 15.04/3.19.0-15-generic
 -- GCC: gcc version 4.9.2 (Ubuntu 4.9.2-10ubuntu13)
 -- CPU: Intel(R) Xeon(R) CPU E5-2699 v3 @ 2.30GHz
 -- NIC: Intel Corporation 82599ES 10-Gigabit SFI/SFP+ Network Connection 
[8086:10fb]
 -- total 96,failed 13(Detailed case list see in the attachment)

Thanks
Yongjie
-----Original Message-----
From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Beilei Xing
Sent: Friday, May 06, 2016 2:07 PM
To: Zhang, Helin
Cc: dev at dpdk.org; Xing, Beilei
Subject: [dpdk-dev] [PATCH 01/29] ixgbe/base: add new VF requests for mailbox 
API

It adds two new VF requests of IXGBE_VF_GET_RETA and IXGBE_VF_GET_RSS_KEY for 
mailbox API.

Signed-off-by: Beilei Xing <beilei.xing at intel.com>
---
 drivers/net/ixgbe/base/ixgbe_mbx.h | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/drivers/net/ixgbe/base/ixgbe_mbx.h 
b/drivers/net/ixgbe/base/ixgbe_mbx.h
index 4a120a3..d775142 100644
--- a/drivers/net/ixgbe/base/ixgbe_mbx.h
+++ b/drivers/net/ixgbe/base/ixgbe_mbx.h
@@ -109,7 +109,9 @@ enum ixgbe_pfvf_api_rev {
 #define IXGBE_VF_GET_QUEUES    0x09 /* get queue configuration */

 /* mailbox API, version 1.2 VF requests */
-#define IXGBE_VF_UPDATE_XCAST_MODE     0x0C
+#define IXGBE_VF_GET_RETA              0x0a /* VF request for RETA */
+#define IXGBE_VF_GET_RSS_KEY           0x0b /* get RSS key */
+#define IXGBE_VF_UPDATE_XCAST_MODE     0x0C

 /* GET_QUEUES return data indices within the mailbox */
 #define IXGBE_VF_TX_QUEUES     1       /* number of Tx queues supported */
--
2.5.0

Reply via email to