From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 4BA6323B for ; Tue, 19 Sep 2017 11:53:55 +0200 (CEST) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 19 Sep 2017 02:53:51 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.42,417,1500966000"; d="scan'208";a="901745220" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.57]) ([10.237.220.57]) by FMSMGA003.fm.intel.com with ESMTP; 19 Sep 2017 02:53:50 -0700 To: Alejandro Lucero , dev@dpdk.org References: <1504275141-35448-1-git-send-email-alejandro.lucero@netronome.com> <1504275141-35448-18-git-send-email-alejandro.lucero@netronome.com> From: Ferruh Yigit Message-ID: <389f373b-5ae0-fbcd-960a-6dddf09f544d@intel.com> Date: Tue, 19 Sep 2017 10:53:49 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.3.0 MIME-Version: 1.0 In-Reply-To: <1504275141-35448-18-git-send-email-alejandro.lucero@netronome.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 8bit Subject: Re: [dpdk-dev] [PATCH v2 17/18] doc: update release notes with NFP PF support 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, 19 Sep 2017 09:53:56 -0000 On 9/1/2017 3:12 PM, Alejandro Lucero wrote: > Signed-off-by: Alejandro Lucero > --- > doc/guides/rel_notes/release_17_11.rst | 9 +++++++++ > 1 file changed, 9 insertions(+) > > diff --git a/doc/guides/rel_notes/release_17_11.rst b/doc/guides/rel_notes/release_17_11.rst > index 170f4f9..8773b08 100644 > --- a/doc/guides/rel_notes/release_17_11.rst > +++ b/doc/guides/rel_notes/release_17_11.rst > @@ -69,6 +69,15 @@ EAL > Drivers > ~~~~~~~ Note seems added into "Resolved Issues" section, I have moved it to the "New Features" section, can you please confirm patch from latest next-net? > > +* **nfp: Added PF support.** > + > + Previously Netronome's NFP PMD had just support for VFs. PF support is > + just as a basic DPDK port and has no VF management yet. > + > + PF support comes with firmware upload support which allows the PMD to > + independently work from kernel netdev NFP drivers. > + > + NFP 4000 devices are also now supported along with previous 6000 devices. > > Libraries > ~~~~~~~~~ >