Re: [PATCH v2 5/5] libtest: Add packet processor

2024-02-01 Thread Chris Johns
Hi, Thanks for the updated documentation, protocol and use cases. It has helped. Now I understand some of the context I have raised further questions about it I feel we should resolve. Without a protocol version number being exchanged it limits how we can grow and develop this protocol beyond

Re: [PATCH rtems-source-builder 2/2] qemu: Update CFLAGS and LDFLAGS overrides

2024-02-01 Thread Chris Johns
OK to push Chris On 31/1/2024 8:37 am, Kinsey Moore wrote: > QEMU used to honor LDFLAGS and CFLAGS and has since moved to accepting > them via --extra-cflags and --extra-ldflags options to configure. > --- > source-builder/config/qemu-common-2.cfg | 4 ++-- > 1 file changed, 2 insertions(+), 2

Re: [PATCH rtems-source-builder 1/2] source-builder: Handle modern pkg-config symlinks

2024-02-01 Thread Chris Johns
On 31/1/2024 8:36 am, Kinsey Moore wrote: > Modern versions of pkg-config include new architecture-specific symlinks > that are sometimes checked before "pkg-config". Oh that is a shame they have done this. Seems messy to me. > This causes builds to > detect the system pkg-config instead of the

Re: [PATCH libbsd] freebsd/sys/dev/e1000: Fix long timeout

2024-02-01 Thread Peter Dufault
This is for 6-freebsd-12. How is that specified? I don't see [PATCH libbsd-6-freebsd-12] etc. > On Feb 1, 2024, at 6:00 AM, dufa...@hda.com wrote: > > From: Peter Dufault > > - safe_pause_us() and safe_pause_ms() depend on the clock tick. Use DELAY(). > --- >

[PATCH libbsd] freebsd/sys/dev/e1000: Fix long timeout

2024-02-01 Thread dufault
From: Peter Dufault - safe_pause_us() and safe_pause_ms() depend on the clock tick. Use DELAY(). --- freebsd/sys/dev/e1000/e1000_osdep.h | 12 1 file changed, 12 insertions(+) diff --git a/freebsd/sys/dev/e1000/e1000_osdep.h b/freebsd/sys/dev/e1000/e1000_osdep.h index