From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id CE0005A68 for ; Wed, 18 Nov 2015 06:30:31 +0100 (CET) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga102.fm.intel.com with ESMTP; 17 Nov 2015 21:30:32 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.20,311,1444719600"; d="scan'208";a="841184465" Received: from fmsmsx103.amr.corp.intel.com ([10.18.124.201]) by fmsmga001.fm.intel.com with ESMTP; 17 Nov 2015 21:30:31 -0800 Received: from shsmsx152.ccr.corp.intel.com (10.239.6.52) by FMSMSX103.amr.corp.intel.com (10.18.124.201) with Microsoft SMTP Server (TLS) id 14.3.248.2; Tue, 17 Nov 2015 21:30:30 -0800 Received: from shsmsx104.ccr.corp.intel.com ([169.254.5.223]) by SHSMSX152.ccr.corp.intel.com ([169.254.6.193]) with mapi id 14.03.0248.002; Wed, 18 Nov 2015 13:30:28 +0800 From: "Zhang, Helin" To: "Tao, Zhe" , "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH] i40e: configure the vector PMD option as no for default for l3fwd undefined ptype issue Thread-Index: AQHRIVeWm5d+BJvL+Uy+iZhI4dey/Z6hQaTg Date: Wed, 18 Nov 2015 05:30:28 +0000 Message-ID: References: <1447778782-8659-1-git-send-email-zhe.tao@intel.com> In-Reply-To: <1447778782-8659-1-git-send-email-zhe.tao@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] i40e: configure the vector PMD option as no for default for l3fwd undefined ptype issue 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: Wed, 18 Nov 2015 05:30:32 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Zhe Tao > Sent: Wednesday, November 18, 2015 12:46 AM > To: dev@dpdk.org > Subject: [dpdk-dev] [PATCH] i40e: configure the vector PMD option as no f= or > default for l3fwd undefined ptype issue >=20 > Configure the vector PMD option as no for default as a work around for l3= fwd. > After the l3fwd app can handle the undefined ptype or the i40e vPMD can > return the ptype, the option will be set as yes for default again. >=20 > Signed-off-by: Zhe Tao Acked-by: Helin Zhang