From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id B50A658F6; Thu, 27 Apr 2017 07:28:04 +0200 (CEST) Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 26 Apr 2017 22:28:03 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.37,257,1488873600"; d="scan'208";a="254018350" Received: from fmsmsx107.amr.corp.intel.com ([10.18.124.205]) by fmsmga004.fm.intel.com with ESMTP; 26 Apr 2017 22:28:03 -0700 Received: from shsmsx151.ccr.corp.intel.com (10.239.6.50) by fmsmsx107.amr.corp.intel.com (10.18.124.205) with Microsoft SMTP Server (TLS) id 14.3.319.2; Wed, 26 Apr 2017 22:28:02 -0700 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.117]) by SHSMSX151.ccr.corp.intel.com ([169.254.3.224]) with mapi id 14.03.0319.002; Thu, 27 Apr 2017 13:28:00 +0800 From: "Wu, Jingjing" To: "Iremonger, Bernard" , "dev@dpdk.org" CC: "Xing, Beilei" , "Zhang, Qi" , "stable@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH v2] app/testpmd: check port is stopped for QinQ setup Thread-Index: AQHSvOUM27w32iA/TUK2gCdwnubajqHVyRdw///uSACAAvxUgA== Date: Thu, 27 Apr 2017 05:28:00 +0000 Message-ID: <9BB6961774997848B5B42BEC655768F810D58AF1@SHSMSX103.ccr.corp.intel.com> References: <1492701258-7968-1-git-send-email-bernard.iremonger@intel.com> <1493029477-27106-1-git-send-email-bernard.iremonger@intel.com> <9BB6961774997848B5B42BEC655768F810D4D1BD@SHSMSX103.ccr.corp.intel.com> <8CEF83825BEC744B83065625E567D7C224D57899@IRSMSX108.ger.corp.intel.com> In-Reply-To: <8CEF83825BEC744B83065625E567D7C224D57899@IRSMSX108.ger.corp.intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-version: 10.0.102.7 dlp-reaction: no-action x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-stable] [dpdk-dev] [PATCH v2] app/testpmd: check port is stopped for QinQ setup X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Apr 2017 05:28:05 -0000 > > The command vlan set qinq on is an common command, but not > > only For i40e. I think it's better to doc it somewhere instead of > > changing the default Behavior of this command. >=20 > There is a doc patch in flight: > http://dpdk.org/dev/patchwork/patch/23704/ >=20 > Is this enough or should I send a v3 of this patch for the i40e PMD only? >=20 Yes. I think doc it is enough. We don't need this patch. Thanks Jingjing