]> git.droids-corp.org - dpdk.git/blobdiff - lib/librte_pmd_ixgbe/ixgbe/ixgbe_vf.h
ixgbe/base: support X550
[dpdk.git] / lib / librte_pmd_ixgbe / ixgbe / ixgbe_vf.h
index b84b4ba3d82f34e2d253e99e77a52cac95d8e111..3c1c16898c4da1973068ac39fe390d4a6a430455 100644 (file)
@@ -84,6 +84,9 @@ POSSIBILITY OF SUCH DAMAGE.
 #define IXGBE_VFGOTC_LSB       0x02020
 #define IXGBE_VFGOTC_MSB       0x02024
 #define IXGBE_VFMPRC           0x01034
+#define IXGBE_VFMRQC           0x3000
+#define IXGBE_VFRSSRK(x)       (0x3100 + ((x) * 4))
+#define IXGBE_VFRETA(x)        (0x3200 + ((x) * 4))
 
 
 struct ixgbevf_hw_stats {