From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id A99D68DA0 for ; Tue, 14 Jun 2016 14:28:37 +0200 (CEST) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga103.fm.intel.com with ESMTP; 14 Jun 2016 05:28:37 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.26,470,1459839600"; d="scan'208";a="975333028" Received: from irvmail001.ir.intel.com ([163.33.26.43]) by orsmga001.jf.intel.com with ESMTP; 14 Jun 2016 05:28:35 -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 u5ECSYgJ015259; Tue, 14 Jun 2016 13:28:34 +0100 Received: from sivswdev01.ir.intel.com (localhost [127.0.0.1]) by sivswdev01.ir.intel.com with ESMTP id u5ECSYDl027162; Tue, 14 Jun 2016 13:28:34 +0100 Received: (from bairemon@localhost) by sivswdev01.ir.intel.com with id u5ECSYEO027158; Tue, 14 Jun 2016 13:28:34 +0100 From: Bernard Iremonger To: dev@dpdk.org Cc: pablo.de.lara.guarch@intel.com, Bernard Iremonger Date: Tue, 14 Jun 2016 13:28:07 +0100 Message-Id: <1465907296-27117-1-git-send-email-bernard.iremonger@intel.com> X-Mailer: git-send-email 1.7.4.1 In-Reply-To: <1465744997-15487-1-git-send-email-bernard.iremonger@intel.com> References: <1465744997-15487-1-git-send-email-bernard.iremonger@intel.com> Subject: [dpdk-dev] [PATCH v4 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 12:28:38 -0000 Modify testpmd to allow stop, close, detach and attach of a port without stopping forwarding. 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 function port_is_forwarding app/testpmd: don't update fwding config when attaching/detaching a port app/testpmd: check port is not forwarding in stop_port and close_port app/testpmd: remove fwd_config_setup from fwd_config_display 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 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