Re: [PATCH net v2 2/2] selftests: drv-net: rss_ctx: Add test for ntuple rule

2024-11-12 Thread Jakub Kicinski
On Tue, 12 Nov 2024 17:51:50 -0800 Daniel Xu wrote: > > This won't match the output from your ethtool patch, because that > > removes the colon. Probably want to wait until the patch is > > finalised and then write a regex that matches both versions. > > Argh, I meant to have wildcards here.

Re: [PATCH net v2 2/2] selftests: drv-net: rss_ctx: Add test for ntuple rule

2024-11-12 Thread Daniel Xu
Hi Jakub, On Tue, Nov 12, 2024, at 5:44 PM, Jakub Kicinski wrote: > On Mon, 11 Nov 2024 19:23:31 -0700 Daniel Xu wrote: >> Extend the rss_ctx test suite to test that an ntuple action that >> redirects to an RSS context contains that information in `ethtool -n`. >> Otherwise the output from ethtool

Re: [PATCH net v2 2/2] selftests: drv-net: rss_ctx: Add test for ntuple rule

2024-11-12 Thread Daniel Xu
Hi Ed, On Tue, Nov 12, 2024, at 3:10 AM, Edward Cree wrote: > On 12/11/2024 02:23, Daniel Xu wrote: >> Extend the rss_ctx test suite to test that an ntuple action that >> redirects to an RSS context contains that information in `ethtool -n`. >> Otherwise the output from ethtool is highly deceiving

Re: [PATCH net v2 2/2] selftests: drv-net: rss_ctx: Add test for ntuple rule

2024-11-12 Thread Jakub Kicinski
On Mon, 11 Nov 2024 19:23:31 -0700 Daniel Xu wrote: > Extend the rss_ctx test suite to test that an ntuple action that > redirects to an RSS context contains that information in `ethtool -n`. > Otherwise the output from ethtool is highly deceiving. This test helps > ensure drivers are compliant wit

Re: [PATCH net v2 2/2] selftests: drv-net: rss_ctx: Add test for ntuple rule

2024-11-12 Thread Edward Cree
On 12/11/2024 02:23, Daniel Xu wrote: > Extend the rss_ctx test suite to test that an ntuple action that > redirects to an RSS context contains that information in `ethtool -n`. > Otherwise the output from ethtool is highly deceiving. This test helps > ensure drivers are compliant with the API. >

[PATCH net v2 2/2] selftests: drv-net: rss_ctx: Add test for ntuple rule

2024-11-11 Thread Daniel Xu
Extend the rss_ctx test suite to test that an ntuple action that redirects to an RSS context contains that information in `ethtool -n`. Otherwise the output from ethtool is highly deceiving. This test helps ensure drivers are compliant with the API. Signed-off-by: Daniel Xu --- tools/testing/sel