From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id 1629F2C72 for ; Mon, 26 Jun 2017 16:41:56 +0200 (CEST) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 26 Jun 2017 07:41:55 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.39,396,1493708400"; d="scan'208";a="1187070709" Received: from silpixa00397898.ir.intel.com ([10.237.223.116]) by fmsmga002.fm.intel.com with ESMTP; 26 Jun 2017 07:41:55 -0700 From: David Hunt To: dev@dpdk.org Cc: jerin.jacob@caviumnetworks.com, harry.van.haaren@intel.com Date: Mon, 26 Jun 2017 15:41:48 +0100 Message-Id: <1498488111-181191-1-git-send-email-david.hunt@intel.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1492768299-84016-2-git-send-email-harry.van.haaren@intel.com> References: <1492768299-84016-2-git-send-email-harry.van.haaren@intel.com> Subject: [dpdk-dev] [PATCH v2 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: Mon, 26 Jun 2017 14:41:57 -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: * Re-work based on comments on mailing list. No major functional changes. * Checkpatch cleanup of a couple of typos 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 eventdev pipeline to sample app ug [3/3] doc: add eventdev library to programmers guide