diff mbox series

[net,2/2] selftests: drv-net: test random value for hds-thresh

Message ID 20250403060423.1209435-3-ap420073@gmail.com (mailing list archive)
State Superseded
Delegated to: Netdev Maintainers
Headers show
Series fix wrong hds-thresh value setting | expand

Checks

Context Check Description
netdev/series_format success Posting correctly formatted
netdev/tree_selection success Clearly marked for net
netdev/ynl success Generated files up to date; no warnings/errors; no diff in generated;
netdev/fixes_present success Fixes tag present in non-next series
netdev/header_inline success No static functions without inline keyword in header files
netdev/build_32bit success Errors and warnings before: 0 this patch: 0
netdev/build_tools success Errors and warnings before: 26 (+2) this patch: 26 (+2)
netdev/cc_maintainers warning 5 maintainers not CCed: daniel@iogearbox.net bpf@vger.kernel.org ast@kernel.org john.fastabend@gmail.com hawk@kernel.org
netdev/build_clang success Errors and warnings before: 0 this patch: 0
netdev/verify_signedoff success Signed-off-by tag matches author and committer
netdev/deprecated_api success None detected
netdev/check_selftest success No net selftest shell script
netdev/verify_fixes success No Fixes tag
netdev/build_allmodconfig_warn success Errors and warnings before: 0 this patch: 0
netdev/checkpatch success total: 0 errors, 0 warnings, 0 checks, 46 lines checked
netdev/build_clang_rust success No Rust files in patch. Skipping build
netdev/kdoc success Errors and warnings before: 0 this patch: 0
netdev/source_inline success Was 0 now: 0

Commit Message

Taehee Yoo April 3, 2025, 6:04 a.m. UTC
hds.py has been testing 0(set_hds_thresh_zero()),
MAX(set_hds_thresh_max()), GT(set_hds_thresh_gt()) values for hds-thresh.
However if a hds-thresh value was already 0, set_hds_thresh_zero()
can't test properly.
So, it tests random value first and then tests 0, MAX, GT values.

Testing bnxt:
    TAP version 13
    1..13
    ok 1 hds.get_hds
    ok 2 hds.get_hds_thresh
    ok 3 hds.set_hds_disable # SKIP disabling of HDS not supported by
    the device
    ok 4 hds.set_hds_enable
    ok 5 hds.set_hds_thresh_random
    ok 6 hds.set_hds_thresh_zero
    ok 7 hds.set_hds_thresh_max
    ok 8 hds.set_hds_thresh_gt
    ok 9 hds.set_xdp
    ok 10 hds.enabled_set_xdp
    ok 11 hds.ioctl
    ok 12 hds.ioctl_set_xdp
    ok 13 hds.ioctl_enabled_set_xdp
    # Totals: pass:12 fail:0 xfail:0 xpass:0 skip:1 error:0

Testing lo:
    TAP version 13
    1..13
    ok 1 hds.get_hds # SKIP tcp-data-split not supported by device
    ok 2 hds.get_hds_thresh # SKIP hds-thresh not supported by device
    ok 3 hds.set_hds_disable # SKIP ring-set not supported by the device
    ok 4 hds.set_hds_enable # SKIP ring-set not supported by the device
    ok 5 hds.set_hds_thresh_random # SKIP hds-thresh not supported by
    device
    ok 6 hds.set_hds_thresh_zero # SKIP ring-set not supported by the
    device
    ok 7 hds.set_hds_thresh_max # SKIP hds-thresh not supported by
    device
    ok 8 hds.set_hds_thresh_gt # SKIP hds-thresh not supported by device
    ok 9 hds.set_xdp # SKIP tcp-data-split not supported by device
    ok 10 hds.enabled_set_xdp # SKIP tcp-data-split not supported by
    device
    ok 11 hds.ioctl # SKIP tcp-data-split not supported by device
    ok 12 hds.ioctl_set_xdp # SKIP tcp-data-split not supported by
    device
    ok 13 hds.ioctl_enabled_set_xdp # SKIP tcp-data-split not supported
    by device
    # Totals: pass:0 fail:0 xfail:0 xpass:0 skip:13 error:0

Signed-off-by: Taehee Yoo <ap420073@gmail.com>
---
 tools/testing/selftests/drivers/net/hds.py | 28 +++++++++++++++++++++-
 1 file changed, 27 insertions(+), 1 deletion(-)

