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 6016D2C8 for ; Tue, 29 Nov 2016 01:30:41 +0100 (CET) Received: from orsmga004.jf.intel.com ([10.7.209.38]) by fmsmga105.fm.intel.com with ESMTP; 28 Nov 2016 16:30:40 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.31,565,1473145200"; d="scan'208";a="35288578" Received: from fmsmsx104.amr.corp.intel.com ([10.18.124.202]) by orsmga004.jf.intel.com with ESMTP; 28 Nov 2016 16:30:40 -0800 Received: from FMSMSX109.amr.corp.intel.com (10.18.116.9) by fmsmsx104.amr.corp.intel.com (10.18.124.202) with Microsoft SMTP Server (TLS) id 14.3.248.2; Mon, 28 Nov 2016 16:30:39 -0800 Received: from shsmsx101.ccr.corp.intel.com (10.239.4.153) by fmsmsx109.amr.corp.intel.com (10.18.116.9) with Microsoft SMTP Server (TLS) id 14.3.248.2; Mon, 28 Nov 2016 16:30:39 -0800 Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.239]) by SHSMSX101.ccr.corp.intel.com ([169.254.1.239]) with mapi id 14.03.0248.002; Tue, 29 Nov 2016 08:30:37 +0800 From: "Lu, Wenzhuo" To: Thomas Monjalon CC: "dev@dpdk.org" , "Yigit, Ferruh" Thread-Topic: [dpdk-dev] [PATCH 00/16] e1000 base code update Thread-Index: AQHSRfKkC9da4Bc7706IBC0Run94WaDpJR6AgASfbICAAV7wIA== Date: Tue, 29 Nov 2016 00:30:37 +0000 Message-ID: <6A0DE07E22DDAD4C9103DF62FEBC0909393539B0@shsmsx102.ccr.corp.intel.com> References: <1479921780-9813-1-git-send-email-wenzhuo.lu@intel.com> <1767220.91Wk0F26Z4@xps13> In-Reply-To: <1767220.91Wk0F26Z4@xps13> 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/16] e1000 base code update 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: Tue, 29 Nov 2016 00:30:41 -0000 Hi Thomas, > -----Original Message----- > From: Thomas Monjalon [mailto:thomas.monjalon@6wind.com] > Sent: Monday, November 28, 2016 7:34 PM > To: Lu, Wenzhuo > Cc: dev@dpdk.org; Yigit, Ferruh > Subject: Re: [dpdk-dev] [PATCH 00/16] e1000 base code update >=20 > 2016-11-25 12:58, Ferruh Yigit: > > Can you also please send another patch to: > > 1- add I219 to supported nics list > > 2- announce new supported nic in release notes. >=20 > Please update also the web site: > http://dpdk.org/doc/nics Didn't know that. How to update it? Thanks.