From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 747EAA04E7; Mon, 2 Nov 2020 09:54:07 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id F157DA9A0; Mon, 2 Nov 2020 09:54:05 +0100 (CET) Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id BEAFDA54B for ; Mon, 2 Nov 2020 09:54:04 +0100 (CET) IronPort-SDR: 3jTPiojcbkfPUbkakM0HzoagoxOJq9rKABbzsoB9cAkXarMwQExGfRNmvsKcDPDwja0nLIoRyI PMOU4y80dtZg== X-IronPort-AV: E=McAfee;i="6000,8403,9792"; a="253561999" X-IronPort-AV: E=Sophos;i="5.77,444,1596524400"; d="scan'208";a="253561999" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga105.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 02 Nov 2020 00:54:02 -0800 IronPort-SDR: WTozc8uvCRZumZiWXmv8P7WFPaTl7dNKHRCXQOnPi8NvcbE3hSy3biA3K3LAWeZoHuh9iKeaT1 TzfqhYL3Ei+g== X-IronPort-AV: E=Sophos;i="5.77,444,1596524400"; d="scan'208";a="537939340" Received: from intel-npg-odc-srv01.cd.intel.com ([10.240.178.136]) by orsmga005-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 02 Nov 2020 00:53:58 -0800 From: SteveX Yang To: dev@dpdk.org Cc: ferruh.yigit@intel.com, konstantin.ananyev@intel.com, beilei.xing@intel.com, wenzhuo.lu@intel.com, bernard.iremonger@intel.com, qiming.yang@intel.com, mdr@ashroe.eu, nhorman@tuxdriver.com, SteveX Yang Date: Mon, 2 Nov 2020 08:52:32 +0000 Message-Id: <20201102085234.72779-1-stevex.yang@intel.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20201028030334.30300-1-stevex.yang@intel.com> References: <20201028030334.30300-1-stevex.yang@intel.com> Subject: [dpdk-dev] [PATCH v8 0/2] fix default max mtu size when device configured X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Update the max_rx_pkt_len to have MTU as RTE_ETHER_MTU. v8: * update workaround comment; * add deprecation for ethdev; v7: * drop patch 2 due to Jumbo frame flag issue; v6: * change the max_rx_pkt_len in the init_config of testpmd; * change the mtu value in the rte_ethdev; v5: * update comments and commit messages; v4: * add the adjust condition for max_rx_pkt_len; v3: * change the i40evf relative code; v2: * change the max_rx_pkt_len via mtu_set ops; SteveX Yang (2): app/testpmd: fix max rx packet length for VLAN packets doc: annouce deprecation of jumbo frame flag condition app/test-pmd/testpmd.c | 23 +++++++++++++++++++++++ doc/guides/rel_notes/deprecation.rst | 12 ++++++++++++ 2 files changed, 35 insertions(+) -- 2.17.1