From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pavan Nikhilesh Subject: [PATCH v2 15/15] doc: update example eventdev pipeline Date: Wed, 10 Jan 2018 16:40:13 +0530 Message-ID: <20180110111013.14644-15-pbhagavatula@caviumnetworks.com> References: <20171207203705.25020-1-pbhagavatula@caviumnetworks.com> <20180110111013.14644-1-pbhagavatula@caviumnetworks.com> Mime-Version: 1.0 Content-Type: text/plain Cc: dev@dpdk.org, Pavan Nikhilesh To: gage.eads@intel.com, jerin.jacobkollanukkaran@cavium.com, harry.van.haaren@intel.com, hemant.agrawal@nxp.com, liang.j.ma@intel.com, santosh.shukla@caviumnetworks.com Return-path: Received: from NAM01-SN1-obe.outbound.protection.outlook.com (mail-sn1nam01on0082.outbound.protection.outlook.com [104.47.32.82]) by dpdk.org (Postfix) with ESMTP id 5C3571B015 for ; Wed, 10 Jan 2018 12:11:26 +0100 (CET) In-Reply-To: <20180110111013.14644-1-pbhagavatula@caviumnetworks.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Removed eventdev sw pmd specific information in document, renamed the document from eventdev_pipeline_sw_pmd to eventdev_pipeline. Signed-off-by: Pavan Nikhilesh Acked-by: Kevin Laatz --- .../{eventdev_pipeline_sw_pmd.rst => eventdev_pipeline.rst} | 6 +++--- doc/guides/sample_app_ug/index.rst | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) rename doc/guides/sample_app_ug/{eventdev_pipeline_sw_pmd.rst => eventdev_pipeline.rst} (97%) diff --git a/doc/guides/sample_app_ug/eventdev_pipeline_sw_pmd.rst b/doc/guides/sample_app_ug/eventdev_pipeline.rst similarity index 97% rename from doc/guides/sample_app_ug/eventdev_pipeline_sw_pmd.rst rename to doc/guides/sample_app_ug/eventdev_pipeline.rst index 01a5f9b21..ff6d2f0b0 100644 --- a/doc/guides/sample_app_ug/eventdev_pipeline_sw_pmd.rst +++ b/doc/guides/sample_app_ug/eventdev_pipeline.rst @@ -29,8 +29,8 @@ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -Eventdev Pipeline SW PMD Sample Application -=========================================== +Eventdev Pipeline Sample Application +==================================== The eventdev pipeline sample application is a sample app that demonstrates the usage of the eventdev API using the software PMD. It shows how an @@ -74,7 +74,7 @@ these settings is shown below: .. code-block:: console - ./build/eventdev_pipeline_sw_pmd --vdev event_sw0 -- -r1 -t1 -e4 -w FF00 -s4 -n0 -c32 -W1000 -D + ./build/eventdev_pipeline --vdev event_sw0 -- -r1 -t1 -e4 -w FF00 -s4 -n0 -c32 -W1000 -D The application has some sanity checking built-in, so if there is a function (eg; the RX core) which doesn't have a cpu core mask assigned, the application diff --git a/doc/guides/sample_app_ug/index.rst b/doc/guides/sample_app_ug/index.rst index db68ef765..6fcdeb0fb 100644 --- a/doc/guides/sample_app_ug/index.rst +++ b/doc/guides/sample_app_ug/index.rst @@ -74,7 +74,7 @@ Sample Applications User Guides netmap_compatibility ip_pipeline test_pipeline - eventdev_pipeline_sw_pmd + eventdev_pipeline dist_app vm_power_management tep_termination -- 2.15.1