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 22851567E for ; Wed, 9 Sep 2015 03:53:57 +0200 (CEST) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga102.fm.intel.com with ESMTP; 08 Sep 2015 18:53:45 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.17,493,1437462000"; d="scan'208";a="641130200" Received: from pgsmsx103.gar.corp.intel.com ([10.221.44.82]) by orsmga003.jf.intel.com with ESMTP; 08 Sep 2015 18:53:45 -0700 Received: from shsmsx151.ccr.corp.intel.com (10.239.6.50) by PGSMSX103.gar.corp.intel.com (10.221.44.82) with Microsoft SMTP Server (TLS) id 14.3.224.2; Wed, 9 Sep 2015 09:53:43 +0800 Received: from shsmsx104.ccr.corp.intel.com ([169.254.5.210]) by SHSMSX151.ccr.corp.intel.com ([169.254.3.101]) with mapi id 14.03.0224.002; Wed, 9 Sep 2015 09:53:41 +0800 From: "Zhang, Helin" To: "Wu, Jingjing" , "dev@dpdk.org" Thread-Topic: [PATCH 00/52] update i40e base driver Thread-Index: AQHQ6HNdFZqd0vB4AU+hOwdfGkk+U54zc6ZQ Date: Wed, 9 Sep 2015 01:53:40 +0000 Message-ID: References: <1441523526-26202-1-git-send-email-jingjing.wu@intel.com> In-Reply-To: <1441523526-26202-1-git-send-email-jingjing.wu@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 00/52] update i40e base driver 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, 09 Sep 2015 01:53:58 -0000 Acked-by: Helin Zhang > -----Original Message----- > From: Wu, Jingjing > Sent: Sunday, September 6, 2015 3:11 PM > To: dev@dpdk.org > Cc: Wu, Jingjing; Lu, Wenzhuo; Xu, HuilongX; Zhang, Helin > Subject: [PATCH 00/52] update i40e base driver >=20 > Here is the update of i40e base driver. > Main update: > - support New X722 Device (FortPark) > - extend virtual channel interface > - support CEE DCBX > - support promiscuous on VLAN > - support Tx Scheduling related AQ functions > - support RSS AQ related functions > - code clean up >=20