aboutsummaryrefslogtreecommitdiffstats
path: root/tools/net/ynl/cli.py
diff options
context:
space:
mode:
authorJakub Kicinski <[email protected]>2023-01-31 02:33:41 +0000
committerJakub Kicinski <[email protected]>2023-02-01 04:36:03 +0000
commiteaf317e7d2bbb04486c9842aea9be1e94bd416ed (patch)
treefa8b4fbd3df6707a38f6c7a217fb723305b01cb7 /tools/net/ynl/cli.py
parentnet: ipa: use dev PM wakeirq handling (diff)
downloadkernel-eaf317e7d2bbb04486c9842aea9be1e94bd416ed.tar.gz
kernel-eaf317e7d2bbb04486c9842aea9be1e94bd416ed.zip
tools: ynl-gen: prevent do / dump reordering
An earlier fix tried to address generated code jumping around one code-gen run to another. Turns out dict()s are already ordered since Python 3.7, the problem is that we iterate over operation modes using a set(). Sets are unordered in Python. Signed-off-by: Jakub Kicinski <[email protected]>
Diffstat (limited to 'tools/net/ynl/cli.py')
0 files changed, 0 insertions, 0 deletions