All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1] tidbits: net-udp: solicit new client for server mode
@ 2026-05-28 19:44 Hannes Diethelm
  2026-05-28 19:44 ` [PATCH 1/1] " Hannes Diethelm
  2026-05-29  5:29 ` [PATCH 0/1] " Philippe Gerum
  0 siblings, 2 replies; 8+ messages in thread
From: Hannes Diethelm @ 2026-05-28 19:44 UTC (permalink / raw)
  To: xenomai, rpm; +Cc: Hannes Diethelm

As discussed in [PATCH] tidbits: net-udp: add server and client mode, 
evl_net_solicit() is also needed for each client in server mode.

I went for option 2, it is not to lazy and I did not find any way to
ask evl if an ARP is already done.

While testing, I also discovered that EINPROGRESS can appear after some
time. I think this is due the kernel garbage-collects the ARP entry.

With this patch, this issue is also gone.

Hannes Diethelm (1):
  tidbits: net-udp: solicit new client for server mode

 tidbits/oob-net-udp.c | 58 +++++++++++++++++++++++++++++++++++++------
 1 file changed, 50 insertions(+), 8 deletions(-)

-- 
2.47.3


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

end of thread, other threads:[~2026-06-20 17:28 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-05-28 19:44 [PATCH 0/1] tidbits: net-udp: solicit new client for server mode Hannes Diethelm
2026-05-28 19:44 ` [PATCH 1/1] " Hannes Diethelm
2026-06-01  8:29   ` Philippe Gerum
2026-06-01  9:10     ` Philippe Gerum
2026-06-01 20:02       ` Hannes Diethelm
2026-06-20 17:28         ` Philippe Gerum
2026-06-01 19:33     ` [PATCH v2] " Hannes Diethelm
2026-05-29  5:29 ` [PATCH 0/1] " Philippe Gerum

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.