From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id C0FF51094 for ; Tue, 17 Jan 2017 19:07:01 +0100 (CET) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga102.jf.intel.com with ESMTP; 17 Jan 2017 10:06:47 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.33,245,1477983600"; d="scan'208";a="810006934" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.38]) ([10.237.220.38]) by FMSMGA003.fm.intel.com with ESMTP; 17 Jan 2017 10:06:46 -0800 To: Jingjing Wu , dev@dpdk.org References: <1484671786-865-1-git-send-email-jingjing.wu@intel.com> Cc: john.mcnamara@intel.com From: Ferruh Yigit Message-ID: <7ec8af96-fec9-0c17-ab55-965f09968060@intel.com> Date: Tue, 17 Jan 2017 18:06:46 +0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.6.0 MIME-Version: 1.0 In-Reply-To: <1484671786-865-1-git-send-email-jingjing.wu@intel.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH] doc: update the i40e base driver X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Jan 2017 18:07:02 -0000 On 1/17/2017 4:49 PM, Jingjing Wu wrote: > Signed-off-by: Jingjing Wu > --- > doc/guides/rel_notes/release_17_02.rst | 10 ++++++++++ > 1 file changed, 10 insertions(+) > > diff --git a/doc/guides/rel_notes/release_17_02.rst b/doc/guides/rel_notes/release_17_02.rst > index d445d64..3346a19 100644 > --- a/doc/guides/rel_notes/release_17_02.rst > +++ b/doc/guides/rel_notes/release_17_02.rst > @@ -81,6 +81,16 @@ EAL > Drivers > ~~~~~~~ Hi Jingjing, Notes seems added to "Resolved Issues" section of the document. I assume intention is to add this information into "New Features" section, if so can you please re-spin the patch? > > +* **Updated the i40e base driver.** > + > + updated the i40e base driver, including the following changes: > + > + * replace existing legacy memcpy() calls with i40e_memcpy() calls. > + * use BIT() macro instead of bit fields > + * add clear all WoL filters implementation > + * add broadcast promiscuous control per VLAN > + * remove unused X722_SUPPORT and I40E_NDIS_SUPPORT MARCOs > + > > Libraries > ~~~~~~~~~ >