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 642749AAD for ; Tue, 14 Jun 2016 17:39:33 +0200 (CEST) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga104.fm.intel.com with ESMTP; 14 Jun 2016 08:39:32 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.26,471,1459839600"; d="scan'208";a="827905156" Received: from irsmsx152.ger.corp.intel.com ([163.33.192.66]) by orsmga003.jf.intel.com with ESMTP; 14 Jun 2016 08:39:31 -0700 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.183]) by IRSMSX152.ger.corp.intel.com ([169.254.6.247]) with mapi id 14.03.0248.002; Tue, 14 Jun 2016 16:39:31 +0100 From: "De Lara Guarch, Pablo" To: "Iremonger, Bernard" , "dev@dpdk.org" Thread-Topic: [PATCH v5 0/9] app/testpmd: forwarding Thread-Index: AQHRxlJ8528Gjhbf6k6HHQKRJCSTwp/pGPYA Date: Tue, 14 Jun 2016 15:39:30 +0000 Message-ID: References: <1465907296-27117-1-git-send-email-bernard.iremonger@intel.com> <1465918542-15512-1-git-send-email-bernard.iremonger@intel.com> In-Reply-To: <1465918542-15512-1-git-send-email-bernard.iremonger@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiMGQzNmFmMTYtZDE4NS00ZWNiLThkMmEtY2ZlNDY2OWVkMmYzIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6Imd4S3JnclhnVHh2QXNGUzB5Vm9DQ1wvVVJXV3E2eUoxcnlaNGE1K2lQOVNVPSJ9 x-ctpclassification: CTP_IC x-originating-ip: [163.33.239.180] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [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:39:33 -0000 > -----Original Message----- > From: Iremonger, Bernard > Sent: Tuesday, June 14, 2016 4:36 PM > To: dev@dpdk.org > Cc: De Lara Guarch, Pablo; Iremonger, Bernard > Subject: [PATCH v5 0/9] app/testpmd: forwarding >=20 > Modify testpmd to allow stop, close, detach and attach > of a port without stopping forwarding. >=20 > Changes in v5: > rebased to latest master > reworded commit messages, resulting in changes to patch names. >=20 > Changes in v4: > rebased to latest master > reworked patch 4 >=20 > 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 >=20 > 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 >=20 > 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 >=20 > 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(-) >=20 > -- > 2.6.3 Series-acked-by: Pablo de Lara Thanks for your work!