From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by dpdk.space (Postfix) with ESMTP id 1B3E2A0AC5 for ; Thu, 2 May 2019 12:50:26 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id DA1B3326D; Thu, 2 May 2019 12:50:25 +0200 (CEST) Received: from mx0b-0016f401.pphosted.com (mx0b-0016f401.pphosted.com [67.231.156.173]) by dpdk.org (Postfix) with ESMTP id 5C1A5325F for ; Thu, 2 May 2019 12:50:24 +0200 (CEST) Received: from pps.filterd (m0045851.ppops.net [127.0.0.1]) by mx0b-0016f401.pphosted.com (8.16.0.27/8.16.0.27) with SMTP id x42AjLDH002131 for ; Thu, 2 May 2019 03:50:21 -0700 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=marvell.com; h=from : to : cc : subject : date : message-id : mime-version : content-type; s=pfpt0818; bh=wiWF+bCyNCK1V/zaJBi7/Ee/7ZMy05yAmyC28Pe4QDU=; b=KCRw20V/2IqqE2FsrILed+9h451wUCZ5d8K4BNchxWaT7zNOUlVHr6Riu86JF1tRjKL+ Gl9eUCVLtghHXYK6NKlfoM5JNiazNZ4BIs2N47CHF8fzzCefTYt6ChnpEphGBYZo1IRU Fc0nZ7NK0VH9XSDFmeh16SFVPhQVD7BX17MHRl+AtWG9wSxDCRvA1/ydpBJszD01/HrY ASaM7ap3kIqCBnPtT+xkE1woi1ZsySpe9/hq+Lx6hH/Fg85mPP0dYqYvNkt+5h25XkX7 eDw6fi4bNSjUTqym6c2LeJbRh0ZJGOwZlYLlBpMXaZiTVDOAGguNc+OiEfHjYJ8ptky2 gw== Received: from sc-exch04.marvell.com ([199.233.58.184]) by mx0b-0016f401.pphosted.com with ESMTP id 2s7k3ba777-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-SHA384 bits=256 verify=NOT) for ; Thu, 02 May 2019 03:50:20 -0700 Received: from SC-EXCH03.marvell.com (10.93.176.83) by SC-EXCH04.marvell.com (10.93.176.84) with Microsoft SMTP Server (TLS) id 15.0.1367.3; Thu, 2 May 2019 03:50:18 -0700 Received: from maili.marvell.com (10.93.176.43) by SC-EXCH03.marvell.com (10.93.176.83) with Microsoft SMTP Server id 15.0.1367.3 via Frontend Transport; Thu, 2 May 2019 03:50:18 -0700 Received: from phanendra-system.marvell.com (unknown [10.28.11.20]) by maili.marvell.com (Postfix) with ESMTP id B0FB23F7041; Thu, 2 May 2019 03:50:17 -0700 (PDT) From: To: CC: , , Phanendra Vukkisala Date: Thu, 2 May 2019 16:20:13 +0530 Message-ID: <1556794213-6930-1-git-send-email-pvukkisala@marvell.com> X-Mailer: git-send-email 1.7.9.5 MIME-Version: 1.0 Content-Type: text/plain X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10434:, , definitions=2019-05-02_05:, , signatures=0 Subject: [dts] [PATCH] tso: Add cavium devices in support devices for tso test 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" From: Phanendra Vukkisala Signed-off-by: Phanendra Vukkisala --- tests/TestSuite_tso.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/TestSuite_tso.py b/tests/TestSuite_tso.py index 31304be..6735169 100644 --- a/tests/TestSuite_tso.py +++ b/tests/TestSuite_tso.py @@ -55,7 +55,7 @@ class TestTSO(TestCase): self.verify(self.nic in ["kawela_2", "niantic", "bartonhills", "82545EM", "82540EM", "springfountain", "fortville_eagle", "fortville_spirit", "fortville_spirit_single", - "redrockcanyou", "atwood", "boulderrapid", "fortpark_TLV","fortville_25g","hi1822"], + "redrockcanyou", "atwood", "boulderrapid", "fortpark_TLV","fortville_25g","hi1822", "cavium_a063"], "NIC Unsupported: " + str(self.nic)) # Based on h/w type, choose how many ports to use -- 1.7.9.5