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 9825FA00E6 for ; Tue, 6 Aug 2019 09:52:38 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 6A37E1B9D6; Tue, 6 Aug 2019 09:52:38 +0200 (CEST) Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 892461B9A6 for ; Tue, 6 Aug 2019 09:52:36 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 06 Aug 2019 00:52:35 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,352,1559545200"; d="scan'208";a="202727715" Received: from unknown (HELO dpdk-wenjielx-KVM193.icx.intel.com) ([10.240.176.193]) by fmsmga002.fm.intel.com with ESMTP; 06 Aug 2019 00:52:34 -0700 From: Wenjie Li To: dts@dpdk.org Cc: Wenjie Li Date: Tue, 6 Aug 2019 16:47:26 +0000 Message-Id: <1565110047-28991-1-git-send-email-wenjiex.a.li@intel.com> X-Mailer: git-send-email 1.9.3 Subject: [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" 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.json 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