Comments

Taehee Yoo April 4, 2025, 5:26 a.m. UTC | #1
On Thu, Apr 3, 2025 at 3:04 PM Taehee Yoo <ap420073@gmail.com> wrote:
>
> hds.py has been testing 0(set_hds_thresh_zero()),
> MAX(set_hds_thresh_max()), GT(set_hds_thresh_gt()) values for hds-thresh.
> However if a hds-thresh value was already 0, set_hds_thresh_zero()
> can't test properly.
> So, it tests random value first and then tests 0, MAX, GT values.
>
> Testing bnxt:
>     TAP version 13
>     1..13
>     ok 1 hds.get_hds
>     ok 2 hds.get_hds_thresh
>     ok 3 hds.set_hds_disable # SKIP disabling of HDS not supported by
>     the device
>     ok 4 hds.set_hds_enable
>     ok 5 hds.set_hds_thresh_random
>     ok 6 hds.set_hds_thresh_zero
>     ok 7 hds.set_hds_thresh_max
>     ok 8 hds.set_hds_thresh_gt
>     ok 9 hds.set_xdp
>     ok 10 hds.enabled_set_xdp
>     ok 11 hds.ioctl
>     ok 12 hds.ioctl_set_xdp
>     ok 13 hds.ioctl_enabled_set_xdp
>     # Totals: pass:12 fail:0 xfail:0 xpass:0 skip:1 error:0
>
> Testing lo:
>     TAP version 13
>     1..13
>     ok 1 hds.get_hds # SKIP tcp-data-split not supported by device
>     ok 2 hds.get_hds_thresh # SKIP hds-thresh not supported by device
>     ok 3 hds.set_hds_disable # SKIP ring-set not supported by the device
>     ok 4 hds.set_hds_enable # SKIP ring-set not supported by the device
>     ok 5 hds.set_hds_thresh_random # SKIP hds-thresh not supported by
>     device
>     ok 6 hds.set_hds_thresh_zero # SKIP ring-set not supported by the
>     device
>     ok 7 hds.set_hds_thresh_max # SKIP hds-thresh not supported by
>     device
>     ok 8 hds.set_hds_thresh_gt # SKIP hds-thresh not supported by device
>     ok 9 hds.set_xdp # SKIP tcp-data-split not supported by device
>     ok 10 hds.enabled_set_xdp # SKIP tcp-data-split not supported by
>     device
>     ok 11 hds.ioctl # SKIP tcp-data-split not supported by device
>     ok 12 hds.ioctl_set_xdp # SKIP tcp-data-split not supported by
>     device
>     ok 13 hds.ioctl_enabled_set_xdp # SKIP tcp-data-split not supported
>     by device
>     # Totals: pass:0 fail:0 xfail:0 xpass:0 skip:13 error:0
>
> Signed-off-by: Taehee Yoo <ap420073@gmail.com>
> ---
>  tools/testing/selftests/drivers/net/hds.py | 28 +++++++++++++++++++++-
>  1 file changed, 27 insertions(+), 1 deletion(-)
>
> diff --git a/tools/testing/selftests/drivers/net/hds.py b/tools/testing/selftests/drivers/net/hds.py
> index 8b7f6acad15f..3ba8e4d69c4c 100755
> --- a/tools/testing/selftests/drivers/net/hds.py
> +++ b/tools/testing/selftests/drivers/net/hds.py
> @@ -6,7 +6,7 @@ import os
>  from lib.py import ksft_run, ksft_exit, ksft_eq, ksft_raises, KsftSkipEx
>  from lib.py import CmdExitFailure, EthtoolFamily, NlError
>  from lib.py import NetDrvEnv
> -from lib.py import defer, ethtool, ip
> +from lib.py import defer, ethtool, ip, random
>
>
>  def _get_hds_mode(cfg, netnl) -> str:
> @@ -109,6 +109,31 @@ def set_hds_thresh_zero(cfg, netnl) -> None:
>
>      ksft_eq(0, rings['hds-thresh'])
>
> +def set_hds_thresh_random(cfg, netnl) -> None:
> +    try:
> +        rings = netnl.rings_get({'header': {'dev-index': cfg.ifindex}})
> +    except NlError as e:
> +        raise KsftSkipEx('ring-get not supported by device')
> +    if 'hds-thresh' not in rings:
> +        raise KsftSkipEx('hds-thresh not supported by device')
> +    if 'hds-thresh-max' not in rings:
> +        raise KsftSkipEx('hds-thresh-max not defined by device')
> +
> +    while True:
> +        hds_thresh = random.randint(1, rings['hds-thresh-max'])

