netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next v2 0/2] tools/net/ynl: rework async notification handling
@ 2024-11-12 11:17 Donald Hunter
  2024-11-12 11:17 ` [PATCH net-next v2 1/2] Revert "tools/net/ynl: improve async notification handling" Donald Hunter
  2024-11-12 11:17 ` [PATCH net-next v2 2/2] tools/net/ynl: add async notification handling Donald Hunter
  0 siblings, 2 replies; 5+ messages in thread
From: Donald Hunter @ 2024-11-12 11:17 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.

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 | 59 +++++++++++++++++++++++++---------------
 2 files changed, 46 insertions(+), 33 deletions(-)

-- 
2.47.0


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

end of thread, other threads:[~2024-11-13  8:48 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-12 11:17 [PATCH net-next v2 0/2] tools/net/ynl: rework async notification handling Donald Hunter
2024-11-12 11:17 ` [PATCH net-next v2 1/2] Revert "tools/net/ynl: improve async notification handling" Donald Hunter
2024-11-12 11:17 ` [PATCH net-next v2 2/2] tools/net/ynl: add async notification handling Donald Hunter
2024-11-13  1:38   ` Jakub Kicinski
2024-11-13  8:48     ` Donald Hunter

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).