From: Artur Tyminski <arturx.tymin...@intel.com>

This patch adds definitions related to DDP package type.

Signed-off-by: Artur Tyminski <arturx.tymin...@intel.com>
Signed-off-by: Anatoly Burakov <anatoly.bura...@intel.com>
---
 drivers/net/i40e/base/i40e_type.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/drivers/net/i40e/base/i40e_type.h 
b/drivers/net/i40e/base/i40e_type.h
index 45b38c086b..2676d272c9 100644
--- a/drivers/net/i40e/base/i40e_type.h
+++ b/drivers/net/i40e/base/i40e_type.h
@@ -1981,6 +1981,8 @@ struct i40e_metadata_segment {
 #define I40E_DDP_TRACKID_INVALID       0xFFFFFFFF
 #define I40E_DDP_TRACKID_GRP_MSK       0x00FF0000
 #define I40E_DDP_TRACKID_GRP_COMP_ALL  0xFF
+#define I40E_DDP_TRACKID_PKGTYPE_MSK   0xFF000000
+#define I40E_DDP_TRACKID_PKGTYPE_RDONLY        0
        u32 track_id;
        char name[I40E_DDP_NAME_SIZE];
 };
-- 
2.43.5

Reply via email to