From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by dpdk.space (Postfix) with ESMTP id 51A6DA0096 for ; Wed, 10 Apr 2019 09:26:05 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 6109A5F0F; Wed, 10 Apr 2019 09:26:02 +0200 (CEST) Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id DEDE95F0F for ; Wed, 10 Apr 2019 09:26:00 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 10 Apr 2019 00:26:00 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.60,332,1549958400"; d="scan'208";a="149585142" Received: from fmsmsx106.amr.corp.intel.com ([10.18.124.204]) by orsmga002.jf.intel.com with ESMTP; 10 Apr 2019 00:25:59 -0700 Received: from shsmsx104.ccr.corp.intel.com (10.239.4.70) by FMSMSX106.amr.corp.intel.com (10.18.124.204) with Microsoft SMTP Server (TLS) id 14.3.408.0; Wed, 10 Apr 2019 00:25:58 -0700 Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.206]) by SHSMSX104.ccr.corp.intel.com ([169.254.5.92]) with mapi id 14.03.0415.000; Wed, 10 Apr 2019 15:25:57 +0800 From: "Lu, Wenzhuo" To: "Zhang, Qi Z" , "Yang, Qiming" CC: "dev@dpdk.org" , "Yigit, Ferruh" Thread-Topic: [PATCH] net/ice: fix max frame size Thread-Index: AQHU5JFigpiiBpEblkmzwyK+d6iSraY1Ew9A Date: Wed, 10 Apr 2019 07:25:56 +0000 Message-ID: <6A0DE07E22DDAD4C9103DF62FEBC0909407FBE3B@shsmsx102.ccr.corp.intel.com> References: <20190327113850.30508-1-qi.z.zhang@intel.com> In-Reply-To: <20190327113850.30508-1-qi.z.zhang@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH] net/ice: fix max frame size 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" Message-ID: <20190410072556.38RrizlV4k5FaJvLLvnK-ZyNYgytoexbuIGzWA-XSKo@z> Hi, > -----Original Message----- > From: Zhang, Qi Z > Sent: Wednesday, March 27, 2019 7:39 PM > To: Lu, Wenzhuo ; Yang, Qiming > > Cc: dev@dpdk.org; Yigit, Ferruh ; Zhang, Qi Z > > Subject: [PATCH] net/ice: fix max frame size >=20 > Max frame size setup should consider double VLAN case. >=20 > Fixes: ae2bdd0219cb ("net/ice: support MTU setting") >=20 > Signed-off-by: Qi Zhang Acked-by: Wenzhuo Lu