From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id CFCC5558A for ; Wed, 30 Nov 2016 14:07:48 +0100 (CET) Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga104.fm.intel.com with ESMTP; 30 Nov 2016 05:07:47 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.31,574,1473145200"; d="scan'208";a="37208899" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.29]) ([10.237.220.29]) by orsmga005.jf.intel.com with ESMTP; 30 Nov 2016 05:07:46 -0800 To: Wenzhuo Lu , dev@dpdk.org References: <1480270304-10715-1-git-send-email-wenzhuo.lu@intel.com> From: Ferruh Yigit Message-ID: Date: Wed, 30 Nov 2016 13:07:46 +0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.5.0 MIME-Version: 1.0 In-Reply-To: <1480270304-10715-1-git-send-email-wenzhuo.lu@intel.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Subject: Re: [dpdk-dev] [PATCH] e1000/base: announce supported NICs 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, 30 Nov 2016 13:07:49 -0000 On 11/27/2016 6:11 PM, Wenzhuo Lu wrote: > Announce the support of I219 NICs. Also add all the > other supported NICs. > > Add Intel I219 NICs support in release note too. > > Signed-off-by: Wenzhuo Lu Commit log and release notes wording updated. Applied to dpdk-next-net/master, thanks.