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 307961B1C2 for ; Thu, 26 Oct 2017 11:09:22 +0200 (CEST) Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 26 Oct 2017 02:09:21 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.43,434,1503385200"; d="scan'208";a="167840350" Received: from sivswdev01.ir.intel.com (HELO localhost.localdomain) ([10.237.217.45]) by fmsmga006.fm.intel.com with ESMTP; 26 Oct 2017 02:09:20 -0700 From: Bernard Iremonger To: dev@dpdk.org, john.mcnamara@intel.com Cc: Bernard Iremonger Date: Thu, 26 Oct 2017 10:09:15 +0100 Message-Id: <1509008957-11812-1-git-send-email-bernard.iremonger@intel.com> X-Mailer: git-send-email 1.7.0.7 Subject: [dpdk-dev] [PATCH 0/2] 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: Thu, 26 Oct 2017 09:09:23 -0000 This patch set contains documention files for the Flow Classify library and the Flow Classify sample application. Both patches update the MAINTAINERS file. Bernard Iremonger (2): doc: flow classify library prog guide doc: flow classify sample app guide 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 | 592 ++++++++++++++++++++++++++++ doc/guides/sample_app_ug/index.rst | 1 + 5 files changed, 1023 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