Re: [PATCH rtems-lwip] lwip: Split sources into origin directories

2022-06-02 Thread Vijay Kumar Banerjee
Hi Pavel, On Thu, Jun 2, 2022 at 12:09 AM Pavel Pisa wrote: > > Dear Vijay, > > On Thursday 02 of June 2022 05:56:56 Vijay Kumar Banerjee wrote: > > I have pushed this patch and I would like to add a note regarding that. > > thanks for the work and time. > No problem. I hope we can soon promote t

Re: [PATCH rtems-lwip] lwip: Split sources into origin directories

2022-06-01 Thread Pavel Pisa
Dear Vijay, On Thursday 02 of June 2022 05:56:56 Vijay Kumar Banerjee wrote: > I have pushed this patch and I would like to add a note regarding that. thanks for the work and time. > This patch started interesting discussions about the possible ways to > organize code from multiple sources. Pave

Re: [PATCH rtems-lwip] lwip: Split sources into origin directories

2022-06-01 Thread Vijay Kumar Banerjee
Hello everyone, I have pushed this patch and I would like to add a note regarding that. This patch started interesting discussions about the possible ways to organize code from multiple sources. Pavel also raised an issue with the directory name "uLan". Since the repository is still in a personal

Re: [PATCH rtems-lwip] lwip: Split sources into origin directories

2022-05-31 Thread Vijay Kumar Banerjee
On Tue, May 31, 2022 at 3:13 PM Kinsey Moore wrote: > > On 5/12/2022 16:30, Vijay Kumar Banerjee wrote: > > On Sat, Apr 16, 2022 at 10:48 AM Pavel Pisa wrote: > >> Hello Joel, > >> > >> On Saturday 16 of April 2022 17:26:02 Joel Sherrill wrote: > >>> Ok. Any suggestions for a directory name? :) >

Re: [PATCH rtems-lwip] lwip: Split sources into origin directories

2022-05-31 Thread Kinsey Moore
On 5/12/2022 16:30, Vijay Kumar Banerjee wrote: On Sat, Apr 16, 2022 at 10:48 AM Pavel Pisa wrote: Hello Joel, On Saturday 16 of April 2022 17:26:02 Joel Sherrill wrote: Ok. Any suggestions for a directory name? :) I am not in the full sync and I have lost the tracks where are all RTEMS LwIP

Re: [PATCH rtems-lwip] lwip: Split sources into origin directories

2022-05-12 Thread Vijay Kumar Banerjee
On Sat, Apr 16, 2022 at 10:48 AM Pavel Pisa wrote: > > Hello Joel, > > On Saturday 16 of April 2022 17:26:02 Joel Sherrill wrote: > > On Sat, Apr 16, 2022, 9:54 AM Pavel Pisa wrote: > > > On Thursday 14 of April 2022 22:08:00 Vijay Kumar Banerjee wrote: > > > > rename {lwip => uLan}/ports/os/lwi

Re: [PATCH rtems-lwip] lwip: Split sources into origin directories

2022-04-16 Thread Pavel Pisa
Hello Joel, On Saturday 16 of April 2022 17:26:02 Joel Sherrill wrote: > On Sat, Apr 16, 2022, 9:54 AM Pavel Pisa wrote: > > On Thursday 14 of April 2022 22:08:00 Vijay Kumar Banerjee wrote: > > > rename {lwip => uLan}/ports/os/lwipopts.h (100%) > > > > > > > rename {lwip => uLan}/ports/os/rtem

Re: [PATCH rtems-lwip] lwip: Split sources into origin directories

2022-04-16 Thread Joel Sherrill
On Sat, Apr 16, 2022, 9:54 AM Pavel Pisa wrote: > Hi Vijay and Kinsey, > > I monitor from distance LwIP for RTEMS progress and I am happy > for that and when the code settles and I find a time, > I try to test it with TMS570. But I have notices next moves > > On Thursday 14 of April 2022 22:08:00

Re: [PATCH rtems-lwip] lwip: Split sources into origin directories

2022-04-16 Thread Pavel Pisa
Hi Vijay and Kinsey, I monitor from distance LwIP for RTEMS progress and I am happy for that and when the code settles and I find a time, I try to test it with TMS570. But I have notices next moves On Thursday 14 of April 2022 22:08:00 Vijay Kumar Banerjee wrote: >  rename {lwip => uLan}/ports/os

Re: [PATCH rtems-lwip] lwip: Split sources into origin directories

2022-04-14 Thread Joel Sherrill
I'm ok with it. Just wondering what's left on the list before moving this to a community shared area? :) --joel On Thu, Apr 14, 2022 at 3:08 PM Vijay Kumar Banerjee wrote: > Hi Kinsey, > > Thank you for sorting this out. I will merge it on Monday if no one > objects. > > Best regards, > Vijay >

Re: [PATCH rtems-lwip] lwip: Split sources into origin directories

2022-04-14 Thread Vijay Kumar Banerjee
Hi Kinsey, Thank you for sorting this out. I will merge it on Monday if no one objects. Best regards, Vijay On Thu, Apr 14, 2022 at 11:33 AM Kinsey Moore wrote: > > Moving forward, each origin directory should have its own top-level > COPYING.origin file to describe its license as well as a ORI

[PATCH rtems-lwip] lwip: Split sources into origin directories

2022-04-14 Thread Kinsey Moore
Moving forward, each origin directory should have its own top-level COPYING.origin file to describe its license as well as a ORIGIN.origin file to describe where the code is sourced from. --- COPYING.lwip | 25 ++ COPYING.uLan