Lines Matching full:netlink
5 API level tests for RSS (mostly Netlink vs IOCTL).
66 Test error path of Netlink SET.
86 Test setting indirection table via Netlink.
117 Test setting indirection table for a custom context via Netlink.
155 Check that Netlink notifications are generated when RSS indirection
163 ethtool(f"--disable-netlink -X {cfg.ifname} weight 0 1")
183 Check that Netlink notifications are generated when RSS indirection
194 ethtool(f"--disable-netlink -X {cfg.ifname} context {ctx_id} weight 0 1")
206 Test setting hashing key via Netlink.
238 Test reading Rx Flow Hash over Netlink.
252 """ Test configuring Rx Flow Hash over Netlink. """
285 reset = defer(ethtool, f"--disable-netlink -N {cfg.ifname} "
290 comment=f"Config for {fl_type} over Netlink")
298 comment=f"Un-config for {fl_type} over Netlink")
314 comment=f"multi-config for {fl_type} over Netlink")
376 f"--disable-netlink -N {cfg.ifname} rx-flow-hash tcp4 {cur}")
388 raise KsftFailEx("No notification received after Netlink change")
395 """ Test creating an additional RSS context via Netlink """
434 # Create / delete via Netlink
453 ctx_id = _ethtool_create(cfg, "--disable-netlink -X", "context new")
454 ethtool(f"--disable-netlink -X {cfg.ifname} context {ctx_id} delete")