From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 2070B69FA for ; Mon, 23 May 2016 03:33:53 +0200 (CEST) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga101.fm.intel.com with ESMTP; 22 May 2016 18:33:52 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.26,352,1459839600"; d="scan'208";a="972382805" Received: from fmsmsx103.amr.corp.intel.com ([10.18.124.201]) by fmsmga001.fm.intel.com with ESMTP; 22 May 2016 18:33:51 -0700 Received: from fmsmsx101.amr.corp.intel.com (10.18.124.199) by FMSMSX103.amr.corp.intel.com (10.18.124.201) with Microsoft SMTP Server (TLS) id 14.3.248.2; Sun, 22 May 2016 18:33:51 -0700 Received: from shsmsx101.ccr.corp.intel.com (10.239.4.153) by fmsmsx101.amr.corp.intel.com (10.18.124.199) with Microsoft SMTP Server (TLS) id 14.3.248.2; Sun, 22 May 2016 18:33:51 -0700 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.58]) by SHSMSX101.ccr.corp.intel.com ([169.254.1.148]) with mapi id 14.03.0248.002; Mon, 23 May 2016 09:33:42 +0800 From: "Wu, Jingjing" To: "Xing, Beilei" CC: "dev@dpdk.org" Thread-Topic: [PATCH v4] i40e: configure MTU Thread-Index: AQHRsqq865bMoQBFdkS68pKOKRqFFJ/FwMyg Date: Mon, 23 May 2016 01:33:42 +0000 Message-ID: <9BB6961774997848B5B42BEC655768F80E134394@SHSMSX103.ccr.corp.intel.com> References: <1463127333-10007-1-git-send-email-beilei.xing@intel.com> <1463757424-2010-1-git-send-email-beilei.xing@intel.com> In-Reply-To: <1463757424-2010-1-git-send-email-beilei.xing@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="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v4] i40e: configure MTU X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 May 2016 01:33:54 -0000 > -----Original Message----- > From: Xing, Beilei > Sent: Friday, May 20, 2016 11:17 PM > To: Wu, Jingjing > Cc: dev@dpdk.org; Xing, Beilei > Subject: [PATCH v4] i40e: configure MTU >=20 > This patch enables configuring MTU for i40e. > Since changing MTU needs to reconfigure queue, stop port first before > configuring MTU. >=20 > Signed-off-by: Beilei Xing Acked-by: Jingjing Wu