net/ice: remove redundant function
[dpdk.git] / drivers / common / iavf / iavf_type.h
index 6f85f8c..f3815d5 100644 (file)
@@ -1,5 +1,5 @@
 /* SPDX-License-Identifier: BSD-3-Clause
- * Copyright(c) 2001-2019
+ * Copyright(c) 2001-2021 Intel Corporation
  */
 
 #ifndef _IAVF_TYPE_H_
@@ -224,6 +224,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;
@@ -552,7 +553,8 @@ enum iavf_rx_l2_ptype {
        IAVF_RX_PTYPE_GRENAT4_MAC_PAY3                  = 58,
        IAVF_RX_PTYPE_GRENAT4_MACVLAN_IPV6_ICMP_PAY4    = 87,
        IAVF_RX_PTYPE_GRENAT6_MAC_PAY3                  = 124,
-       IAVF_RX_PTYPE_GRENAT6_MACVLAN_IPV6_ICMP_PAY4    = 153
+       IAVF_RX_PTYPE_GRENAT6_MACVLAN_IPV6_ICMP_PAY4    = 153,
+       IAVF_RX_PTYPE_PARSER_ABORTED                    = 255
 };
 
 struct iavf_rx_ptype_decoded {