test suite reviews and discussions
 help / color / mirror / Atom feed
From: "Tu, Lijuan" <lijuan.tu@intel.com>
To: "Jiang, YuX" <yux.jiang@intel.com>,
	"Yang, LeweiX" <leweix.yang@intel.com>,
	"dts@dpdk.org" <dts@dpdk.org>
Cc: "Yang, LeweiX" <leweix.yang@intel.com>,
	"Lin, Xueqin" <xueqin.lin@intel.com>
Subject: RE: [dts] [PATCH V1] tests/userspace_ethtool:rename ETH to RTE_ETH
Date: Mon, 29 Nov 2021 03:40:53 +0000	[thread overview]
Message-ID: <528cf3971c4642e5b4e17f903d1edda8@intel.com> (raw)
In-Reply-To: <BN9PR11MB55307AEC3E5878054AD70735FE609@BN9PR11MB5530.namprd11.prod.outlook.com>



> -----Original Message-----
> From: Jiang, YuX <yux.jiang@intel.com>
> Sent: 2021年11月23日 14:30
> To: Tu, Lijuan <lijuan.tu@intel.com>; Yang, LeweiX <leweix.yang@intel.com>;
> dts@dpdk.org
> Cc: Yang, LeweiX <leweix.yang@intel.com>; Lin, Xueqin <xueqin.lin@intel.com>
> Subject: RE: [dts] [PATCH V1] tests/userspace_ethtool:rename ETH to RTE_ETH
> 
> > -----Original Message-----
> > From: Tu, Lijuan <lijuan.tu@intel.com>
> > Sent: Monday, November 22, 2021 11:27 PM
> > To: Yang, LeweiX <leweix.yang@intel.com>; dts@dpdk.org
> > Cc: Yang, LeweiX <leweix.yang@intel.com>
> > Subject: RE: [dts] [PATCH V1] tests/userspace_ethtool:rename ETH to
> > RTE_ETH
> >
> >
> >
> > > -----Original Message-----
> > > From: dts <dts-bounces@dpdk.org> On Behalf Of Lewei Yang
> > > Sent: 2021年11月1日 23:24
> > > To: dts@dpdk.org
> > > Cc: Yang, LeweiX <leweix.yang@intel.com>
> > > Subject: [dts] [PATCH V1] tests/userspace_ethtool:rename ETH to
> > > RTE_ETH
> > >
> > > From: YangLewei <leweix.yang@intel.com>
> > >
> > > According to dpdk commit 295968d17407("ethdev: add namespace"),
> > rename
> > > ETH to RTE_ETH
> > >
> > > Signed-off-by: YangLewei <leweix.yang@intel.com>
> > > ---
> > >  test_plans/userspace_ethtool_test_plan.rst | 2 +-
> > >  tests/TestSuite_userspace_ethtool.py       | 2 +-
> > >  2 files changed, 2 insertions(+), 2 deletions(-)
> > >
> > > diff --git a/test_plans/userspace_ethtool_test_plan.rst
> > > b/test_plans/userspace_ethtool_test_plan.rst
> > > index ca86beaf..9dca4b49 100644
> > > --- a/test_plans/userspace_ethtool_test_plan.rst
> > > +++ b/test_plans/userspace_ethtool_test_plan.rst
> > > @@ -164,7 +164,7 @@ Test Case: Vlan test
> > >
> > >  enable vlan filter flag in main.c of dpdk's ethtool::
> > >
> > > -    sed -i -e '/cfg_port.txmode.mq_mode =
> > >
> > ETH_MQ_TX_NONE;$/a\\cfg_port.rxmode.offloads|=DEV_RX_OFFLOAD_VL
> > AN
> > > _FILTER;' examples/ethtool/ethtool-app/main.c
> > > +    sed -i -e '/cfg_port.txmode.mq_mode =
> > > +
> > >
> > RTE_ETH_MQ_TX_NONE;$/a\\cfg_port.rxmode.offloads|=DEV_RX_OFFLOA
> > D_
> > > VLAN_
> > > + FILTER;' examples/ethtool/ethtool-app/main.c
> > >
> > >  re-compile examples/ethtool::
> > >
> > > diff --git a/tests/TestSuite_userspace_ethtool.py
> > > b/tests/TestSuite_userspace_ethtool.py
> > > index 4536b7d1..8fae4f2c 100644
> > > --- a/tests/TestSuite_userspace_ethtool.py
> > > +++ b/tests/TestSuite_userspace_ethtool.py
> > > @@ -449,7 +449,7 @@ class TestUserspaceEthtool(TestCase):
> > >          """
> > >          main_file = "examples/ethtool/ethtool-app/main.c"
> > >          # enable vlan filter
> > > -        self.dut.send_expect("sed -i -e '/cfg_port.txmode.mq_mode =
> > >
> > ETH_MQ_TX_NONE;$/a\\cfg_port.rxmode.offloads|=DEV_RX_OFFLOAD_VL
> > AN
> > > _FILTER;' %s" % main_file, "# ")
> > > +        self.dut.send_expect("sed -i -e '/cfg_port.txmode.mq_mode =
> > > +
> > >
> > RTE_ETH_MQ_TX_NONE;$/a\\cfg_port.rxmode.offloads|=DEV_RX_OFFLOA
> > D_
> > > VLAN_
> > > + FILTER;' %s" % main_file, "# ")
> >
> > Can we test the point and don't modify DPDK.
> >
> If we do not modify DPDK code, it tests failed. More details see the attached.
> Port 0: VLAN-filtering disabled
> Port 0: VLAN filtering disabled
> Test Case test_ethtool_vlan Result FAILED: 'Failed to filter Rx vlan packet'

If vlan do need be tested, request DPDK to add the code is more reasonable.
> 
> > >
> > >          # build sample app
> > >          self.build_ethtool()
> > > --
> > > 2.33.1
> 


      reply	other threads:[~2021-11-29  3:40 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-11-01 15:23 Lewei Yang
2021-11-22 15:26 ` Tu, Lijuan
2021-11-23  6:30   ` Jiang, YuX
2021-11-29  3:40     ` 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=528cf3971c4642e5b4e17f903d1edda8@intel.com \
    --to=lijuan.tu@intel.com \
    --cc=dts@dpdk.org \
    --cc=leweix.yang@intel.com \
    --cc=xueqin.lin@intel.com \
    --cc=yux.jiang@intel.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).