X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=drivers%2Fcommon%2Fiavf%2Fiavf_type.h;h=f3815d523bb2b25603c16547355f2c99f3f6386c;hb=8052638442f46a67c57a1cb185958aac4f97a136;hp=905e1afb63fd7a53e9deba406ecb91e7a44d41fc;hpb=6c8cf785ebe032a29bc77b0c79f3cabf5a3420ba;p=dpdk.git diff --git a/drivers/common/iavf/iavf_type.h b/drivers/common/iavf/iavf_type.h index 905e1afb63..f3815d523b 100644 --- a/drivers/common/iavf/iavf_type.h +++ b/drivers/common/iavf/iavf_type.h @@ -1,5 +1,5 @@ /* SPDX-License-Identifier: BSD-3-Clause - * Copyright(c) 2001-2020 + * 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;