]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.git/blobdiff - drivers/net/ethernet/netronome/nfp/nfp_net_ctrl.h
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
[mirror_ubuntu-eoan-kernel.git] / drivers / net / ethernet / netronome / nfp / nfp_net_ctrl.h
index 4c6fb9ecb72c22ffeefa2d3c2bde32bbe68004a9..863ca04fffbfbe11daf5d5d1da302983784aa112 100644 (file)
  * %NFP_NET_CFG_TLV_TYPE_MBOX:
  * Variable, mailbox area.  Overwrites the default location which is
  * %NFP_NET_CFG_MBOX_BASE and length %NFP_NET_CFG_MBOX_VAL_MAX_SZ.
+ *
+ * %NFP_NET_CFG_TLV_TYPE_EXPERIMENTAL0:
+ * %NFP_NET_CFG_TLV_TYPE_EXPERIMENTAL1:
+ * Variable, experimental IDs.  IDs designated for internal development and
+ * experiments before a stable TLV ID has been allocated to a feature.  Should
+ * never be present in production firmware.
  */
 #define NFP_NET_CFG_TLV_TYPE_UNKNOWN           0
 #define NFP_NET_CFG_TLV_TYPE_RESERVED          1
 #define NFP_NET_CFG_TLV_TYPE_END               2
 #define NFP_NET_CFG_TLV_TYPE_ME_FREQ           3
 #define NFP_NET_CFG_TLV_TYPE_MBOX              4
+#define NFP_NET_CFG_TLV_TYPE_EXPERIMENTAL0     5
+#define NFP_NET_CFG_TLV_TYPE_EXPERIMENTAL1     6
 
 struct device;