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 2DFCC58D6 for ; Mon, 22 Feb 2016 06:52:51 +0100 (CET) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga101.fm.intel.com with ESMTP; 21 Feb 2016 21:52:50 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.22,483,1449561600"; d="scan'208";a="891465397" Received: from fmsmsx105.amr.corp.intel.com ([10.18.124.203]) by orsmga001.jf.intel.com with ESMTP; 21 Feb 2016 21:52:49 -0800 Received: from fmsmsx114.amr.corp.intel.com (10.18.116.8) by FMSMSX105.amr.corp.intel.com (10.18.124.203) with Microsoft SMTP Server (TLS) id 14.3.248.2; Sun, 21 Feb 2016 21:52:49 -0800 Received: from shsmsx152.ccr.corp.intel.com (10.239.6.52) by FMSMSX114.amr.corp.intel.com (10.18.116.8) with Microsoft SMTP Server (TLS) id 14.3.248.2; Sun, 21 Feb 2016 21:52:49 -0800 Received: from shsmsx104.ccr.corp.intel.com ([169.254.5.112]) by SHSMSX152.ccr.corp.intel.com ([169.254.6.84]) with mapi id 14.03.0248.002; Mon, 22 Feb 2016 13:52:47 +0800 From: "Wu, Jingjing" To: "Zhang, Helin" , "dev@dpdk.org" Thread-Topic: [PATCH v2 0/3] enable extended tag for i40e Thread-Index: AQHRbSWCVuHCunBJkEmOskpfOUaLc583jtxQ Date: Mon, 22 Feb 2016 05:52:47 +0000 Message-ID: <9BB6961774997848B5B42BEC655768F8DB4B6E@SHSMSX104.ccr.corp.intel.com> References: <1450665486-8335-3-git-send-email-helin.zhang@intel.com> <1456113585-15259-1-git-send-email-helin.zhang@intel.com> In-Reply-To: <1456113585-15259-1-git-send-email-helin.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="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Cc: "zhe.tag@intel.com" Subject: Re: [dpdk-dev] [PATCH v2 0/3] enable extended tag for i40e 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, 22 Feb 2016 05:52:51 -0000 > -----Original Message----- > From: Zhang, Helin > Sent: Monday, February 22, 2016 12:00 PM > To: dev@dpdk.org > Cc: thomas.monjalon@6wind.com; Wu, Jingjing; zhe.tag@intel.com; Zhang, > Helin > Subject: [PATCH v2 0/3] enable extended tag for i40e >=20 > It enables 'extended tag' for i40e devices only during its port initializ= ation, > which is key for 40G performance. It also deprecates the similar in igb_u= io, > and eal lib. >=20 > v2: > - Changed the type of return value of i40e_enable_extended_tag() to 'voi= d'. > - Fixed the compile warnings. > - Kept the sys files as they were, and added ABI change announcement for > them. > - Moved high performance part of i40e from 'GSG' to a new for .nics'. >=20 > Helin Zhang (3): > i40e: enable extended tag > eal: remove pci config of extended tag > igb_uio: deprecate sys files Agree to add a doc i40e.rst to record i40e specific stuff. I also sent a patch http://dpdk.org/dev/patchwork/patch/10173/, it will be = great if they can be merged. :) Acked-by: Jingjing Wu >=20 > -- > 1.9.3