From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from USCAMAIL.TILERA.COM (uscamail.tilera.com [12.218.212.166]) by dpdk.org (Postfix) with ESMTP id 61AD5156 for ; Thu, 3 Apr 2014 19:28:43 +0200 (CEST) Received: from sclab-apps-2.internal.tilera.com (10.108.0.15) by USCAEXCH2.tad.internal.tilera.com (10.103.0.33) with Microsoft SMTP Server (TLS) id 14.0.702.0; Thu, 3 Apr 2014 10:30:18 -0700 Received: (from cchemparathy@localhost) by sclab-apps-2.internal.tilera.com (8.14.4/8.14.4/Submit) id s33HUHgu029240; Thu, 3 Apr 2014 10:30:17 -0700 X-Authentication-Warning: sclab-apps-2.internal.tilera.com: cchemparathy set sender to cchemparathy@tilera.com using -f From: Cyril Chemparathy To: Date: Thu, 3 Apr 2014 10:30:10 -0700 Message-ID: <1396546216-29200-1-git-send-email-cchemparathy@tilera.com> X-Mailer: git-send-email 1.8.3.1 MIME-Version: 1.0 Content-Type: text/plain Subject: [dpdk-dev] [PATCH 0/6] Extensions to test-pmd X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Apr 2014 17:28:43 -0000 Hi, This patch series contains a few minor extensions to test-pmd. These changes have been added primarily for convenience while testing out various scenarios with DPDK. Thanks -- Cyril. Cyril Chemparathy (6): test-pmd: add support for single port loopback topology test-pmd: add support for auto-start when interactive test-pmd: allow command line selection of forwarding mode test-pmd: allow txpkts to be setup via command line test-pmd: add mac swap forwarding mode test-pmd: add flowgen forwarding engine app/test-pmd/Makefile | 2 + app/test-pmd/config.c | 16 ++- app/test-pmd/flowgen.c | 247 ++++++++++++++++++++++++++++++++++++++++++++++ app/test-pmd/macswap.c | 148 +++++++++++++++++++++++++++ app/test-pmd/parameters.c | 83 +++++++++++++++- app/test-pmd/testpmd.c | 11 ++- app/test-pmd/testpmd.h | 6 +- 7 files changed, 504 insertions(+), 9 deletions(-) create mode 100644 app/test-pmd/flowgen.c create mode 100644 app/test-pmd/macswap.c -- 1.8.3.1