[PATCH v1] score:fix smp priority affinity scheduler yeild problem

2022-05-11 Thread tianye
From: Tian Ye --- .../rtems/score/schedulerpriorityaffinitysmp.h | 7 ++- .../score/src/schedulerpriorityaffinitysmp.c | 18 ++ 2 files changed, 24 insertions(+), 1 deletion(-) diff --git a/cpukit/include/rtems/score/schedulerpriorityaffinitysmp.h b/cpukit/include/rtems/

Re: [PATCH 0/8] tcpdump: Fix dumping to file and reading from file

2022-05-11 Thread Chris Johns
OK and thanks. The destructor is a nice addition. I still think running tcpdump on rtems is fun to watch apart from being useful when things do not work. Chris On 11/5/2022 4:56 pm, Sebastian Huber wrote: > This patch is for the 5-freebsd-12, 6-freebsd-12, and master branches of > libbsd. > > S

Re: [PATCH 3/8] tcpdump: Make loop monitor cooperative

2022-05-11 Thread Sebastian Huber
On 11/05/2022 16:56, Joel Sherrill wrote: Should these be inside an ifdef rtems conditional? Isn't this code originally from FreeBSD? This code is not from FreeBSD. -- embedded brains GmbH Herr Sebastian HUBER Dornierstr. 4 82178 Puchheim Germany email: sebastian.hu...@embedded-brains.de phone

Re: [PATCH 3/8] tcpdump: Make loop monitor cooperative

2022-05-11 Thread Joel Sherrill
Should these be inside an ifdef rtems conditional? Isn't this code originally from FreeBSD? --joel On Wed, May 11, 2022 at 1:56 AM Sebastian Huber < sebastian.hu...@embedded-brains.de> wrote: > This helps a bit if the fgetc() is non-blocking. > > Update #4650. > --- > freebsd/contrib/tcpdump/tc

Re: AW: [PATCH v3 00/11] ENABLE PPS API in RTEMS6

2022-05-11 Thread Sebastian Huber
On 11/05/2022 13:53, gabriel.moy...@dlr.de wrote: Is there any feedback for improvement? Or are these commits ready to be pushed? Sorry for the delay, but I was busy with other things in the last days. I will have a look at the patch set in the next days. In general, it looks good. -- embed

AW: [PATCH v3 00/11] ENABLE PPS API in RTEMS6

2022-05-11 Thread Gabriel.Moyano
> This is the 3rd version of the patches for enabling the PPS API in RTEMS6. > It contains the changes suggested by Sebastian from yesterday (03/05/2022). > > Gabriel Moyano (11): > kern_ntptime.c: Disable freebsd features > kern_ntptime.c: Add lmax() qmin() definitions > kern_tc.c: Add atom