From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 8EC562BE1 for ; Fri, 30 Jun 2017 15:51:22 +0200 (CEST) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 30 Jun 2017 06:51:17 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.40,286,1496127600"; d="scan'208";a="1166638008" Received: from silpixa00397898.ir.intel.com ([10.237.223.116]) by fmsmga001.fm.intel.com with ESMTP; 30 Jun 2017 06:51:16 -0700 From: David Hunt To: dev@dpdk.org Cc: jerin.jacob@caviumnetworks.com, harry.van.haaren@intel.com Date: Fri, 30 Jun 2017 14:51:10 +0100 Message-Id: <1498830673-56759-1-git-send-email-david.hunt@intel.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1498751388-41571-2-git-send-email-david.hunt@intel.com> References: <1498751388-41571-2-git-send-email-david.hunt@intel.com> Subject: [dpdk-dev] [PATCH v5 0/3] next-eventdev: evendev pipeline sample app 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, 30 Jun 2017 13:51:23 -0000 This patchset introduces a sample application that demonstrates a pipeline model for packet processing. Running this sample app with 17.05-rc2 or later is recommended. Changes in patch v2: * None, incorrect patch upload Changes in patch v3: * Re-work based on comments on mailing list. No major functional changes. * Checkpatch cleanup of a couple of typos Changes in patch v4: * Re-named the app as eventdev_pipeline_sw, as it's aimed at showing the functionality of the software PMD. Changes in patch v5: * Fixed make doc. eventdev_pipeline to eventdev_pipeline_sw * Fixed some typos in the eventdev programmers guide The sample app itself allows configuration of various pipelines using command line arguments. Parameters like number of stages, number of worker cores, which cores are assigned to specific tasks, and work- cycles per-stage in the pipeline can be configured. Documentation for eventdev is added for the programmers guide and sample app user guide, providing sample commands to run the app with, and expected output. The sample app is presented here as an RFC to the next-eventdev tree to work towards having eventdev PMD generic sample applications. [1/3] examples/eventdev_pipeline: added sample app [2/3] doc: add sw eventdev pipeline to sample app ug [3/3] doc: add eventdev library to programmers guide