From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v11 1/4] flow_classify: add flow classify library Date: Tue, 24 Oct 2017 22:18:42 +0200 Message-ID: <3340017.Z97XVWggdc@xps> References: <1508771778-617-1-git-send-email-bernard.iremonger@intel.com> <1508866083-15646-2-git-send-email-bernard.iremonger@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, ferruh.yigit@intel.com, konstantin.ananyev@intel.com, cristian.dumitrescu@intel.com, adrien.mazarguil@6wind.com, jasvinder.singh@intel.com To: Bernard Iremonger Return-path: Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) by dpdk.org (Postfix) with ESMTP id E45821B7E4 for ; Tue, 24 Oct 2017 22:18:43 +0200 (CEST) In-Reply-To: <1508866083-15646-2-git-send-email-bernard.iremonger@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" 24/10/2017 19:28, Bernard Iremonger: > --- a/doc/guides/rel_notes/release_17_11.rst > +++ b/doc/guides/rel_notes/release_17_11.rst > +* **Added the Flow Classification Library.** > + > + Added the Flow Classification library, it provides an API for DPDK > + applications to classify an input packet by matching it against a set of flow > + rules. It uses the librte_table API to manage the flow rules. The library must be added to the list in the release notes: + librte_flow_classify.so.1