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 6B9551B659 for ; Fri, 3 Nov 2017 12:14:02 +0100 (CET) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 03 Nov 2017 04:14:00 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.44,338,1505804400"; d="scan'208";a="1033083848" Received: from sivswdev01.ir.intel.com (HELO localhost.localdomain) ([10.237.217.45]) by orsmga003.jf.intel.com with ESMTP; 03 Nov 2017 04:13:59 -0700 From: Bernard Iremonger To: dev@dpdk.org, john.mcnamara@intel.com Cc: Bernard Iremonger Date: Fri, 3 Nov 2017 11:13:54 +0000 Message-Id: <1509707635-24405-1-git-send-email-bernard.iremonger@intel.com> X-Mailer: git-send-email 1.7.0.7 In-Reply-To: <1509008957-11812-1-git-send-email-bernard.iremonger@intel.com> References: <1509008957-11812-1-git-send-email-bernard.iremonger@intel.com> Subject: [dpdk-dev] [PATCH v2] flow classify documentation 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: Fri, 03 Nov 2017 11:14:02 -0000 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