Lines Matching full:threaded
5 Test napi threaded states.
16 ksft_eq(napi['threaded'], 'enabled')
22 ksft_eq(napi['threaded'], 'disabled')
26 def _set_threaded_state(cfg, threaded) -> None: argument
27 cmd(f"echo {threaded} > /sys/class/net/{cfg.ifname}/threaded")
35 threaded = cmd(f"cat /sys/class/net/{cfg.ifname}/threaded").stdout
36 defer(_set_threaded_state, cfg, threaded)
43 Test that when napi threaded is enabled at device level and
44 then disabled at napi level for one napi, the threaded state
56 # set threaded
59 # check napi threaded is set for both napis
63 # disable threaded for napi1
64 nl.napi_set({'id': napi1_id, 'threaded': 'disabled'})
74 Test that when napi threaded is enabled at device level,
75 the napi threaded state is preserved after a change in
87 # set threaded
90 # check napi threaded is set for both napis
97 # check napi threaded is set for both napis