On Fri, 22 Aug 2025 14:27:31 -0700 Stanislav Fomichev wrote:
On 08/22, Jakub Kicinski wrote:
In prep for more selective resetting of ntuple filters try to save the rule IDs to a table.
Signed-off-by: Jakub Kicinski kuba@kernel.org
This seems ok to unblock nipa cleanup, but at this point why not copy-paste proper ioctl from kperf? https://github.com/facebookexperimental/kperf/blob/main/devmem.c#L119 (seems less complicated than popen)
Yeah, IDK. I thought fixing the run_command() to be able to capture output is more useful long term.