From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernard Iremonger Subject: [PATCH v2] flow classify documentation Date: Fri, 3 Nov 2017 11:13:54 +0000 Message-ID: <1509707635-24405-1-git-send-email-bernard.iremonger@intel.com> References: <1509008957-11812-1-git-send-email-bernard.iremonger@intel.com> Cc: Bernard Iremonger To: dev@dpdk.org, john.mcnamara@intel.com Return-path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 6B9551B659 for ; Fri, 3 Nov 2017 12:14:02 +0100 (CET) In-Reply-To: <1509008957-11812-1-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" This patch set contains documention files for the Flow Classify library and the Flow Classify sample application and updates the MAINTAINERS file. Changes in v2: Squashed into 1 patch. Fixed typos. Replaced the compiling section in the Flow Classify sample app guide with a reference to the standard compiling document. Added a reference to the Getting Started guide in the Flow Classify sample app guide. Bernard Iremonger (1): doc: flow classify guides MAINTAINERS | 2 + doc/guides/prog_guide/flow_classify_lib.rst | 427 +++++++++++++++++++++ doc/guides/prog_guide/index.rst | 1 + doc/guides/sample_app_ug/flow_classify.rst | 575 ++++++++++++++++++++++++++++ doc/guides/sample_app_ug/index.rst | 1 + 5 files changed, 1006 insertions(+) create mode 100644 doc/guides/prog_guide/flow_classify_lib.rst create mode 100644 doc/guides/sample_app_ug/flow_classify.rst -- 1.9.1