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 094692C48 for ; Fri, 10 Mar 2017 17:59:54 +0100 (CET) Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 10 Mar 2017 08:59:53 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.36,141,1486454400"; d="scan'208";a="75181981" Received: from irsmsx104.ger.corp.intel.com ([163.33.3.159]) by fmsmga006.fm.intel.com with ESMTP; 10 Mar 2017 08:59:52 -0800 Received: from irsmsx156.ger.corp.intel.com (10.108.20.68) by IRSMSX104.ger.corp.intel.com (163.33.3.159) with Microsoft SMTP Server (TLS) id 14.3.248.2; Fri, 10 Mar 2017 16:59:52 +0000 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.173]) by IRSMSX156.ger.corp.intel.com ([169.254.3.104]) with mapi id 14.03.0248.002; Fri, 10 Mar 2017 16:59:52 +0000 From: "Iremonger, Bernard" To: "Wu, Jingjing" , Thomas Monjalon CC: "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH v6 2/2] app/testpmd: fix port stop Thread-Index: AQHSeIsmgv6XHQxl4EKTnrjMKTwJr6FW+/eAgAAXXaCADc5NgIApbrwAgAA88ACAAADgQA== Date: Fri, 10 Mar 2017 16:59:51 +0000 Message-ID: <8CEF83825BEC744B83065625E567D7C224D339EA@IRSMSX108.ger.corp.intel.com> References: <1485354963-17326-1-git-send-email-bernard.iremonger@intel.com> <8CEF83825BEC744B83065625E567D7C224D25BBD@IRSMSX108.ger.corp.intel.com> <9BB6961774997848B5B42BEC655768F810CD9A71@SHSMSX103.ccr.corp.intel.com> <6179789.zosxSocSkF@xps13> <9BB6961774997848B5B42BEC655768F810CF1447@SHSMSX103.ccr.corp.intel.com> In-Reply-To: <9BB6961774997848B5B42BEC655768F810CF1447@SHSMSX103.ccr.corp.intel.com> Accept-Language: en-GB, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiMzBiOGNjNGEtOGQ1NS00NTBmLThiMTUtOTBlYzA4ODQ5ZTQ3IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE2LjUuOS4zIiwiVHJ1c3RlZExhYmVsSGFzaCI6IjJ1dmtuYWxxU2t6TmpOTU1yWHVxeUFUbGNsYXd0R01GSys1bXFcL0J2MVlBPSJ9 x-ctpclassification: CTP_IC x-originating-ip: [163.33.239.182] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v6 2/2] app/testpmd: fix port stop X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Mar 2017 16:59:55 -0000 > -----Original Message----- > From: Wu, Jingjing > Sent: Friday, March 10, 2017 4:56 PM > To: Thomas Monjalon ; Iremonger, Bernard > > Cc: dev@dpdk.org > Subject: RE: [dpdk-dev] [PATCH v6 2/2] app/testpmd: fix port stop >=20 > > > To change minor, we can stop port, then configure VMDQ and then start > port. > > > > > > You make port started in VMDQ config, the Symmetry of stop/start > command > > is broken and it is not easy to maintain. > > > > Should we close this patch in patchwork? >=20 > Yes, I think so. >=20 > Thanks > Jingjing Agreed. Regards, Bernard.