Re: Concurrency Kit and Epoch Based Reclamation

2018-09-03 Thread Sebastian Huber
On 03/09/18 11:35, Sebastian Huber wrote: Hello, I have now a prototype implementation of the FreeBSD epoch memory reclamation API: https://github.com/freebsd/freebsd/blob/master/share/man/man9/epoch.9 I think it would be a nice feature for RTEMS SMP in general. One option would be to integ

Re: rtems-bsp-builder .ini file syntax question (for epiphany)

2018-09-03 Thread Chris Johns
On 20/7/18 1:55 am, Joel Sherrill wrote: > Epiphany can't build any network services. The GCC gives > an Internal Compiler Error. On top of that, I recall the > epiphany is too small to really run one of our network > stacks anyway. > > in rtems-bsps-ephipany.ini, I wanted to change > > exclude =

Re: Aligned operations mismatch

2018-09-03 Thread Joel Sherrill
On Mon, Sep 3, 2018, 6:13 PM Chris Johns wrote: > On 24/8/18 4:32 am, Mikhail Svetkin wrote: > > Yes, I use the legacy network stack (I did not know it is legacy, Do you > have > > any plans to remove it from source?). > > There are no concrete plans however Joel and I have discussed moving the >

Re: Aligned operations mismatch

2018-09-03 Thread Chris Johns
On 24/8/18 4:32 am, Mikhail Svetkin wrote: > Yes, I use the legacy network stack (I did not know it is legacy, Do you have > any plans to remove it from source?). There are no concrete plans however Joel and I have discussed moving the legacy stack to a separate repo to provide long term support.

Re: make install error

2018-09-03 Thread Chris Johns
On 1/9/18 10:55 am, RINKU DHRUVA wrote: > after building /bootstrap rtems for pi board. > unable to run make install. it shows error 1. recursive error. please guide. This list is for development of RTEMS, the us...@rtems.org is for using RTEMS. I suggest you head over to that list and post your

Re: Proposal for procedure for architecture/BSP removal

2018-09-03 Thread Sebastian Huber
On 03/09/18 14:07, Gedare Bloom wrote: On Mon, Sep 3, 2018 at 8:06 AM, Gedare Bloom wrote: On Thu, Aug 23, 2018 at 9:50 PM, Chris Johns wrote: On 24/08/2018 03:51, Sebastian Huber wrote: I would like to propose a procedure for architecture/BSP removal since I think the RTEMS master carries

Re: Proposal for procedure for architecture/BSP removal

2018-09-03 Thread Gedare Bloom
On Mon, Sep 3, 2018 at 8:06 AM, Gedare Bloom wrote: > On Thu, Aug 23, 2018 at 9:50 PM, Chris Johns wrote: >> On 24/08/2018 03:51, Sebastian Huber wrote: >>> I would like to propose a procedure for architecture/BSP removal since I >>> think the RTEMS master carries to much historic ballast around

Re: Proposal for procedure for architecture/BSP removal

2018-09-03 Thread Gedare Bloom
On Thu, Aug 23, 2018 at 9:50 PM, Chris Johns wrote: > On 24/08/2018 03:51, Sebastian Huber wrote: >> I would like to propose a procedure for architecture/BSP removal since I >> think the RTEMS master carries to much historic ballast around with no >> active user base. > > For example? We have a

Re: Concurrency Kit and Epoch Based Reclamation

2018-09-03 Thread Sebastian Huber
On 03/09/18 13:50, Gedare Bloom wrote: On Mon, Sep 3, 2018 at 5:35 AM, Sebastian Huber wrote: Hello, I have now a prototype implementation of the FreeBSD epoch memory reclamation API: https://github.com/freebsd/freebsd/blob/master/share/man/man9/epoch.9 I think it would be a nice feature fo

Re: Concurrency Kit and Epoch Based Reclamation

2018-09-03 Thread Gedare Bloom
On Mon, Sep 3, 2018 at 5:35 AM, Sebastian Huber wrote: > Hello, > > I have now a prototype implementation of the FreeBSD epoch memory > reclamation API: > > https://github.com/freebsd/freebsd/blob/master/share/man/man9/epoch.9 > > I think it would be a nice feature for RTEMS SMP in general. One op

Concurrency Kit and Epoch Based Reclamation

2018-09-03 Thread Sebastian Huber
Hello, I have now a prototype implementation of the FreeBSD epoch memory reclamation API: https://github.com/freebsd/freebsd/blob/master/share/man/man9/epoch.9 I think it would be a nice feature for RTEMS SMP in general. One option would be to integrate it in RTEMS instead of libbsd. This wo