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 08B0D5954 for ; Mon, 27 Jun 2016 16:20:48 +0200 (CEST) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga102.fm.intel.com with ESMTP; 27 Jun 2016 07:20:49 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.26,536,1459839600"; d="scan'208";a="995862245" Received: from dcarleto-mobl4.ger.corp.intel.com ([10.252.0.127]) by fmsmga001.fm.intel.com with SMTP; 27 Jun 2016 07:20:46 -0700 Received: by (sSMTP sendmail emulation); Mon, 27 Jun 2016 15:20:45 +0025 Date: Mon, 27 Jun 2016 15:20:45 +0100 From: Bruce Richardson To: Beilei Xing Cc: wenzhuo.lu@intel.com, dev@dpdk.org Message-ID: <20160627142044.GA17808@bricha3-MOBL3> References: <1465977220-3970-1-git-send-email-beilei.xing@intel.com> <1466666557-14312-1-git-send-email-beilei.xing@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1466666557-14312-1-git-send-email-beilei.xing@intel.com> Organization: Intel Research and =?iso-8859-1?Q?De=ACvel?= =?iso-8859-1?Q?opment?= Ireland Ltd. User-Agent: Mutt/1.5.23 (2014-03-12) Subject: Re: [dpdk-dev] [PATCH v4 00/29] ixgbe/base: update 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: Mon, 27 Jun 2016 14:20:49 -0000 On Thu, Jun 23, 2016 at 03:22:08PM +0800, Beilei Xing wrote: > Update base driver for ixgbe, mainly work on new features and bug fixes. > > v4 changes: > Update some commit logs. > Merge related patched. > v3 changes: > Fix some commit log issues. > Applied to dpdk-next-net/rel_16_07 /Bruce