test suite reviews and discussions
 help / color / mirror / Atom feed
From: "Tu, Lijuan" <lijuan.tu@intel.com>
To: Yash Sharma <ysharma@marvell.com>, "dts@dpdk.org" <dts@dpdk.org>
Cc: root <root@localhost.localdomain>
Subject: Re: [dts] [PATCH v1] framework/settings.py:Interchanging Contents in NICS and DRIVERS.
Date: Wed, 21 Aug 2019 09:27:38 +0000	[thread overview]
Message-ID: <8CE3E05A3F976642AAB0F4675D0AD20E0BB042A8@SHSMSX101.ccr.corp.intel.com> (raw)
In-Reply-To: <20190812074249.2857-2-ysharma@marvell.com>

Applied with changing signed-off to " Yash Sharma <ysharma@marvell.com>"

> -----Original Message-----
> From: Yash Sharma [mailto:ysharma@marvell.com]
> Sent: Monday, August 12, 2019 3:43 PM
> To: Tu, Lijuan <lijuan.tu@intel.com>; dts@dpdk.org
> Cc: root <root@localhost.localdomain>
> Subject: [PATCH v1] framework/settings.py:Interchanging Contents in NICS
> and DRIVERS.
> 
> 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


      reply	other threads:[~2019-08-21  9:27 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 ` [dts] [PATCH v1] " Yash Sharma
2019-08-21  9:27   ` Tu, Lijuan [this message]

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=8CE3E05A3F976642AAB0F4675D0AD20E0BB042A8@SHSMSX101.ccr.corp.intel.com \
    --to=lijuan.tu@intel.com \
    --cc=dts@dpdk.org \
    --cc=root@localhost.localdomain \
    --cc=ysharma@marvell.com \
    /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).