test suite reviews and discussions
 help / color / mirror / Atom feed
From: "Tu, Lijuan" <lijuan.tu@intel.com>
To: "Yang, LeweiX" <leweix.yang@intel.com>, "dts@dpdk.org" <dts@dpdk.org>
Cc: "Yang, LeweiX" <leweix.yang@intel.com>
Subject: RE: [dts] [PATCH V1] tests/userspace_ethtool:rename ETH to RTE_ETH
Date: Mon, 22 Nov 2021 15:26:45 +0000	[thread overview]
Message-ID: <11c64c26058b4322ae2c02ebcab87ace@intel.com> (raw)
In-Reply-To: <20211101152338.22226-1-leweix.yang@intel.com>



> -----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_VLAN
> _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_OFFLOAD_
> 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_VLAN
> _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_OFFLOAD_
> VLAN_
> + FILTER;' %s" % main_file, "# ")

Can we test the point and don't modify DPDK.

> 
>          # build sample app
>          self.build_ethtool()
> --
> 2.33.1


  reply	other threads:[~2021-11-22 15:26 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 [this message]
2021-11-23  6:30   ` Jiang, YuX
2021-11-29  3:40     ` 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=11c64c26058b4322ae2c02ebcab87ace@intel.com \
    --to=lijuan.tu@intel.com \
    --cc=dts@dpdk.org \
    --cc=leweix.yang@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).