netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next v3 0/2] tools/net/ynl: rework async notification handling
@ 2024-11-13  9:08 Donald Hunter
  2024-11-13  9:08 ` [PATCH net-next v3 1/2] Revert "tools/net/ynl: improve async notification handling" Donald Hunter
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Donald Hunter @ 2024-11-13  9:08 UTC (permalink / raw)
  To: netdev, Jakub Kicinski, David S. Miller, Eric Dumazet,
	Paolo Abeni, Simon Horman, Xiao Liang, Jiri Pirko
  Cc: donald.hunter, Donald Hunter

Revert patch 1bf70e6c3a53 which modified check_ntf() and instead add a
new poll_ntf() with async notification semantics. See patch 2 for a
detailed description.

v2 -> v3:
 - Simplify timeout logic - thanks Jakub!

v1 -> v2:
 - Use python selector module (select / epoll)
 - Remove interval parameter from poll_ntf()
 - Handle KeyboardInterrupt in cli.py instead of lib code

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

 tools/net/ynl/cli.py     | 20 +++++++-------
 tools/net/ynl/lib/ynl.py | 57 ++++++++++++++++++++++++----------------
 2 files changed, 44 insertions(+), 33 deletions(-)

-- 
2.47.0


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2024-11-15  3:06 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-13  9:08 [PATCH net-next v3 0/2] tools/net/ynl: rework async notification handling Donald Hunter
2024-11-13  9:08 ` [PATCH net-next v3 1/2] Revert "tools/net/ynl: improve async notification handling" Donald Hunter
2024-11-13  9:08 ` [PATCH net-next v3 2/2] tools/net/ynl: add async notification handling Donald Hunter
2024-11-15  3:06 ` [PATCH net-next v3 0/2] tools/net/ynl: rework " Jakub Kicinski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).