From: David Liu <dliu@iol.unh.edu>
To: dts@dpdk.org
Cc: "Tu, Lijuan" <lijuan.tu@intel.com>,
Lincoln Lavoie <lylavoie@iol.unh.edu>
Subject: Re: [dts] [PATCH] tests/Test_mtu_update:fix only config ports in one side of the machine. Start testpmd with different parameter in mlx4/mlx5
Date: Tue, 22 Dec 2020 15:18:57 -0500 [thread overview]
Message-ID: <CAAuqQpTLsSMrKmqXWvmt+JywFRNqA-Cp++tQbntA7LDs9yePcw@mail.gmail.com> (raw)
In-Reply-To: <20201222200537.63824-1-dliu@iol.unh.edu>
[-- Attachment #1: Type: text/plain, Size: 1705 bytes --]
Sorry, forget to signed-off the patch. I will submit another one.
On Tue, Dec 22, 2020 at 3:05 PM David Liu <dliu@iol.unh.edu> wrote:
> ---
> tests/TestSuite_mtu_update.py | 12 +++++++++---
> 1 file changed, 9 insertions(+), 3 deletions(-)
>
> diff --git a/tests/TestSuite_mtu_update.py b/tests/TestSuite_mtu_update.py
> index 6e425dcb..4fe697b4 100644
> --- a/tests/TestSuite_mtu_update.py
> +++ b/tests/TestSuite_mtu_update.py
> @@ -51,8 +51,8 @@ import time
> from test_case import TestCase
> from pktgen import TRANSMIT_CONT
>
> -from framework.packet import Packet
> -from framework.settings import HEADER_SIZE
> +from packet import Packet
> +from settings import HEADER_SIZE
>
> ETHER_HEADER_LEN = 18
> IP_HEADER_LEN = 20
> @@ -208,6 +208,7 @@ class TestMtuUpdate(TestCase):
> @return: None
> """
> self.admin_tester_port(self.tester.get_local_port(self.tx_port),
> f"mtu {mtu:d}")
> + self.admin_tester_port(self.tester.get_local_port(self.rx_port),
> f"mtu {mtu:d}")
> #
> #
> #
> @@ -220,7 +221,12 @@ class TestMtuUpdate(TestCase):
> """
> self.set_mtu(packet_size + 1)
>
> - self.pmdout.start_testpmd("Default")
> + if self.kdriver == "mlx5_core" or self.kdriver == "mlx4_core":
> + # Mellanox will need extra options to start testpmd
> + self.pmdout.start_testpmd("Default", "--max-pkt-len=9500
> --tx-offloads=0x8000 --enable-scatter -a")
> + else:
> + self.pmdout.start_testpmd("Default")
> +
> self.exec("port stop all")
> self.exec(f"port config mtu 0 {packet_size:d}")
> self.exec(f"port config mtu 1 {packet_size:d}")
> --
> 2.17.1
>
>
[-- Attachment #2: Type: text/html, Size: 2351 bytes --]
prev parent reply other threads:[~2020-12-22 20:19 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-12-22 20:05 David Liu
2020-12-22 20:18 ` David Liu [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=CAAuqQpTLsSMrKmqXWvmt+JywFRNqA-Cp++tQbntA7LDs9yePcw@mail.gmail.com \
--to=dliu@iol.unh.edu \
--cc=dts@dpdk.org \
--cc=lijuan.tu@intel.com \
--cc=lylavoie@iol.unh.edu \
/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).