From: Luca Vizzarro <Luca.Vizzarro@arm.com>
To: Dean Marx <dmarx@iol.unh.edu>,
Honnappa.Nagarahalli@arm.com, juraj.linkes@pantheon.tech,
probb@iol.unh.edu, paul.szczepanek@arm.com,
yoan.picchi@foss.arm.com, jspewock@iol.unh.edu,
bruce.richardson@intel.com
Cc: dev@dpdk.org
Subject: Re: dts: dynamic config test suite implementation
Date: Thu, 1 Aug 2024 14:15:03 +0100 [thread overview]
Message-ID: <db9dd0ab-3a6b-4c7e-94a0-4db5950e1a8a@arm.com> (raw)
In-Reply-To: <20240708190858.26583-1-dmarx@iol.unh.edu>
Hi Dean,
I've just realised that you sent a new version but it was sent a
separate thread. Sorry about that! I'll try to send a review to that
one. Can you please make sure to reply to the original thread starting
email when you send new versions as per contributing guidelines[1]?
Thank you,
Luca
[1] https://core.dpdk.org/contribute/
On 08/07/2024 20:08, Dean Marx wrote:
> Dynamic Configuration test suite for ensuring Poll Mode Driver's ability
> to enable/disable promiscuous and allmulticast mode, and verify the
> expected behavior in the following four test cases:
>
> 1. Default mode - verifies that promiscuous mode is enabled by default,
> and packets with any destination MAC address are received and forwarded.
> 2. Disable promisc - turns off promiscuous mode and verifies that
> packets with a destination MAC address matching that of the Rx port are
> forwarded, while unknown MAC addresses are dropped.
> 3. Disable promisc broadcast - turns off promiscuous mode and verifies
> that packets with a matching or broadcast destination MAC address are
> forwarded.
> 4. Disable promisc multicast - turns off promiscuous mode and verifies
> that packets with a multicast destination MAC address are dropped when
> allmulticast mode is turned off, and forwarded when it is turned on.
>
> Dean Marx (4):
> dts: add multicast set function to shell
> dts: add toggle option to send and capture
> dts: dynamic config test suite
> dts: dynamic config conf schema
>
> dts/framework/config/conf_yaml_schema.json | 3 +-
> dts/framework/remote_session/testpmd_shell.py | 46 ++++++
> dts/framework/test_suite.py | 7 +-
> dts/tests/TestSuite_dynamic_config.py | 149 ++++++++++++++++++
> 4 files changed, 203 insertions(+), 2 deletions(-)
> create mode 100644 dts/tests/TestSuite_dynamic_config.py
>
prev parent reply other threads:[~2024-08-01 13:15 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-07-08 19:08 Dean Marx
2024-07-08 19:08 ` dts: add multicast set function to shell Dean Marx
2024-08-01 12:34 ` Luca Vizzarro
2024-07-08 19:08 ` dts: add toggle option to send and capture Dean Marx
2024-08-01 12:50 ` Luca Vizzarro
2024-07-08 19:08 ` dts: dynamic config test suite Dean Marx
2024-08-01 12:56 ` Luca Vizzarro
2024-07-08 19:08 ` dts: dynamic config conf schema Dean Marx
2024-08-01 12:57 ` Luca Vizzarro
2024-08-01 13:15 ` Luca Vizzarro [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=db9dd0ab-3a6b-4c7e-94a0-4db5950e1a8a@arm.com \
--to=luca.vizzarro@arm.com \
--cc=Honnappa.Nagarahalli@arm.com \
--cc=bruce.richardson@intel.com \
--cc=dev@dpdk.org \
--cc=dmarx@iol.unh.edu \
--cc=jspewock@iol.unh.edu \
--cc=juraj.linkes@pantheon.tech \
--cc=paul.szczepanek@arm.com \
--cc=probb@iol.unh.edu \
--cc=yoan.picchi@foss.arm.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).