• Jakub Kicinski's avatar
    netlink: specs: finish up operation enum-models · 8403bf04
    Jakub Kicinski authored
    I had a (bright?) idea of introducing the concept of enum-models
    to account for all the weird ways families enumerate their messages.
    I've never finished it because generating C code for each of them
    is pretty daunting. But for languages which can use ID values directly
    the support is simple enough, so clean this up a bit.
    
    "unified" model is what I recommend going forward.
    "directional" model is what ethtool uses.
    "notify-split" is used by the proposed DPLL code, but we can just
    make them use "unified", it hasn't been merged :)
    Signed-off-by: default avatarJakub Kicinski <kuba@kernel.org>
    8403bf04
genetlink.yaml 10.2 KB