mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-09-04 20:19:47 +08:00
![]() The response to a GET request in Netlink should fully identify
the queried object. RSS_GET accepts context id as an input,
so it must echo that attribute back to the response.
After (assuming context 1 has been created):
$ ./cli.py --spec netlink/specs/ethtool.yaml \
--do rss-get \
--json '{"header": {"dev-index": 2}, "context": 1}'
{'context': 1,
'header': {'dev-index': 2, 'dev-name': 'eth0'},
[...]
Fixes:
|
||
---|---|---|
.. | ||
devlink.yaml | ||
dpll.yaml | ||
ethtool.yaml | ||
fou.yaml | ||
handshake.yaml | ||
mptcp_pm.yaml | ||
netdev.yaml | ||
nfsd.yaml | ||
nftables.yaml | ||
nlctrl.yaml | ||
ovs_datapath.yaml | ||
ovs_flow.yaml | ||
ovs_vport.yaml | ||
rt_addr.yaml | ||
rt_link.yaml | ||
rt_route.yaml | ||
tc.yaml | ||
tcp_metrics.yaml | ||
team.yaml |