net/qede/base: change infrastructure for VF tunnelling
[dpdk.git] / drivers / net / qede / base / ecore_mcp.h
index d77b5df..0708923 100644 (file)
@@ -70,6 +70,14 @@ struct ecore_mcp_mb_params {
        u32 mcp_param;
 };
 
+struct ecore_drv_tlv_hdr {
+       u8 tlv_type;    /* According to the enum below */
+       u8 tlv_length;  /* In dwords - not including this header */
+       u8 tlv_reserved;
+#define ECORE_DRV_TLV_FLAGS_CHANGED 0x01
+       u8 tlv_flags;
+};
+
 /**
  * @brief Initialize the interface with the MCP
  *