If a hds-thresh-max value is too small, it will not work.
As far as I know, the gve's hds-thresh-max would be 0.

I will send a v2 patch to fix this.

Thanks!
Taehee Yoo

> +        if hds_thresh != rings['hds-thresh']:
> +            break
> +
> +    try:
> +        netnl.rings_set({'header': {'dev-index': cfg.ifindex}, 'hds-thresh': hds_thresh})
> +    except NlError as e:
> +        if e.error == errno.EINVAL:
> +            raise KsftSkipEx("hds-thresh-set not supported by the device")
> +        elif e.error == errno.EOPNOTSUPP:
> +            raise KsftSkipEx("ring-set not supported by the device")
> +    rings = netnl.rings_get({'header': {'dev-index': cfg.ifindex}})
> +    ksft_eq(hds_thresh, rings['hds-thresh'])
> +
>  def set_hds_thresh_max(cfg, netnl) -> None:
>      try:
>          rings = netnl.rings_get({'header': {'dev-index': cfg.ifindex}})
> @@ -243,6 +268,7 @@ def main() -> None:
>                    get_hds_thresh,
>                    set_hds_disable,
>                    set_hds_enable,
> +                  set_hds_thresh_random,
>                    set_hds_thresh_zero,
>                    set_hds_thresh_max,
>                    set_hds_thresh_gt,
> --
> 2.34.1
>
diff mbox series

Patch

diff --git a/tools/testing/selftests/drivers/net/hds.py b/tools/testing/selftests/drivers/net/hds.py
index 8b7f6acad15f..3ba8e4d69c4c 100755
--- a/tools/testing/selftests/drivers/net/hds.py
+++ b/tools/testing/selftests/drivers/net/hds.py
@@ -6,7 +6,7 @@  import os
 from lib.py import ksft_run, ksft_exit, ksft_eq, ksft_raises, KsftSkipEx
 from lib.py import CmdExitFailure, EthtoolFamily, NlError
 from lib.py import NetDrvEnv
-from lib.py import defer, ethtool, ip
+from lib.py import defer, ethtool, ip, random
 
 
 def _get_hds_mode(cfg, netnl) -> str:
@@ -109,6 +109,31 @@  def set_hds_thresh_zero(cfg, netnl) -> None:
 
     ksft_eq(0, rings['hds-thresh'])
 
+def set_hds_thresh_random(cfg, netnl) -> None:
+    try:
+        rings = netnl.rings_get({'header': {'dev-index': cfg.ifindex}})
+    except NlError as e:
+        raise KsftSkipEx('ring-get not supported by device')
+    if 'hds-thresh' not in rings:
+        raise KsftSkipEx('hds-thresh not supported by device')
+    if 'hds-thresh-max' not in rings:
+        raise KsftSkipEx('hds-thresh-max not defined by device')
+
+    while True:
+        hds_thresh = random.randint(1, rings['hds-thresh-max'])
+        if hds_thresh != rings['hds-thresh']:
+            break
+
+    try:
+        netnl.rings_set({'header': {'dev-index': cfg.ifindex}, 'hds-thresh': hds_thresh})
+    except NlError as e:
+        if e.error == errno.EINVAL:
+            raise KsftSkipEx("hds-thresh-set not supported by the device")
+        elif e.error == errno.EOPNOTSUPP:
+            raise KsftSkipEx("ring-set not supported by the device")
+    rings = netnl.rings_get({'header': {'dev-index': cfg.ifindex}})
+    ksft_eq(hds_thresh, rings['hds-thresh'])
+
 def set_hds_thresh_max(cfg, netnl) -> None:
     try:
         rings = netnl.rings_get({'header': {'dev-index': cfg.ifindex}})
@@ -243,6 +268,7 @@  def main() -> None:
                   get_hds_thresh,
                   set_hds_disable,
                   set_hds_enable,
+                  set_hds_thresh_random,
                   set_hds_thresh_zero,
                   set_hds_thresh_max,
                   set_hds_thresh_gt,