From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id 89E764CBB for ; Thu, 13 Sep 2018 03:39:24 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga105.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 12 Sep 2018 18:39:23 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.53,367,1531810800"; d="scan'208";a="89549366" Received: from fmsmsx105.amr.corp.intel.com ([10.18.124.203]) by fmsmga001.fm.intel.com with ESMTP; 12 Sep 2018 18:38:25 -0700 Received: from fmsmsx113.amr.corp.intel.com (10.18.116.7) by FMSMSX105.amr.corp.intel.com (10.18.124.203) with Microsoft SMTP Server (TLS) id 14.3.319.2; Wed, 12 Sep 2018 18:38:25 -0700 Received: from shsmsx104.ccr.corp.intel.com (10.239.4.70) by FMSMSX113.amr.corp.intel.com (10.18.116.7) with Microsoft SMTP Server (TLS) id 14.3.319.2; Wed, 12 Sep 2018 18:38:25 -0700 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.240]) by SHSMSX104.ccr.corp.intel.com ([169.254.5.143]) with mapi id 14.03.0319.002; Thu, 13 Sep 2018 09:38:23 +0800 From: "Zhang, Qi Z" To: "Li, Xiaoyun" , "Xing, Beilei" CC: "dev@dpdk.org" , "Yang, Zhiyong" Thread-Topic: [PATCH v5] net/i40e: add interface to choose latest vector path Thread-Index: AQHUSoI5r3hq6C1aB0GTsOWY4lwTb6Ttbn4w Date: Thu, 13 Sep 2018 01:38:22 +0000 Message-ID: <039ED4275CED7440929022BC67E7061153284A06@SHSMSX103.ccr.corp.intel.com> References: <1535595399-430873-1-git-send-email-xiaoyun.li@intel.com> <20180912101202.37950-1-xiaoyun.li@intel.com> In-Reply-To: <20180912101202.37950-1-xiaoyun.li@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiOWY0YTFjMDgtOTgyYy00MTJjLWI0YjQtODEyNmYwNzYyN2Y1IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiK0l5WngrMEhwNGNtUm1yNkU0WmFIXC9WdnI3aHpObEZ5YUYxdFp3SWJidFZ3alU5TVRZYWJMREwxblE1OEl6c1EifQ== x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.0.400.15 dlp-reaction: no-action 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 v5] net/i40e: add interface to choose latest vector path 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: Thu, 13 Sep 2018 01:39:25 -0000 > -----Original Message----- > From: Li, Xiaoyun > Sent: Wednesday, September 12, 2018 6:12 PM > To: Xing, Beilei ; Zhang, Qi Z > Cc: dev@dpdk.org; Yang, Zhiyong ; Li, Xiaoyun > > Subject: [PATCH v5] net/i40e: add interface to choose latest vector path >=20 > Right now, vector path is limited to only use on later platform. > This patch adds a devarg use-latest-vec to allow the users to use the lat= est > vector path that the platform supported. Namely, using AVX2 vector path o= n > broadwell is possible. >=20 > Signed-off-by: Xiaoyun Li Acked-by: Qi Zhang Applied to dpdk-next-net-intel. Regards Qi