From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jerin Jacob Subject: Re: [PATCH v7 21/22] doc: add SW eventdev PMD to 17.05 release notes Date: Fri, 31 Mar 2017 20:15:33 +0530 Message-ID: <20170331144454.5uctl7ppj6dj4ozd@localhost.localdomain> References: <1490829963-106807-1-git-send-email-harry.van.haaren@intel.com> <1490902250-32164-1-git-send-email-harry.van.haaren@intel.com> <1490902250-32164-22-git-send-email-harry.van.haaren@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: dev@dpdk.org To: Harry van Haaren Return-path: Received: from NAM01-BN3-obe.outbound.protection.outlook.com (mail-bn3nam01on0072.outbound.protection.outlook.com [104.47.33.72]) by dpdk.org (Postfix) with ESMTP id 2C71D2BA4 for ; Fri, 31 Mar 2017 16:45:52 +0200 (CEST) Content-Disposition: inline In-Reply-To: <1490902250-32164-22-git-send-email-harry.van.haaren@intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Thu, Mar 30, 2017 at 08:30:49PM +0100, Harry van Haaren wrote: > Signed-off-by: Harry van Haaren > --- > doc/guides/rel_notes/release_17_05.rst | 7 +++++++ > 1 file changed, 7 insertions(+) > > diff --git a/doc/guides/rel_notes/release_17_05.rst b/doc/guides/rel_notes/release_17_05.rst > index 918f483..a5b8351 100644 > --- a/doc/guides/rel_notes/release_17_05.rst > +++ b/doc/guides/rel_notes/release_17_05.rst > @@ -76,6 +76,13 @@ EAL > Drivers > ~~~~~~~ The note is coming in "Resolved Issues". It should come in "New Features". No need to send the whole patch. I will fix it on apply. > > +* **Added Software Eventdev PMD.** > + > + Added support for the software eventdev PMD. The software eventdev is a > + software based scheduler device that implements the eventdev API. This > + PMD allows an application to configure a pipeline using the eventdev > + library, and run the scheduling workload on a CPU core. > + > > Libraries > ~~~~~~~~~ > -- > 2.7.4 >