test: add devargs test cases
[dpdk.git] / drivers / common / iavf / iavf_type.h
index 665b070..73dfb47 100644 (file)
@@ -1,5 +1,5 @@
 /* SPDX-License-Identifier: BSD-3-Clause
- * Copyright(c) 2001-2020 Intel Corporation
+ * Copyright(c) 2001-2021 Intel Corporation
  */
 
 #ifndef _IAVF_TYPE_H_
@@ -141,6 +141,8 @@ enum iavf_debug_mask {
 #define IAVF_PHY_LED_MODE_MASK                 0xFFFF
 #define IAVF_PHY_LED_MODE_ORIG                 0x80000000
 
+#define IAVF_MAX_TRAFFIC_CLASS 8
+
 /* Memory types */
 enum iavf_memset_type {
        IAVF_NONDMA_MEM = 0,
@@ -224,6 +226,7 @@ struct iavf_hw_capabilities {
        u32 num_tx_qp;
        u32 base_queue;
        u32 num_msix_vectors_vf;
+       u32 max_mtu;
        bool apm_wol_support;
        enum iavf_acpi_programming_method acpi_prog_method;
        bool proxy_support;