On 10/29/2025 10:19 PM, Jakub Kicinski wrote:
+def channels(cfg) -> None:
- """
- Twiddle channel counts in various combinations of parameters.
- We're only looking for driver adhering to the requested config
- if the config is accepted and crashes.
crashes.?
- """
- ehdr = {'header':{'dev-index': cfg.ifindex}}
- chans = cfg.eth.channels_get(ehdr)
Thanks, Alok