From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id C296AA0471 for ; Mon, 12 Aug 2019 08:40:36 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id A46BDDE3; Mon, 12 Aug 2019 08:40:36 +0200 (CEST) Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id A5DCAA69 for ; Mon, 12 Aug 2019 08:40:35 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by orsmga105.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 11 Aug 2019 23:40:04 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,376,1559545200"; d="scan'208";a="375843253" Received: from fmsmsx105.amr.corp.intel.com ([10.18.124.203]) by fmsmga006.fm.intel.com with ESMTP; 11 Aug 2019 23:40:03 -0700 Received: from shsmsx104.ccr.corp.intel.com (10.239.4.70) by FMSMSX105.amr.corp.intel.com (10.18.124.203) with Microsoft SMTP Server (TLS) id 14.3.439.0; Sun, 11 Aug 2019 23:40:03 -0700 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.139]) by SHSMSX104.ccr.corp.intel.com ([169.254.5.112]) with mapi id 14.03.0439.000; Mon, 12 Aug 2019 14:40:02 +0800 From: "Li, WenjieX A" To: "dts@dpdk.org" CC: "Li, WenjieX A" Thread-Topic: [dts][PATCH V1] conf/checklist:fortpark not support flowctrl_pause_fwd_on Thread-Index: AQHVUNiug27+vOjlT0aM+cEAAe8Olqb3D7UA Date: Mon, 12 Aug 2019 06:40:01 +0000 Message-ID: <8688172CD5C0B74590FAE19D9579F94B5377292A@SHSMSX103.ccr.corp.intel.com> References: <1565624046-48199-1-git-send-email-wenjiex.a.li@intel.com> In-Reply-To: <1565624046-48199-1-git-send-email-wenjiex.a.li@intel.com> Accept-Language: zh-CN, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: 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] conf/checklist:fortpark not support flowctrl_pause_fwd_on 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: , Errors-To: dts-bounces@dpdk.org Sender: "dts" Tested-by: Li, WenjieX A > -----Original Message----- > From: Li, WenjieX A > Sent: Monday, August 12, 2019 11:34 PM > To: dts@dpdk.org > Cc: Li, WenjieX A > Subject: [dts][PATCH V1] conf/checklist:fortpark not support > flowctrl_pause_fwd_on >=20 > If set pasue, the packet type error when use kernel driver send packet wi= th i40e > nics. Add fortpark_TLV in checklist. > 1. link_flowctrl/flowctrl_off_pause_fwd_on > 2. link_flowctrl/flowctrl_on_pause_fwd_on >=20 > Signed-off-by: Wenjie Li > --- > conf/test_case_checklist.json | 6 ++++-- > 1 file changed, 4 insertions(+), 2 deletions(-) >=20 > diff --git a/conf/test_case_checklist.json b/conf/test_case_checklist.jso= n index > 913039b..65efec0 100644 > --- a/conf/test_case_checklist.json > +++ b/conf/test_case_checklist.json > @@ -400,7 +400,8 @@ > "fortville_eagle", > "fortville_spirit", > "fortville_spirit_single", > - "fortville_25g" > + "fortville_25g", > + "fortpark_TLV" > ], > "Target": [ > "ALL" > @@ -435,7 +436,8 @@ > "fortville_eagle", > "fortville_spirit", > "fortville_spirit_single", > - "fortville_25g" > + "fortville_25g", > + "fortpark_TLV" > ], > "Target": [ > "ALL" > -- > 2.17.1