Re: [PATCH 7/8] rtems: Remove Message_queue_Control::attribute_set

2020-09-25 Thread Gedare Bloom
On Fri, Sep 25, 2020 at 10:21 AM Sebastian Huber wrote: > > On 25/09/2020 17:42, Joel Sherrill wrote: > > > diff --git a/cpukit/libmisc/monitor/mon-queue.c > > b/cpukit/libmisc/monitor/mon-queue.c > > index 9430797c6c..aadfcd3989 100644 > > --- a/cpukit/libmisc/monitor/mon-queue.c

Re: [PATCH 7/8] rtems: Remove Message_queue_Control::attribute_set

2020-09-25 Thread Sebastian Huber
On 25/09/2020 17:42, Joel Sherrill wrote: diff --git a/cpukit/libmisc/monitor/mon-queue.c b/cpukit/libmisc/monitor/mon-queue.c index 9430797c6c..aadfcd3989 100644 --- a/cpukit/libmisc/monitor/mon-queue.c +++ b/cpukit/libmisc/monitor/mon-queue.c @@ -16,7 +16,21 @@ rtems_mo

Re: [PATCH 7/8] rtems: Remove Message_queue_Control::attribute_set

2020-09-25 Thread Joel Sherrill
On Thu, Sep 24, 2020 at 7:13 AM Sebastian Huber < sebastian.hu...@embedded-brains.de> wrote: > Add Message_queue_Control::is_global if RTEMS_MULTIPROCESSING is defined. > This > reduces the Message_queue_Control size in standard RTEMS configurations. > > Update #4007. > --- > cpukit/include/rtems

Re: [PATCH 7/8] rtems: Remove Message_queue_Control::attribute_set

2020-09-25 Thread Sebastian Huber
On 25/09/2020 17:00, Gedare Bloom wrote: On Thu, Sep 24, 2020 at 10:35 PM Sebastian Huber wrote: On 24/09/2020 18:45, Gedare Bloom wrote: There should be an mptest added for global mq This should be already covered by tests mp09 .. mp13. I wasn't clear. Should we test global mq with this

Re: [PATCH 7/8] rtems: Remove Message_queue_Control::attribute_set

2020-09-25 Thread Gedare Bloom
On Thu, Sep 24, 2020 at 10:35 PM Sebastian Huber wrote: > > On 24/09/2020 18:45, Gedare Bloom wrote: > > > There should be an mptest added for global mq > This should be already covered by tests mp09 .. mp13. I wasn't clear. Should we test global mq with this 'construct' feature also? ___

Re: [PATCH 7/8] rtems: Remove Message_queue_Control::attribute_set

2020-09-24 Thread Sebastian Huber
On 24/09/2020 18:45, Gedare Bloom wrote: There should be an mptest added for global mq This should be already covered by tests mp09 .. mp13. ___ devel mailing list devel@rtems.org http://lists.rtems.org/mailman/listinfo/devel

Re: [PATCH 7/8] rtems: Remove Message_queue_Control::attribute_set

2020-09-24 Thread Gedare Bloom
There should be an mptest added for global mq On Thu, Sep 24, 2020 at 6:13 AM Sebastian Huber wrote: > > Add Message_queue_Control::is_global if RTEMS_MULTIPROCESSING is defined. > This > reduces the Message_queue_Control size in standard RTEMS configurations. > > Update #4007. > --- > cpukit/

[PATCH 7/8] rtems: Remove Message_queue_Control::attribute_set

2020-09-24 Thread Sebastian Huber
Add Message_queue_Control::is_global if RTEMS_MULTIPROCESSING is defined. This reduces the Message_queue_Control size in standard RTEMS configurations. Update #4007. --- cpukit/include/rtems/rtems/messagedata.h | 6 -- cpukit/libmisc/monitor/mon-queue.c | 16 +++- cpukit/r