D | rss_input_xfrm.py | 13 def traffic(cfg, local_port, remote_port, ipver): function 27 If symmetric RSS hash is configured, send traffic twice, swapping the 28 src/dst UDP ports, and verify that the same queue is receiving the traffic 48 cpu1 = traffic(cfg, port1, port2, ipver) 49 cpu2 = traffic(cfg, port2, port1, ipver) 52 …cpu1, cpu2, comment=f"Received traffic on different cpus with ports ({port1 = }, {port2 = }) while… 60 raise KsftFailEx("Failed to run traffic") 63 comment=f"Received traffic on less than two cpus {cpus = }")
|