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 6C25AA00E6 for ; Tue, 6 Aug 2019 09:58:56 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 639A51BD62; Tue, 6 Aug 2019 09:58:56 +0200 (CEST) Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 4AFBE1BC20 for ; Tue, 6 Aug 2019 09:58:55 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga004.jf.intel.com ([10.7.209.38]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 06 Aug 2019 00:58:54 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,352,1559545200"; d="scan'208";a="325564155" Received: from fmsmsx103.amr.corp.intel.com ([10.18.124.201]) by orsmga004.jf.intel.com with ESMTP; 06 Aug 2019 00:58:54 -0700 Received: from fmsmsx118.amr.corp.intel.com (10.18.116.18) by FMSMSX103.amr.corp.intel.com (10.18.124.201) with Microsoft SMTP Server (TLS) id 14.3.439.0; Tue, 6 Aug 2019 00:58:53 -0700 Received: from shsmsx154.ccr.corp.intel.com (10.239.6.54) by fmsmsx118.amr.corp.intel.com (10.18.116.18) with Microsoft SMTP Server (TLS) id 14.3.439.0; Tue, 6 Aug 2019 00:58:53 -0700 Received: from shsmsx106.ccr.corp.intel.com ([169.254.10.204]) by SHSMSX154.ccr.corp.intel.com ([169.254.7.249]) with mapi id 14.03.0439.000; Tue, 6 Aug 2019 15:58:51 +0800 From: "Yao, BingX Y" To: "Li, WenjieX A" , "dts@dpdk.org" CC: "Li, WenjieX A" Thread-Topic: [dts] [PATCH V1] conf/supportlist: txoffload_queue support more nics Thread-Index: AQHVTCy0Z2cnA6FUh0e3cqPSKHVWPqbtwSWg Date: Tue, 6 Aug 2019 07:58:50 +0000 Message-ID: <95BCD24840F32441BEA74E0F8A31839E058FABAE@SHSMSX106.ccr.corp.intel.com> References: <1565110047-28991-1-git-send-email-wenjiex.a.li@intel.com> In-Reply-To: <1565110047-28991-1-git-send-email-wenjiex.a.li@intel.com> Accept-Language: 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/supportlist: txoffload_queue support more nics 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: Yao, BingX Y -----Original Message----- From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of Wenjie Li Sent: Wednesday, August 7, 2019 12:47 AM To: dts@dpdk.org Cc: Li, WenjieX A Subject: [dts] [PATCH V1] conf/supportlist: txoffload_queue support more ni= cs txoffload_queue could support more ixgbe nics. Signed-off-by: Wenjie Li --- conf/test_case_supportlist.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/conf/test_case_supportlist.json b/conf/test_case_supportlist.j= son index ec0ab7f..e1b8f16 100644 --- a/conf/test_case_supportlist.json +++ b/conf/test_case_supportlist.json @@ -651,7 +651,10 @@ "ALL" ], "NIC": [ - "niantic" + "niantic", + "twinpond", + "sagepond", + "sageville" ], "Target": [ "ALL" -- 2.17.1