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 45761A05D3 for ; Mon, 25 Mar 2019 16:09:01 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 1103A2C2F; Mon, 25 Mar 2019 16:09:01 +0100 (CET) Received: from huawei.com (lhrrgout.huawei.com [185.176.76.210]) by dpdk.org (Postfix) with ESMTP id 5D5E82C19 for ; Mon, 25 Mar 2019 16:09:00 +0100 (CET) Received: from lhreml705-cah.china.huawei.com (unknown [172.18.7.107]) by Forcepoint Email with ESMTP id 03779C3B0B53AF613F8D for ; Mon, 25 Mar 2019 15:09:00 +0000 (GMT) Received: from LHREML503-MBS.china.huawei.com ([10.201.109.56]) by lhreml705-cah.china.huawei.com ([10.201.108.46]) with mapi id 14.03.0415.000; Mon, 25 Mar 2019 15:08:55 +0000 From: Rami Rosen To: "dts@dpdk.org" Thread-Topic: [PATCH] tests: add support for TSO test on Huawei hinic Thread-Index: AdTjHI6Uw52QxSjiSuu/B8FBMqDslg== Date: Mon, 25 Mar 2019 15:08:54 +0000 Message-ID: <5151E1D101B7B04382075E3B0EF69373E88272@lhreml503-mbs> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.210.165.140] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-CFilter-Loop: Reflected Subject: [dts] [PATCH] tests: add support for TSO test on Huawei hinic 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" This patch adds support for TSO test on Huawei hinic. Signed-off-by: Rami Rosen --- 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 0a9d66c..393445b 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", "82= 545EM", "82540EM", "springfountain", "fortville_e= agle", "fortville_spirit", "fortville_spirit_sin= gle", - "redrockcanyou", "atwood", "boulderrapid"= , "fortpark_TLV","fortville_25g"], + "redrockcanyou", "atwood", "boulderrapid"= , "fortpark_TLV","fortville_25g","hi1822"], "NIC Unsupported: " + str(self.nic)) =20 # Based on h/w type, choose how many ports to use --=20 2.17.1