From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 7FBD7235 for ; Wed, 5 Jul 2017 05:20:04 +0200 (CEST) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 04 Jul 2017 20:20:03 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.40,310,1496127600"; d="scan'208";a="1147806040" Received: from fmsmsx103.amr.corp.intel.com ([10.18.124.201]) by orsmga001.jf.intel.com with ESMTP; 04 Jul 2017 20:20:02 -0700 Received: from fmsmsx111.amr.corp.intel.com (10.18.116.5) by FMSMSX103.amr.corp.intel.com (10.18.124.201) with Microsoft SMTP Server (TLS) id 14.3.319.2; Tue, 4 Jul 2017 20:20:02 -0700 Received: from shsmsx101.ccr.corp.intel.com (10.239.4.153) by fmsmsx111.amr.corp.intel.com (10.18.116.5) with Microsoft SMTP Server (TLS) id 14.3.319.2; Tue, 4 Jul 2017 20:20:02 -0700 Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.146]) by SHSMSX101.ccr.corp.intel.com ([169.254.1.197]) with mapi id 14.03.0319.002; Wed, 5 Jul 2017 11:20:00 +0800 From: "Lu, Wenzhuo" To: "Xing, Beilei" CC: "dev@dpdk.org" Thread-Topic: [PATCH v2] net/ixgbe: remove MTU setting limitation when port's stopped Thread-Index: AQHS9TcgLF7HbQPcYEewvKl7x1TRMKJEkJPA Date: Wed, 5 Jul 2017 03:19:59 +0000 Message-ID: <6A0DE07E22DDAD4C9103DF62FEBC09093B5D794A@shsmsx102.ccr.corp.intel.com> References: <1499156575-15046-1-git-send-email-beilei.xing@intel.com> <1499222024-64581-1-git-send-email-beilei.xing@intel.com> In-Reply-To: <1499222024-64581-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 v2] net/ixgbe: remove MTU setting limitation when port's stopped 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: , X-List-Received-Date: Wed, 05 Jul 2017 03:20:05 -0000 Hi, > -----Original Message----- > From: Xing, Beilei > Sent: Wednesday, July 5, 2017 10:34 AM > To: Lu, Wenzhuo > Cc: dev@dpdk.org > Subject: [PATCH v2] net/ixgbe: remove MTU setting limitation when port's > stopped >=20 > Currently, setting MTU will fail if MTU requires the support of scattered > packets before scatter is enabled. > This patch allows setting this special MTU when device is stopped, cause > scatter will be re-configured during starting port. >=20 > Signed-off-by: Beilei Xing Acked-by: Wenzhuo Lu