* Re: [dts] [PATCH V1] tests/userspace_ethtool: add cvl_100g nic supported
2021-02-20 14:50 [dts] [PATCH V1] tests/userspace_ethtool: add cvl_100g nic supported xiewei
@ 2021-02-20 6:24 ` Xie, WeiX
2021-02-20 7:07 ` Zhao, HaiyangX
0 siblings, 1 reply; 4+ messages in thread
From: Xie, WeiX @ 2021-02-20 6:24 UTC (permalink / raw)
To: dts
[-- Attachment #1: Type: text/plain, Size: 295 bytes --]
Tested-by: Xie,WeiX < weix.xie@intel.com>
Regards,
Xie Wei
> -----Original Message-----
> From: Xie, WeiX
> Sent: Saturday, February 20, 2021 10:51 PM
> To: dts@dpdk.org
> Cc: Xie, WeiX <weix.xie@intel.com>
> Subject: [PATCH V1] tests/userspace_ethtool: add cvl_100g nic supported
[-- Attachment #2: TestUserspaceEthtool.log --]
[-- Type: application/octet-stream, Size: 90125 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [dts] [PATCH V1] tests/userspace_ethtool: add cvl_100g nic supported
2021-02-20 6:24 ` Xie, WeiX
@ 2021-02-20 7:07 ` Zhao, HaiyangX
2021-02-25 8:00 ` Tu, Lijuan
0 siblings, 1 reply; 4+ messages in thread
From: Zhao, HaiyangX @ 2021-02-20 7:07 UTC (permalink / raw)
To: Xie, WeiX, dts
Acked-by: Haiyang Zhao <haiyangx.zhao@intel.com>
Best Regards,
Zhao Haiyang
> -----Original Message-----
> From: dts <dts-bounces@dpdk.org> On Behalf Of Xie, WeiX
> Sent: Saturday, February 20, 2021 14:24
> To: dts@dpdk.org
> Subject: Re: [dts] [PATCH V1] tests/userspace_ethtool: add cvl_100g nic
> supported
>
> Tested-by: Xie,WeiX < weix.xie@intel.com>
>
> Regards,
> Xie Wei
>
> > -----Original Message-----
> > From: Xie, WeiX
> > Sent: Saturday, February 20, 2021 10:51 PM
> > To: dts@dpdk.org
> > Cc: Xie, WeiX <weix.xie@intel.com>
> > Subject: [PATCH V1] tests/userspace_ethtool: add cvl_100g nic supported
^ permalink raw reply [flat|nested] 4+ messages in thread
* [dts] [PATCH V1] tests/userspace_ethtool: add cvl_100g nic supported
@ 2021-02-20 14:50 xiewei
2021-02-20 6:24 ` Xie, WeiX
0 siblings, 1 reply; 4+ messages in thread
From: xiewei @ 2021-02-20 14:50 UTC (permalink / raw)
To: dts; +Cc: xiewei
add CVL_100G*2 into list.
Signed-off-by: xiewei <weix.xie@intel.com>
---
tests/TestSuite_userspace_ethtool.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/TestSuite_userspace_ethtool.py b/tests/TestSuite_userspace_ethtool.py
index d73a7e16..fd65d718 100644
--- a/tests/TestSuite_userspace_ethtool.py
+++ b/tests/TestSuite_userspace_ethtool.py
@@ -555,7 +555,7 @@ class TestUserspaceEthtool(TestCase, IxiaPacketGenerator):
# about columbiaville_25g(8086:1593),there have a kernel driver link status issue
# about Sageville(8086:1563),driver do not write register to set link-down
# so skip this step of verify status
- if self.nic not in ['columbiaville_25g', 'sageville']:
+ if self.nic not in ['columbiaville_25g', 'sageville', 'columbiaville_100g']:
self.verify(self.ethapp_check_link_status(index, 'Down') == True,
'Fail to stop port{}'.format(index))
# check packet not forwarded when port is stop
--
2.18.2
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [dts] [PATCH V1] tests/userspace_ethtool: add cvl_100g nic supported
2021-02-20 7:07 ` Zhao, HaiyangX
@ 2021-02-25 8:00 ` Tu, Lijuan
0 siblings, 0 replies; 4+ messages in thread
From: Tu, Lijuan @ 2021-02-25 8:00 UTC (permalink / raw)
To: Zhao, HaiyangX, Xie, WeiX, dts
Applied.
> -----Original Message-----
> From: dts <dts-bounces@dpdk.org> On Behalf Of Zhao, HaiyangX
> Sent: 2021年2月20日 15:08
> To: Xie, WeiX <weix.xie@intel.com>; dts@dpdk.org
> Subject: Re: [dts] [PATCH V1] tests/userspace_ethtool: add cvl_100g nic
> supported
>
> Acked-by: Haiyang Zhao <haiyangx.zhao@intel.com>
>
> Best Regards,
> Zhao Haiyang
>
> > -----Original Message-----
> > From: dts <dts-bounces@dpdk.org> On Behalf Of Xie, WeiX
> > Sent: Saturday, February 20, 2021 14:24
> > To: dts@dpdk.org
> > Subject: Re: [dts] [PATCH V1] tests/userspace_ethtool: add cvl_100g
> > nic supported
> >
> > Tested-by: Xie,WeiX < weix.xie@intel.com>
> >
> > Regards,
> > Xie Wei
> >
> > > -----Original Message-----
> > > From: Xie, WeiX
> > > Sent: Saturday, February 20, 2021 10:51 PM
> > > To: dts@dpdk.org
> > > Cc: Xie, WeiX <weix.xie@intel.com>
> > > Subject: [PATCH V1] tests/userspace_ethtool: add cvl_100g nic
> > > supported
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2021-02-25 8:00 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-20 14:50 [dts] [PATCH V1] tests/userspace_ethtool: add cvl_100g nic supported xiewei
2021-02-20 6:24 ` Xie, WeiX
2021-02-20 7:07 ` Zhao, HaiyangX
2021-02-25 8:00 ` Tu, Lijuan
test suite reviews and discussions
This inbox may be cloned and mirrored by anyone:
git clone --mirror http://inbox.dpdk.org/dts/0 dts/git/0.git
# If you have public-inbox 1.1+ installed, you may
# initialize and index your mirror using the following commands:
public-inbox-init -V2 dts dts/ http://inbox.dpdk.org/dts \
dts@dpdk.org
public-inbox-index dts
Example config snippet for mirrors.
Newsgroup available over NNTP:
nntp://inbox.dpdk.org/inbox.dpdk.dts
AGPL code for this site: git clone https://public-inbox.org/public-inbox.git