From: Yash Sharma <ysharma@marvell.com>
To: <lijuan.tu@intel.com>, <dts@dpdk.org>
Cc: root <root@localhost.localdomain>
Subject: [dts] [PATCH v1] framework/settings.py:Interchanging Contents in NICS and DRIVERS.
Date: Mon, 12 Aug 2019 00:42:49 -0700 [thread overview]
Message-ID: <20190812074249.2857-2-ysharma@marvell.com> (raw)
In-Reply-To: <20190812074249.2857-1-ysharma@marvell.com>
From: root <root@localhost.localdomain>
In the previous commit Contents got interchnaged so making the necessary changes to Correct it.
Signed-off-by: root <root@localhost.localdomain>
---
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',
}
"""
--
2.12.0
next prev parent reply other threads:[~2019-08-12 7:43 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-08-12 7:42 [dts] [PATCH 1/1] " Yash Sharma
2019-08-12 7:42 ` Yash Sharma [this message]
2019-08-21 9:27 ` [dts] [PATCH v1] " Tu, Lijuan
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20190812074249.2857-2-ysharma@marvell.com \
--to=ysharma@marvell.com \
--cc=dts@dpdk.org \
--cc=lijuan.tu@intel.com \
--cc=root@localhost.localdomain \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).