From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id C07269A9A for ; Tue, 14 Jun 2016 17:35:50 +0200 (CEST) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga102.fm.intel.com with ESMTP; 14 Jun 2016 08:35:46 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.26,471,1459839600"; d="scan'208";a="997438053" Received: from irvmail001.ir.intel.com ([163.33.26.43]) by orsmga002.jf.intel.com with ESMTP; 14 Jun 2016 08:35:45 -0700 Received: from sivswdev01.ir.intel.com (sivswdev01.ir.intel.com [10.237.217.45]) by irvmail001.ir.intel.com (8.14.3/8.13.6/MailSET/Hub) with ESMTP id u5EFZj2X012280; Tue, 14 Jun 2016 16:35:45 +0100 Received: from sivswdev01.ir.intel.com (localhost [127.0.0.1]) by sivswdev01.ir.intel.com with ESMTP id u5EFZisd015555; Tue, 14 Jun 2016 16:35:44 +0100 Received: (from bairemon@localhost) by sivswdev01.ir.intel.com with id u5EFZiLc015551; Tue, 14 Jun 2016 16:35:44 +0100 From: Bernard Iremonger To: dev@dpdk.org Cc: pablo.de.lara.guarch@intel.com, Bernard Iremonger Date: Tue, 14 Jun 2016 16:35:33 +0100 Message-Id: <1465918542-15512-1-git-send-email-bernard.iremonger@intel.com> X-Mailer: git-send-email 1.7.4.1 In-Reply-To: <1465907296-27117-1-git-send-email-bernard.iremonger@intel.com> References: <1465907296-27117-1-git-send-email-bernard.iremonger@intel.com> Subject: [dpdk-dev] [PATCH v5 0/9] app/testpmd: forwarding 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: Tue, 14 Jun 2016 15:35:51 -0000 Modify testpmd to allow stop, close, detach and attach of a port without stopping forwarding. Changes in v5: rebased to latest master reworded commit messages, resulting in changes to patch names. Changes in v4: rebased to latest master reworked patch 4 Changes in v3: rebased to latest master. added patch 9 app/testpmd: stop forwarding on exit reworked and renamed patch 4 app/testpmd: remove fwd_config_setup from fwd_config_display Changes in v2: Added 4 more patches app/testpmd: add function port_is_bonding_slave app/testpmd: move call to init_fwd_streams app/testpmd: check for valid socket id when attaching port app/testpmd: check for valid mbuf pool Bernard Iremonger (9): app/testpmd: add new function app/testpmd: do not update forwarding config app/testpmd: check port is not forwarding app/testpmd: separate fwd config setup from display app/testpmd: add another new function app/testpmd: move fwd streams initialisation app/testpmd: check for valid socket id when attaching port app/testpmd: check for valid mbuf pool app/testpmd: stop forwarding on exit app/test-pmd/cmdline.c | 25 ++++++++--- app/test-pmd/config.c | 19 ++++++++- app/test-pmd/testpmd.c | 114 ++++++++++++++++++++++++------------------------- app/test-pmd/testpmd.h | 5 ++- 4 files changed, 95 insertions(+), 68 deletions(-) -- 2.6.3