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 826B6A0471 for ; Mon, 12 Aug 2019 09:43:09 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 455601252; Mon, 12 Aug 2019 09:43:09 +0200 (CEST) Received: from mx0b-0016f401.pphosted.com (mx0a-0016f401.pphosted.com [67.231.148.174]) by dpdk.org (Postfix) with ESMTP id 851DA2C5 for ; Mon, 12 Aug 2019 09:43:07 +0200 (CEST) Received: from pps.filterd (m0045849.ppops.net [127.0.0.1]) by mx0a-0016f401.pphosted.com (8.16.0.42/8.16.0.42) with SMTP id x7C7dusS015654; Mon, 12 Aug 2019 00:43:06 -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=JjNUhyRDhMjX6XbGH3y5ECy3R8ttTnjxfTDmNTQgkZc=; b=yEwKIco5je4Vetpt4qRJSdyErj47Ptq3On1w/BCMLVFJP0Ps9YKrA9PlwlzhJXb/xzAs p4vGoU4G8dEVYn2tDCSqq0qUueX4ZoMvGrvvsOMPbHJqjJT4EiOr5scT1osFis56J3yB SbaW1bMGh+y1vI1fI46VPrKJlCutj7nkj6TKPyadCFMCI8GeBVP2q2VGXxacs+QPKGJw rEBC4IBXeJya/aBSRcKZgZGhayM5cYCEuRptRVqCCR14OsmEbUj3bEDJsVveI66CXif6 k+BzJmaHMXvHMzS7ThxW1IB5MoEFU83+ieyIkjddzIO7SyRp/6xILHxBNe4q+ADVHUG8 aQ== Received: from sc-exch03.marvell.com ([199.233.58.183]) by mx0a-0016f401.pphosted.com with ESMTP id 2u9u9qdh93-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-SHA384 bits=256 verify=NOT); Mon, 12 Aug 2019 00:43:06 -0700 Received: from SC-EXCH03.marvell.com (10.93.176.83) by SC-EXCH03.marvell.com (10.93.176.83) with Microsoft SMTP Server (TLS) id 15.0.1367.3; Mon, 12 Aug 2019 00:43:05 -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; Mon, 12 Aug 2019 00:43:05 -0700 Received: from dut1171.mv.qlogic.com (unknown [10.112.88.18]) by maili.marvell.com (Postfix) with ESMTP id 52CD83F7043; Mon, 12 Aug 2019 00:43:05 -0700 (PDT) Received: from dut1171.mv.qlogic.com (localhost [127.0.0.1]) by dut1171.mv.qlogic.com (8.14.7/8.14.7) with ESMTP id x7C7h5Rg002906; Mon, 12 Aug 2019 00:43:05 -0700 Received: (from root@localhost) by dut1171.mv.qlogic.com (8.14.7/8.14.7/Submit) id x7C7h4UG002905; Mon, 12 Aug 2019 00:43:04 -0700 From: Yash Sharma To: , CC: root Date: Mon, 12 Aug 2019 00:42:48 -0700 Message-ID: <20190812074249.2857-1-ysharma@marvell.com> X-Mailer: git-send-email 2.12.0 MIME-Version: 1.0 Content-Type: text/plain X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10434:5.22.84,1.0.8 definitions=2019-08-12_04:2019-08-09,2019-08-12 signatures=0 Subject: [dts] [PATCH 1/1] framework/settings.py:Interchanging Contents in NICS and DRIVERS. 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: root In the previous commit Contents got interchnaged so making the necessary changes to Correct it. Signed-off-by: root --- framework/settings.py | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/framework/settings.py b/framework/settings.py index ea95b28..4f0368b 100644 --- a/framework/settings.py +++ b/framework/settings.py @@ -103,10 +103,10 @@ NICS = { 'cavium_a064': '177d:a064', 'columbiaville_100g': '8086:1592', 'columbiaville_25g': '8086:1593', - 'fastlinq_ql45000': 'qede', - 'fastlinq_ql41000': 'qede', - 'fastlinq_ql45000_vf': 'qede', - 'fastlinq_ql41000_vf': 'qede', + 'fastlinq_ql45000': '1077:1656', + 'fastlinq_ql45000_vf': '1077:1664', + 'fastlinq_ql41000': '1077:8070', + 'fastlinq_ql41000_vf': '1077:8090', } DRIVERS = { @@ -164,10 +164,10 @@ DRIVERS = { 'cavium_a064': 'octeontx2-nicvf', 'columbiaville_100g': 'ice', 'columbiaville_25g': 'ice', - 'fastlinq_ql45000': '1077:1656', - 'fastlinq_ql45000_vf': '1077:1664', - 'fastlinq_ql41000': '1077:8070', - 'fastlinq_ql41000_vf': '1077:8090', + 'fastlinq_ql45000': 'qede', + 'fastlinq_ql41000': 'qede', + 'fastlinq_ql45000_vf': 'qede', + 'fastlinq_ql41000_vf': 'qede', } """ -- 1.8.3.1