mbox series

[net-next,v1,0/2] tools/net/ynl: rework async notification handling

Message ID 20241108123816.59521-1-donald.hunter@gmail.com (mailing list archive)
Headers show
Series tools/net/ynl: rework async notification handling | expand

Message

Donald Hunter Nov. 8, 2024, 12:38 p.m. UTC
Revert patch 1bf70e6c3a53 which modified check_ntf() and instead add a
new poll_ntf() with async notification semantics.

See patch 2 for the description.

Donald Hunter (2):
  Revert "tools/net/ynl: improve async notification handling"
  tools/net/ynl: add async notification handling

 tools/net/ynl/cli.py     | 16 +++++----------
 tools/net/ynl/lib/ynl.py | 43 +++++++++++++++++++++++-----------------
 2 files changed, 30 insertions(+), 29 deletions(-)