From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id 7E8BB2BE1 for ; Thu, 29 Jun 2017 17:56:15 +0200 (CEST) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga105.jf.intel.com with ESMTP; 29 Jun 2017 08:56:14 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.40,281,1496127600"; d="scan'208";a="1166208251" Received: from silpixa00397898.ir.intel.com ([10.237.223.116]) by fmsmga001.fm.intel.com with ESMTP; 29 Jun 2017 08:56:12 -0700 From: David Hunt To: dev@dpdk.org Cc: jerin.jacob@caviumnetworks.com, harry.van.haaren@intel.com Date: Thu, 29 Jun 2017 16:49:45 +0100 Message-Id: <1498751388-41571-1-git-send-email-david.hunt@intel.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1498568061-27479-2-git-send-email-david.hunt@intel.com> References: <1498568061-27479-2-git-send-email-david.hunt@intel.com> Subject: [dpdk-dev] [PATCH v4 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: Thu, 29 Jun 2017 15:56:16 -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. 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