From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id 1929C5688 for ; Fri, 23 Jun 2017 19:08:54 +0200 (CEST) Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by orsmga105.jf.intel.com with ESMTP; 23 Jun 2017 10:08:54 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.39,379,1493708400"; d="scan'208";a="118113295" Received: from fmsmsx103.amr.corp.intel.com ([10.18.124.201]) by fmsmga005.fm.intel.com with ESMTP; 23 Jun 2017 10:08:54 -0700 Received: from shsmsx101.ccr.corp.intel.com (10.239.4.153) by FMSMSX103.amr.corp.intel.com (10.18.124.201) with Microsoft SMTP Server (TLS) id 14.3.319.2; Fri, 23 Jun 2017 10:08:53 -0700 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.116]) by SHSMSX101.ccr.corp.intel.com ([169.254.1.197]) with mapi id 14.03.0319.002; Sat, 24 Jun 2017 01:08:51 +0800 From: "Liu, Yong" To: "Xu, HuilongX" , "dts@dpdk.org" CC: "Xu, HuilongX" Thread-Topic: [dts] [PATCH V1 1/2] add qinq filter test plan Thread-Index: AQHS6vzjKCyGwb11u0W2qLYRyF5wqqIysDPQ Date: Fri, 23 Jun 2017 17:08:51 +0000 Message-ID: <86228AFD5BCD8E4EBFD2B90117B5E81E62E0D45B@SHSMSX103.ccr.corp.intel.com> References: <1498097560-14858-1-git-send-email-huilongx.xu@intel.com> In-Reply-To: <1498097560-14858-1-git-send-email-huilongx.xu@intel.com> Accept-Language: zh-CN, 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: [dts] [PATCH V1 1/2] add qinq filter test plan X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: test suite reviews and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Jun 2017 17:08:55 -0000 Huilong, please optimize test plan format for DTS doc. You can reference to= other plans for specific format. > -----Original Message----- > From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of xu,huilong > Sent: Wednesday, June 21, 2017 7:13 PM > To: dts@dpdk.org > Cc: Xu, HuilongX > Subject: [dts] [PATCH V1 1/2] add qinq filter test plan >=20 > qinq filter is a new feature from dpdk17.05. it only support fortville > NIC. Detaile info in rst doc. >=20 > Signed-off-by: xu,huilong > --- > test_plans/qinq_filter_test_plan.rst | 146 > +++++++++++++++++++++++++++++++++++ > 1 file changed, 146 insertions(+) > create mode 100644 test_plans/qinq_filter_test_plan.rst