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 567B7A0521; Tue, 3 Nov 2020 14:29:23 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 33C21CA4E; Tue, 3 Nov 2020 14:29:22 +0100 (CET) Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by dpdk.org (Postfix) with ESMTP id 54F28CA49 for ; Tue, 3 Nov 2020 14:29:21 +0100 (CET) IronPort-SDR: wMZSA7W4B71yl12GcnyD5F70yGNc+x1m0bGCrYnly7hz11so+91OcD81LHQBK9fCkJqnMX5rqX LYQQfzOXnS7A== X-IronPort-AV: E=McAfee;i="6000,8403,9793"; a="148904508" X-IronPort-AV: E=Sophos;i="5.77,448,1596524400"; d="scan'208";a="148904508" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga107.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 03 Nov 2020 05:29:19 -0800 IronPort-SDR: heyWSrI6aFpSHr6YEa0/ETJ5IlqkcuXc83MRbcuMjyargKGUPVVtqyoQvOWslRrQx348ZGjZv8 Om/+QAe8+D5w== X-IronPort-AV: E=Sophos;i="5.77,448,1596524400"; d="scan'208";a="538491043" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.213.218.178]) ([10.213.218.178]) by orsmga005-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 03 Nov 2020 05:29:16 -0800 From: Ferruh Yigit To: SteveX Yang , dev@dpdk.org Cc: 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 References: <20201028030334.30300-1-stevex.yang@intel.com> <20201102085234.72779-1-stevex.yang@intel.com> <20201102085234.72779-2-stevex.yang@intel.com> <13f49ee0-8cee-5f1b-e3bb-0d3a54e9e189@intel.com> Message-ID: <5676659a-980c-7f13-caa9-d83a5f89c700@intel.com> Date: Tue, 3 Nov 2020 13:29:12 +0000 MIME-Version: 1.0 In-Reply-To: <13f49ee0-8cee-5f1b-e3bb-0d3a54e9e189@intel.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH v8 1/2] app/testpmd: fix max rx packet length for VLAN packets 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" On 11/2/2020 11:48 AM, Ferruh Yigit wrote: > On 11/2/2020 8:52 AM, SteveX Yang wrote: >> When the max rx packet length is smaller than the sum of mtu size and >> ether overhead size, it should be enlarged, otherwise the VLAN packets >> will be dropped. >> >> Fixes: 35b2d13fd6fd ("net: add rte prefix to ether defines") >> >> Signed-off-by: SteveX Yang > > Reviewed-by: Ferruh Yigit > Applied to dpdk-next-net/main, thanks. only 1/2 applied since discussion is going on for 2/2.