Re: [PATCH] eng: Add performance specification items

2020-11-25 Thread Sebastian Huber
Hello, On 14/11/2020 12:59, Sebastian Huber wrote: On 13/11/2020 20:03, Gedare Bloom wrote: +Generic Non-Functional Requirement Item Type + + +This type refines the following types: + +* :ref:`SpecTypeNonFunctionalRequirementItemType` though the thr

[PATCH] tester: Report fatal-error test states as failures

2020-11-25 Thread Kinsey Moore
Tests resulting in the fatal-error state are counted as failures, but are not currently reported in the text summary. This has already been fixed for JSON output. --- tester/rt/report.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tester/rt/report.py b/tester/rt/report.py index be8df74..0e

Re: [PATCH] eng: Add performance specification items

2020-11-25 Thread Gedare Bloom
On Wed, Nov 25, 2020 at 7:38 AM Sebastian Huber < sebastian.hu...@embedded-brains.de> wrote: > Hello, > > On 14/11/2020 12:59, Sebastian Huber wrote: > > On 13/11/2020 20:03, Gedare Bloom wrote: > > > >>> +Generic Non-Functional Requirement Item Type > >>> +

Re: [PATCH v3] c-user: CONFIGURE_INIT_TASK_CONSTRUCT_STORAGE_SIZE

2020-11-25 Thread Gedare Bloom
On Wed, Nov 25, 2020 at 12:14 AM Sebastian Huber < sebastian.hu...@embedded-brains.de> wrote: > Document new configuration option > CONFIGURE_INIT_TASK_CONSTRUCT_STORAGE_SIZE. > > Close #4181. > --- > c-user/config/classic-init-task.rst | 67 - > 1 file changed, 66 ins

Re: [PATCH 2/4] score: Return a status in _Objects_Set_name()

2020-11-25 Thread Gedare Bloom
Should rtems_object_set_name() propagate the memory error condition also? On Tue, Nov 24, 2020 at 5:52 AM Sebastian Huber < sebastian.hu...@embedded-brains.de> wrote: > --- > cpukit/include/rtems/score/objectimpl.h | 14 -- > cpukit/score/src/objectsetname.c| 6 +++--- > tes

Re: [PATCH 3/4] rtems: Fix rtems_object_set_name()

2020-11-25 Thread Gedare Bloom
nvm... On Tue, Nov 24, 2020 at 5:52 AM Sebastian Huber < sebastian.hu...@embedded-brains.de> wrote: > Return RTEMS_NO_MEMORY if there is not memory available to duplicate the > name. > --- > cpukit/rtems/src/rtemsobjectsetname.c | 5 +++-- > 1 file changed, 3 insertions(+), 2 deletions(-) > > di

Re: [PATCH 4/4] score: Free old name in _Objects_Set_name()

2020-11-25 Thread Gedare Bloom
These 4 patches look good to me On Tue, Nov 24, 2020 at 5:52 AM Sebastian Huber < sebastian.hu...@embedded-brains.de> wrote: > This is the behaviour document in the RTEMS Classic API Guide. > --- > cpukit/score/src/objectsetname.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/cpukit/s

Re: [PATCH v2] rtems: Delete rtems_object_id_api_maximum_class()

2020-11-25 Thread Gedare Bloom
Analysis looks fine to me, Joel you alright with that? I assume the doc patch will come with generation of the api? On Tue, Nov 24, 2020 at 5:50 AM Sebastian Huber < sebastian.hu...@embedded-brains.de> wrote: > This directive has no implementation. It is documented in the RTEMS > Classic API Gu

[PATCH v4] c-user: CONFIGURE_INIT_TASK_CONSTRUCT_STORAGE_SIZE

2020-11-25 Thread Sebastian Huber
Document new configuration option CONFIGURE_INIT_TASK_CONSTRUCT_STORAGE_SIZE. Close #4181. --- v4: * Clarify default value. * Remove comma. c-user/config/classic-init-task.rst | 69 - 1 file changed, 68 insertions(+), 1 deletion(-) diff --git a/c-user/config/classi

Re: [PATCH] c-user: Generate Object Services documentation

2020-11-25 Thread Gedare Bloom
The problem with reading my email top-to-bottom... Sometimes I miss context. (The problem of reading bottom-to-top, sometimes I miss context.) I see this patch fixes up the rtems_object_id_api_maximum. Since this API was never functional, I suppose it is acceptable to drop it directly. Does a note

Re: [PATCH] c-user: Generate Object Services documentation

2020-11-25 Thread Sebastian Huber
On 25/11/2020 18:45, Gedare Bloom wrote: I usually like to see the generated documentation for review. Sorry, I forgot to add a link: https://ftp.rtems.org/pub/rtems/people/sebh/c-user.pdf I can't upload the Doxygen due to a full disk. -- embedded brains GmbH Herr Sebastian HUBER Dornierstr

Re: Proposal for hardware configuration dependent performance limits

2020-11-25 Thread Chris Johns
On 23/11/20 8:14 pm, Sebastian Huber wrote: > On 22/11/2020 22:45, Chris Johns wrote: > >>> My point is that we need a key reported by the BSP and then some >>> performance >>> limits which can be found by arch/bsp/key to check if there are >>> performance >>> regressions. >>

Re: waf examples: how to modify linker flags/how to process generated exe.

2020-11-25 Thread Chris Johns
On 24/11/20 6:03 pm, Sebastian Huber wrote: > a post-link step (for example a transformation of the ELF file into a boot > loader image) is currently not supported by the new build system. For this the > idea is to let the BSP optionally provide a "post-link" command line tool (a > shell script for

Re: [PATCH] tester: Report fatal-error test states as failures

2020-11-25 Thread Chris Johns
On 26/11/20 1:55 am, Kinsey Moore wrote: > Tests resulting in the fatal-error state are counted as failures, but > are not currently reported in the text summary. This has already been > fixed for JSON output. OK to push. Thanks Chris ___ devel mailing

[PATCH] rtems: Remove unused barriermp.h

2020-11-25 Thread Sebastian Huber
--- cpukit/rtems/include/rtems/rtems/barriermp.h | 127 --- 1 file changed, 127 deletions(-) delete mode 100644 cpukit/rtems/include/rtems/rtems/barriermp.h diff --git a/cpukit/rtems/include/rtems/rtems/barriermp.h b/cpukit/rtems/include/rtems/rtems/barriermp.h deleted file mode