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 2E7D3201 for ; Mon, 10 Apr 2017 09:56:43 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=intel.com; i=@intel.com; q=dns/txt; s=intel; t=1491811003; x=1523347003; h=from:to:cc:subject:date:message-id:references: in-reply-to:content-transfer-encoding:mime-version; bh=WuDbXT5wgo47f78xXKikZ9lV4F9D29Vxnlt8qCSrjqY=; b=EPi4wSdrX/83OabKMq/fBc+GQuJ46qqkAc4eJYMvZ6Tk6QslnGRby3n+ 95wTmEF2Kv2e4VPIew1aHyYBoRZxdw==; Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 10 Apr 2017 00:56:42 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.37,181,1488873600"; d="scan'208";a="85489751" Received: from irsmsx104.ger.corp.intel.com ([163.33.3.159]) by orsmga005.jf.intel.com with ESMTP; 10 Apr 2017 00:56:41 -0700 Received: from irsmsx103.ger.corp.intel.com ([169.254.3.241]) by IRSMSX104.ger.corp.intel.com ([163.33.3.159]) with mapi id 14.03.0319.002; Mon, 10 Apr 2017 08:56:40 +0100 From: "Mcnamara, John" To: "Iremonger, Bernard" , "dev@dpdk.org" CC: "Xing, Beilei" , "Lu, Wenzhuo" Thread-Topic: [PATCH 2/2] doc: add QinQ flow information to testpmd Thread-Index: AQHSr7HF7wjhNYzz9UK3gpwUibQ546G+QFTQ Date: Mon, 10 Apr 2017 07:56:39 +0000 Message-ID: References: <1491578092-5823-1-git-send-email-bernard.iremonger@intel.com> <1491578092-5823-2-git-send-email-bernard.iremonger@intel.com> In-Reply-To: <1491578092-5823-2-git-send-email-bernard.iremonger@intel.com> Accept-Language: en-GB, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-ctpclassification: CTP_IC x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiMWIyNDJmMzItODc4Ni00YzA2LTg4NjAtNmRhYzY4MmIzNGEyIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6IkNyTE5DV0RWSDhNUFdROGpiTUh2bThvU2tDb0w1alNIRXRPTWFhampJbDA9In0= dlp-product: dlpe-windows dlp-version: 10.0.102.7 dlp-reaction: no-action 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 2/2] doc: add QinQ flow information to testpmd 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: Mon, 10 Apr 2017 07:56:44 -0000 > -----Original Message----- > From: Iremonger, Bernard > Sent: Friday, April 7, 2017 4:15 PM > To: dev@dpdk.org > Cc: Xing, Beilei ; Lu, Wenzhuo > ; Mcnamara, John ; > Iremonger, Bernard > Subject: [PATCH 2/2] doc: add QinQ flow information to testpmd >=20 > Add information on validating and creating QinQ flow rules to the flow > rules management section of the Testpmd User Guide. >=20 > Signed-off-by: Bernard Iremonger It is good to see an example as well as the command added to the docs. Acked-by: John McNamara