Re: [PATCH rtems-docs v3] networking: Rename to legacy networking

2021-03-30 Thread Vijay Kumar Banerjee
On Tue, Mar 30, 2021 at 7:43 AM Gedare Bloom  wrote:
>
> Yes, go ahead with this doco patch.
>
Thanks. Pushed.

> On Mon, Mar 29, 2021 at 7:41 PM Vijay Kumar Banerjee  wrote:
> >
> > On Fri, Mar 26, 2021 at 5:26 PM Joel Sherrill  wrote:
> > >
> > >
> > >
> > > On Fri, Mar 26, 2021, 5:53 PM Vijay Kumar Banerjee  
> > > wrote:
> > >>
> > >> Hi Joel,
> > >>
> > >> On Fri, Mar 26, 2021, 16:46 Joel Sherrill  
> > >> wrote:
> > >>>
> > >>> I thought I said this looked good on the first round.
> > >>
> > >> In this version of the patch I send networking to bottom of the index in 
> > >> coverpage.
> > >
> > >
> > > Sorry. That was a subtle change. Thanks for making it.
> > Ok to push?
> >
> > >>
> > >>
> > >>>
> > >>> My only question was whether you want to update it the minimum to point 
> > >>> to the legacy stack as a separate package. But that should be a follow 
> > >>> up patch.
> > >>
> > >>
> > >> Yes, I'll add a note in the docs about the separate package and how to 
> > >> build it manually and with RSB. I'll send that as a separate patch as 
> > >> you mentioned.
> > >
> > >
> > > Good enough. Thanks to you the legacy network stack is not as dead as it 
> > > could be. Since you did this fantastic piece of work to put it in a 
> > > separate repository, we just want the documentation to reflect that.
> > >>
> > >>
> > >>
> > >> Best regards,
> > >> Vijay
> > >>>
> > >>>
> > >>> --joel
> > >>>
> > >>> On Fri, Mar 26, 2021 at 3:48 PM Vijay Kumar Banerjee  
> > >>> wrote:
> > 
> >  Ping :)
> > 
> > 
> >  On Tue, Mar 23, 2021 at 2:04 PM Vijay Kumar Banerjee  
> >  wrote:
> >  >
> >  > ---
> >  >  book/index_book.rst | 2 +-
> >  >  {networking => legacy-networking}/command.rst   | 0
> >  >  {networking => legacy-networking}/conf.py   | 6 
> >  > +++---
> >  >  {networking => legacy-networking}/dec_21140.rst | 0
> >  >  {networking => legacy-networking}/index.rst | 2 +-
> >  >  {networking => legacy-networking}/network_servers.rst   | 0
> >  >  .../network_task_structure.rst  | 0
> >  >  {networking => legacy-networking}/networking_driver.rst | 0
> >  >  {networking => legacy-networking}/preface.rst   | 0
> >  >  {networking => legacy-networking}/testing_the_driver.rst| 0
> >  >  .../using_networking_rtems_app.rst  | 0
> >  >  {networking => legacy-networking}/wscript   | 0
> >  >  wscript | 4 ++--
> >  >  13 files changed, 7 insertions(+), 7 deletions(-)
> >  >  rename {networking => legacy-networking}/command.rst (100%)
> >  >  rename {networking => legacy-networking}/conf.py (58%)
> >  >  rename {networking => legacy-networking}/dec_21140.rst (100%)
> >  >  rename {networking => legacy-networking}/index.rst (92%)
> >  >  rename {networking => legacy-networking}/network_servers.rst (100%)
> >  >  rename {networking => legacy-networking}/network_task_structure.rst 
> >  > (100%)
> >  >  rename {networking => legacy-networking}/networking_driver.rst 
> >  > (100%)
> >  >  rename {networking => legacy-networking}/preface.rst (100%)
> >  >  rename {networking => legacy-networking}/testing_the_driver.rst 
> >  > (100%)
> >  >  rename {networking => 
> >  > legacy-networking}/using_networking_rtems_app.rst (100%)
> >  >  rename {networking => legacy-networking}/wscript (100%)
> >  >
> >  > diff --git a/book/index_book.rst b/book/index_book.rst
> >  > index 8282006..afe15a1 100644
> >  > --- a/book/index_book.rst
> >  > +++ b/book/index_book.rst
> >  > @@ -23,7 +23,7 @@ Table of Contents
> >  > cpu_supplement/index.rst
> >  > develenv/index.rst
> >  > filesystem/index.rst
> >  > -   networking/index.rst
> >  > porting/index.rst
> >  > posix1003_1/index.rst
> >  > posix_users/index.rst
> >  > +   legacy_networking/index.rst
> >  > diff --git a/networking/command.rst b/legacy-networking/command.rst
> >  > similarity index 100%
> >  > rename from networking/command.rst
> >  > rename to legacy-networking/command.rst
> >  > diff --git a/networking/conf.py b/legacy-networking/conf.py
> >  > similarity index 58%
> >  > rename from networking/conf.py
> >  > rename to legacy-networking/conf.py
> >  > index 1c129bc..98a06b6 100644
> >  > --- a/networking/conf.py
> >  > +++ b/legacy-networking/conf.py
> >  > @@ -3,12 +3,12 @@ sys.path.insert(0, os.path.abspath('../common/'))
> >  >
> >  >  from conf import *
> >  >
> >  > -project = "RTEMS Networking User Manual"
> >  > +project = "RTEMS Legacy Networking User Manual"
> >  >
> >  >  latex_documents = [

Re: [PATCH rtems-docs v3] networking: Rename to legacy networking

2021-03-30 Thread Gedare Bloom
Yes, go ahead with this doco patch.

On Mon, Mar 29, 2021 at 7:41 PM Vijay Kumar Banerjee  wrote:
>
> On Fri, Mar 26, 2021 at 5:26 PM Joel Sherrill  wrote:
> >
> >
> >
> > On Fri, Mar 26, 2021, 5:53 PM Vijay Kumar Banerjee  wrote:
> >>
> >> Hi Joel,
> >>
> >> On Fri, Mar 26, 2021, 16:46 Joel Sherrill  wrote:
> >>>
> >>> I thought I said this looked good on the first round.
> >>
> >> In this version of the patch I send networking to bottom of the index in 
> >> coverpage.
> >
> >
> > Sorry. That was a subtle change. Thanks for making it.
> Ok to push?
>
> >>
> >>
> >>>
> >>> My only question was whether you want to update it the minimum to point 
> >>> to the legacy stack as a separate package. But that should be a follow up 
> >>> patch.
> >>
> >>
> >> Yes, I'll add a note in the docs about the separate package and how to 
> >> build it manually and with RSB. I'll send that as a separate patch as you 
> >> mentioned.
> >
> >
> > Good enough. Thanks to you the legacy network stack is not as dead as it 
> > could be. Since you did this fantastic piece of work to put it in a 
> > separate repository, we just want the documentation to reflect that.
> >>
> >>
> >>
> >> Best regards,
> >> Vijay
> >>>
> >>>
> >>> --joel
> >>>
> >>> On Fri, Mar 26, 2021 at 3:48 PM Vijay Kumar Banerjee  
> >>> wrote:
> 
>  Ping :)
> 
> 
>  On Tue, Mar 23, 2021 at 2:04 PM Vijay Kumar Banerjee  
>  wrote:
>  >
>  > ---
>  >  book/index_book.rst | 2 +-
>  >  {networking => legacy-networking}/command.rst   | 0
>  >  {networking => legacy-networking}/conf.py   | 6 +++---
>  >  {networking => legacy-networking}/dec_21140.rst | 0
>  >  {networking => legacy-networking}/index.rst | 2 +-
>  >  {networking => legacy-networking}/network_servers.rst   | 0
>  >  .../network_task_structure.rst  | 0
>  >  {networking => legacy-networking}/networking_driver.rst | 0
>  >  {networking => legacy-networking}/preface.rst   | 0
>  >  {networking => legacy-networking}/testing_the_driver.rst| 0
>  >  .../using_networking_rtems_app.rst  | 0
>  >  {networking => legacy-networking}/wscript   | 0
>  >  wscript | 4 ++--
>  >  13 files changed, 7 insertions(+), 7 deletions(-)
>  >  rename {networking => legacy-networking}/command.rst (100%)
>  >  rename {networking => legacy-networking}/conf.py (58%)
>  >  rename {networking => legacy-networking}/dec_21140.rst (100%)
>  >  rename {networking => legacy-networking}/index.rst (92%)
>  >  rename {networking => legacy-networking}/network_servers.rst (100%)
>  >  rename {networking => legacy-networking}/network_task_structure.rst 
>  > (100%)
>  >  rename {networking => legacy-networking}/networking_driver.rst (100%)
>  >  rename {networking => legacy-networking}/preface.rst (100%)
>  >  rename {networking => legacy-networking}/testing_the_driver.rst (100%)
>  >  rename {networking => 
>  > legacy-networking}/using_networking_rtems_app.rst (100%)
>  >  rename {networking => legacy-networking}/wscript (100%)
>  >
>  > diff --git a/book/index_book.rst b/book/index_book.rst
>  > index 8282006..afe15a1 100644
>  > --- a/book/index_book.rst
>  > +++ b/book/index_book.rst
>  > @@ -23,7 +23,7 @@ Table of Contents
>  > cpu_supplement/index.rst
>  > develenv/index.rst
>  > filesystem/index.rst
>  > -   networking/index.rst
>  > porting/index.rst
>  > posix1003_1/index.rst
>  > posix_users/index.rst
>  > +   legacy_networking/index.rst
>  > diff --git a/networking/command.rst b/legacy-networking/command.rst
>  > similarity index 100%
>  > rename from networking/command.rst
>  > rename to legacy-networking/command.rst
>  > diff --git a/networking/conf.py b/legacy-networking/conf.py
>  > similarity index 58%
>  > rename from networking/conf.py
>  > rename to legacy-networking/conf.py
>  > index 1c129bc..98a06b6 100644
>  > --- a/networking/conf.py
>  > +++ b/legacy-networking/conf.py
>  > @@ -3,12 +3,12 @@ sys.path.insert(0, os.path.abspath('../common/'))
>  >
>  >  from conf import *
>  >
>  > -project = "RTEMS Networking User Manual"
>  > +project = "RTEMS Legacy Networking User Manual"
>  >
>  >  latex_documents = [
>  >  ('index',
>  > - 'networking.tex',
>  > - u'RTEMS Networking User Manual',
>  > + 'legacy-networking.tex',
>  > + u'RTEMS Legacy Networking User Manual',
>  >   u'RTEMS Documentation Project',
>  >   'manual'),
>  >  ]
>  > diff --git a/networking/dec_21140.rst 

Re: [PATCH rtems-docs v3] networking: Rename to legacy networking

2021-03-29 Thread Vijay Kumar Banerjee
On Fri, Mar 26, 2021 at 5:26 PM Joel Sherrill  wrote:
>
>
>
> On Fri, Mar 26, 2021, 5:53 PM Vijay Kumar Banerjee  wrote:
>>
>> Hi Joel,
>>
>> On Fri, Mar 26, 2021, 16:46 Joel Sherrill  wrote:
>>>
>>> I thought I said this looked good on the first round.
>>
>> In this version of the patch I send networking to bottom of the index in 
>> coverpage.
>
>
> Sorry. That was a subtle change. Thanks for making it.
Ok to push?

>>
>>
>>>
>>> My only question was whether you want to update it the minimum to point to 
>>> the legacy stack as a separate package. But that should be a follow up 
>>> patch.
>>
>>
>> Yes, I'll add a note in the docs about the separate package and how to build 
>> it manually and with RSB. I'll send that as a separate patch as you 
>> mentioned.
>
>
> Good enough. Thanks to you the legacy network stack is not as dead as it 
> could be. Since you did this fantastic piece of work to put it in a separate 
> repository, we just want the documentation to reflect that.
>>
>>
>>
>> Best regards,
>> Vijay
>>>
>>>
>>> --joel
>>>
>>> On Fri, Mar 26, 2021 at 3:48 PM Vijay Kumar Banerjee  
>>> wrote:

 Ping :)


 On Tue, Mar 23, 2021 at 2:04 PM Vijay Kumar Banerjee  
 wrote:
 >
 > ---
 >  book/index_book.rst | 2 +-
 >  {networking => legacy-networking}/command.rst   | 0
 >  {networking => legacy-networking}/conf.py   | 6 +++---
 >  {networking => legacy-networking}/dec_21140.rst | 0
 >  {networking => legacy-networking}/index.rst | 2 +-
 >  {networking => legacy-networking}/network_servers.rst   | 0
 >  .../network_task_structure.rst  | 0
 >  {networking => legacy-networking}/networking_driver.rst | 0
 >  {networking => legacy-networking}/preface.rst   | 0
 >  {networking => legacy-networking}/testing_the_driver.rst| 0
 >  .../using_networking_rtems_app.rst  | 0
 >  {networking => legacy-networking}/wscript   | 0
 >  wscript | 4 ++--
 >  13 files changed, 7 insertions(+), 7 deletions(-)
 >  rename {networking => legacy-networking}/command.rst (100%)
 >  rename {networking => legacy-networking}/conf.py (58%)
 >  rename {networking => legacy-networking}/dec_21140.rst (100%)
 >  rename {networking => legacy-networking}/index.rst (92%)
 >  rename {networking => legacy-networking}/network_servers.rst (100%)
 >  rename {networking => legacy-networking}/network_task_structure.rst 
 > (100%)
 >  rename {networking => legacy-networking}/networking_driver.rst (100%)
 >  rename {networking => legacy-networking}/preface.rst (100%)
 >  rename {networking => legacy-networking}/testing_the_driver.rst (100%)
 >  rename {networking => legacy-networking}/using_networking_rtems_app.rst 
 > (100%)
 >  rename {networking => legacy-networking}/wscript (100%)
 >
 > diff --git a/book/index_book.rst b/book/index_book.rst
 > index 8282006..afe15a1 100644
 > --- a/book/index_book.rst
 > +++ b/book/index_book.rst
 > @@ -23,7 +23,7 @@ Table of Contents
 > cpu_supplement/index.rst
 > develenv/index.rst
 > filesystem/index.rst
 > -   networking/index.rst
 > porting/index.rst
 > posix1003_1/index.rst
 > posix_users/index.rst
 > +   legacy_networking/index.rst
 > diff --git a/networking/command.rst b/legacy-networking/command.rst
 > similarity index 100%
 > rename from networking/command.rst
 > rename to legacy-networking/command.rst
 > diff --git a/networking/conf.py b/legacy-networking/conf.py
 > similarity index 58%
 > rename from networking/conf.py
 > rename to legacy-networking/conf.py
 > index 1c129bc..98a06b6 100644
 > --- a/networking/conf.py
 > +++ b/legacy-networking/conf.py
 > @@ -3,12 +3,12 @@ sys.path.insert(0, os.path.abspath('../common/'))
 >
 >  from conf import *
 >
 > -project = "RTEMS Networking User Manual"
 > +project = "RTEMS Legacy Networking User Manual"
 >
 >  latex_documents = [
 >  ('index',
 > - 'networking.tex',
 > - u'RTEMS Networking User Manual',
 > + 'legacy-networking.tex',
 > + u'RTEMS Legacy Networking User Manual',
 >   u'RTEMS Documentation Project',
 >   'manual'),
 >  ]
 > diff --git a/networking/dec_21140.rst b/legacy-networking/dec_21140.rst
 > similarity index 100%
 > rename from networking/dec_21140.rst
 > rename to legacy-networking/dec_21140.rst
 > diff --git a/networking/index.rst b/legacy-networking/index.rst
 > similarity index 92%
 > rename from networking/index.rst
 > rename to legacy-networking/index.rst
 > index f56a60d..b85119d 

Re: [PATCH rtems-docs v3] networking: Rename to legacy networking

2021-03-26 Thread Vijay Kumar Banerjee
On Fri, Mar 26, 2021, 17:26 Joel Sherrill  wrote:

>
>
> On Fri, Mar 26, 2021, 5:53 PM Vijay Kumar Banerjee 
> wrote:
>
>> Hi Joel,
>>
>> On Fri, Mar 26, 2021, 16:46 Joel Sherrill 
>> wrote:
>>
>>> I thought I said this looked good on the first round.
>>>
>> In this version of the patch I send networking to bottom of the index in
>> coverpage.
>>
>
> Sorry. That was a subtle change. Thanks for making it.
>
>>
>>
>>> My only question was whether you want to update it the minimum to point
>>> to the legacy stack as a separate package. But that should be a follow up
>>> patch.
>>>
>>
>> Yes, I'll add a note in the docs about the separate package and how to
>> build it manually and with RSB. I'll send that as a separate patch as you
>> mentioned.
>>
>
> Good enough. Thanks to you the legacy network stack is not as dead as it
> could be. Since you did this fantastic piece of work to put it in a
> separate repository, we just want the documentation to reflect that.
>

Thank! I will add the documentation soon. :)

Best regards,
Vijay

>
>>
>> Best regards,
>> Vijay
>>
>>>
>>> --joel
>>>
>>> On Fri, Mar 26, 2021 at 3:48 PM Vijay Kumar Banerjee 
>>> wrote:
>>>
 Ping :)


 On Tue, Mar 23, 2021 at 2:04 PM Vijay Kumar Banerjee 
 wrote:
 >
 > ---
 >  book/index_book.rst | 2 +-
 >  {networking => legacy-networking}/command.rst   | 0
 >  {networking => legacy-networking}/conf.py   | 6
 +++---
 >  {networking => legacy-networking}/dec_21140.rst | 0
 >  {networking => legacy-networking}/index.rst | 2 +-
 >  {networking => legacy-networking}/network_servers.rst   | 0
 >  .../network_task_structure.rst  | 0
 >  {networking => legacy-networking}/networking_driver.rst | 0
 >  {networking => legacy-networking}/preface.rst   | 0
 >  {networking => legacy-networking}/testing_the_driver.rst| 0
 >  .../using_networking_rtems_app.rst  | 0
 >  {networking => legacy-networking}/wscript   | 0
 >  wscript | 4 ++--
 >  13 files changed, 7 insertions(+), 7 deletions(-)
 >  rename {networking => legacy-networking}/command.rst (100%)
 >  rename {networking => legacy-networking}/conf.py (58%)
 >  rename {networking => legacy-networking}/dec_21140.rst (100%)
 >  rename {networking => legacy-networking}/index.rst (92%)
 >  rename {networking => legacy-networking}/network_servers.rst (100%)
 >  rename {networking => legacy-networking}/network_task_structure.rst
 (100%)
 >  rename {networking => legacy-networking}/networking_driver.rst (100%)
 >  rename {networking => legacy-networking}/preface.rst (100%)
 >  rename {networking => legacy-networking}/testing_the_driver.rst
 (100%)
 >  rename {networking =>
 legacy-networking}/using_networking_rtems_app.rst (100%)
 >  rename {networking => legacy-networking}/wscript (100%)
 >
 > diff --git a/book/index_book.rst b/book/index_book.rst
 > index 8282006..afe15a1 100644
 > --- a/book/index_book.rst
 > +++ b/book/index_book.rst
 > @@ -23,7 +23,7 @@ Table of Contents
 > cpu_supplement/index.rst
 > develenv/index.rst
 > filesystem/index.rst
 > -   networking/index.rst
 > porting/index.rst
 > posix1003_1/index.rst
 > posix_users/index.rst
 > +   legacy_networking/index.rst
 > diff --git a/networking/command.rst b/legacy-networking/command.rst
 > similarity index 100%
 > rename from networking/command.rst
 > rename to legacy-networking/command.rst
 > diff --git a/networking/conf.py b/legacy-networking/conf.py
 > similarity index 58%
 > rename from networking/conf.py
 > rename to legacy-networking/conf.py
 > index 1c129bc..98a06b6 100644
 > --- a/networking/conf.py
 > +++ b/legacy-networking/conf.py
 > @@ -3,12 +3,12 @@ sys.path.insert(0, os.path.abspath('../common/'))
 >
 >  from conf import *
 >
 > -project = "RTEMS Networking User Manual"
 > +project = "RTEMS Legacy Networking User Manual"
 >
 >  latex_documents = [
 >  ('index',
 > - 'networking.tex',
 > - u'RTEMS Networking User Manual',
 > + 'legacy-networking.tex',
 > + u'RTEMS Legacy Networking User Manual',
 >   u'RTEMS Documentation Project',
 >   'manual'),
 >  ]
 > diff --git a/networking/dec_21140.rst
 b/legacy-networking/dec_21140.rst
 > similarity index 100%
 > rename from networking/dec_21140.rst
 > rename to legacy-networking/dec_21140.rst
 > diff --git a/networking/index.rst b/legacy-networking/index.rst
 > similarity index 92%
 > rename from networking/index.rst
 > rename to 

Re: [PATCH rtems-docs v3] networking: Rename to legacy networking

2021-03-26 Thread Joel Sherrill
On Fri, Mar 26, 2021, 5:53 PM Vijay Kumar Banerjee  wrote:

> Hi Joel,
>
> On Fri, Mar 26, 2021, 16:46 Joel Sherrill  wrote:
>
>> I thought I said this looked good on the first round.
>>
> In this version of the patch I send networking to bottom of the index in
> coverpage.
>

Sorry. That was a subtle change. Thanks for making it.

>
>
>> My only question was whether you want to update it the minimum to point
>> to the legacy stack as a separate package. But that should be a follow up
>> patch.
>>
>
> Yes, I'll add a note in the docs about the separate package and how to
> build it manually and with RSB. I'll send that as a separate patch as you
> mentioned.
>

Good enough. Thanks to you the legacy network stack is not as dead as it
could be. Since you did this fantastic piece of work to put it in a
separate repository, we just want the documentation to reflect that.

>
>
> Best regards,
> Vijay
>
>>
>> --joel
>>
>> On Fri, Mar 26, 2021 at 3:48 PM Vijay Kumar Banerjee 
>> wrote:
>>
>>> Ping :)
>>>
>>>
>>> On Tue, Mar 23, 2021 at 2:04 PM Vijay Kumar Banerjee 
>>> wrote:
>>> >
>>> > ---
>>> >  book/index_book.rst | 2 +-
>>> >  {networking => legacy-networking}/command.rst   | 0
>>> >  {networking => legacy-networking}/conf.py   | 6 +++---
>>> >  {networking => legacy-networking}/dec_21140.rst | 0
>>> >  {networking => legacy-networking}/index.rst | 2 +-
>>> >  {networking => legacy-networking}/network_servers.rst   | 0
>>> >  .../network_task_structure.rst  | 0
>>> >  {networking => legacy-networking}/networking_driver.rst | 0
>>> >  {networking => legacy-networking}/preface.rst   | 0
>>> >  {networking => legacy-networking}/testing_the_driver.rst| 0
>>> >  .../using_networking_rtems_app.rst  | 0
>>> >  {networking => legacy-networking}/wscript   | 0
>>> >  wscript | 4 ++--
>>> >  13 files changed, 7 insertions(+), 7 deletions(-)
>>> >  rename {networking => legacy-networking}/command.rst (100%)
>>> >  rename {networking => legacy-networking}/conf.py (58%)
>>> >  rename {networking => legacy-networking}/dec_21140.rst (100%)
>>> >  rename {networking => legacy-networking}/index.rst (92%)
>>> >  rename {networking => legacy-networking}/network_servers.rst (100%)
>>> >  rename {networking => legacy-networking}/network_task_structure.rst
>>> (100%)
>>> >  rename {networking => legacy-networking}/networking_driver.rst (100%)
>>> >  rename {networking => legacy-networking}/preface.rst (100%)
>>> >  rename {networking => legacy-networking}/testing_the_driver.rst (100%)
>>> >  rename {networking =>
>>> legacy-networking}/using_networking_rtems_app.rst (100%)
>>> >  rename {networking => legacy-networking}/wscript (100%)
>>> >
>>> > diff --git a/book/index_book.rst b/book/index_book.rst
>>> > index 8282006..afe15a1 100644
>>> > --- a/book/index_book.rst
>>> > +++ b/book/index_book.rst
>>> > @@ -23,7 +23,7 @@ Table of Contents
>>> > cpu_supplement/index.rst
>>> > develenv/index.rst
>>> > filesystem/index.rst
>>> > -   networking/index.rst
>>> > porting/index.rst
>>> > posix1003_1/index.rst
>>> > posix_users/index.rst
>>> > +   legacy_networking/index.rst
>>> > diff --git a/networking/command.rst b/legacy-networking/command.rst
>>> > similarity index 100%
>>> > rename from networking/command.rst
>>> > rename to legacy-networking/command.rst
>>> > diff --git a/networking/conf.py b/legacy-networking/conf.py
>>> > similarity index 58%
>>> > rename from networking/conf.py
>>> > rename to legacy-networking/conf.py
>>> > index 1c129bc..98a06b6 100644
>>> > --- a/networking/conf.py
>>> > +++ b/legacy-networking/conf.py
>>> > @@ -3,12 +3,12 @@ sys.path.insert(0, os.path.abspath('../common/'))
>>> >
>>> >  from conf import *
>>> >
>>> > -project = "RTEMS Networking User Manual"
>>> > +project = "RTEMS Legacy Networking User Manual"
>>> >
>>> >  latex_documents = [
>>> >  ('index',
>>> > - 'networking.tex',
>>> > - u'RTEMS Networking User Manual',
>>> > + 'legacy-networking.tex',
>>> > + u'RTEMS Legacy Networking User Manual',
>>> >   u'RTEMS Documentation Project',
>>> >   'manual'),
>>> >  ]
>>> > diff --git a/networking/dec_21140.rst b/legacy-networking/dec_21140.rst
>>> > similarity index 100%
>>> > rename from networking/dec_21140.rst
>>> > rename to legacy-networking/dec_21140.rst
>>> > diff --git a/networking/index.rst b/legacy-networking/index.rst
>>> > similarity index 92%
>>> > rename from networking/index.rst
>>> > rename to legacy-networking/index.rst
>>> > index f56a60d..b85119d 100644
>>> > --- a/networking/index.rst
>>> > +++ b/legacy-networking/index.rst
>>> > @@ -5,7 +5,7 @@
>>> >  .. highlight:: c
>>> >
>>> >  ==
>>> > -RTEMS Network User Manual 

Re: [PATCH rtems-docs v3] networking: Rename to legacy networking

2021-03-26 Thread Vijay Kumar Banerjee
Hi Joel,

On Fri, Mar 26, 2021, 16:46 Joel Sherrill  wrote:

> I thought I said this looked good on the first round.
>
In this version of the patch I send networking to bottom of the index in
coverpage.


> My only question was whether you want to update it the minimum to point to
> the legacy stack as a separate package. But that should be a follow up
> patch.
>

Yes, I'll add a note in the docs about the separate package and how to
build it manually and with RSB. I'll send that as a separate patch as you
mentioned.


Best regards,
Vijay

>
> --joel
>
> On Fri, Mar 26, 2021 at 3:48 PM Vijay Kumar Banerjee 
> wrote:
>
>> Ping :)
>>
>>
>> On Tue, Mar 23, 2021 at 2:04 PM Vijay Kumar Banerjee 
>> wrote:
>> >
>> > ---
>> >  book/index_book.rst | 2 +-
>> >  {networking => legacy-networking}/command.rst   | 0
>> >  {networking => legacy-networking}/conf.py   | 6 +++---
>> >  {networking => legacy-networking}/dec_21140.rst | 0
>> >  {networking => legacy-networking}/index.rst | 2 +-
>> >  {networking => legacy-networking}/network_servers.rst   | 0
>> >  .../network_task_structure.rst  | 0
>> >  {networking => legacy-networking}/networking_driver.rst | 0
>> >  {networking => legacy-networking}/preface.rst   | 0
>> >  {networking => legacy-networking}/testing_the_driver.rst| 0
>> >  .../using_networking_rtems_app.rst  | 0
>> >  {networking => legacy-networking}/wscript   | 0
>> >  wscript | 4 ++--
>> >  13 files changed, 7 insertions(+), 7 deletions(-)
>> >  rename {networking => legacy-networking}/command.rst (100%)
>> >  rename {networking => legacy-networking}/conf.py (58%)
>> >  rename {networking => legacy-networking}/dec_21140.rst (100%)
>> >  rename {networking => legacy-networking}/index.rst (92%)
>> >  rename {networking => legacy-networking}/network_servers.rst (100%)
>> >  rename {networking => legacy-networking}/network_task_structure.rst
>> (100%)
>> >  rename {networking => legacy-networking}/networking_driver.rst (100%)
>> >  rename {networking => legacy-networking}/preface.rst (100%)
>> >  rename {networking => legacy-networking}/testing_the_driver.rst (100%)
>> >  rename {networking =>
>> legacy-networking}/using_networking_rtems_app.rst (100%)
>> >  rename {networking => legacy-networking}/wscript (100%)
>> >
>> > diff --git a/book/index_book.rst b/book/index_book.rst
>> > index 8282006..afe15a1 100644
>> > --- a/book/index_book.rst
>> > +++ b/book/index_book.rst
>> > @@ -23,7 +23,7 @@ Table of Contents
>> > cpu_supplement/index.rst
>> > develenv/index.rst
>> > filesystem/index.rst
>> > -   networking/index.rst
>> > porting/index.rst
>> > posix1003_1/index.rst
>> > posix_users/index.rst
>> > +   legacy_networking/index.rst
>> > diff --git a/networking/command.rst b/legacy-networking/command.rst
>> > similarity index 100%
>> > rename from networking/command.rst
>> > rename to legacy-networking/command.rst
>> > diff --git a/networking/conf.py b/legacy-networking/conf.py
>> > similarity index 58%
>> > rename from networking/conf.py
>> > rename to legacy-networking/conf.py
>> > index 1c129bc..98a06b6 100644
>> > --- a/networking/conf.py
>> > +++ b/legacy-networking/conf.py
>> > @@ -3,12 +3,12 @@ sys.path.insert(0, os.path.abspath('../common/'))
>> >
>> >  from conf import *
>> >
>> > -project = "RTEMS Networking User Manual"
>> > +project = "RTEMS Legacy Networking User Manual"
>> >
>> >  latex_documents = [
>> >  ('index',
>> > - 'networking.tex',
>> > - u'RTEMS Networking User Manual',
>> > + 'legacy-networking.tex',
>> > + u'RTEMS Legacy Networking User Manual',
>> >   u'RTEMS Documentation Project',
>> >   'manual'),
>> >  ]
>> > diff --git a/networking/dec_21140.rst b/legacy-networking/dec_21140.rst
>> > similarity index 100%
>> > rename from networking/dec_21140.rst
>> > rename to legacy-networking/dec_21140.rst
>> > diff --git a/networking/index.rst b/legacy-networking/index.rst
>> > similarity index 92%
>> > rename from networking/index.rst
>> > rename to legacy-networking/index.rst
>> > index f56a60d..b85119d 100644
>> > --- a/networking/index.rst
>> > +++ b/legacy-networking/index.rst
>> > @@ -5,7 +5,7 @@
>> >  .. highlight:: c
>> >
>> >  ==
>> > -RTEMS Network User Manual (|version|).
>> > +RTEMS Legacy Network User Manual (|version|).
>> >  ==
>> >
>> >  .. topic:: Copyrights and License
>> > diff --git a/networking/network_servers.rst
>> b/legacy-networking/network_servers.rst
>> > similarity index 100%
>> > rename from networking/network_servers.rst
>> > rename to legacy-networking/network_servers.rst
>> > diff --git a/networking/network_task_structure.rst
>> 

Re: [PATCH rtems-docs v3] networking: Rename to legacy networking

2021-03-26 Thread Joel Sherrill
I thought I said this looked good on the first round.

My only question was whether you want to update it the minimum to point to
the legacy stack as a separate package. But that should be a follow up
patch.

--joel

On Fri, Mar 26, 2021 at 3:48 PM Vijay Kumar Banerjee 
wrote:

> Ping :)
>
>
> On Tue, Mar 23, 2021 at 2:04 PM Vijay Kumar Banerjee 
> wrote:
> >
> > ---
> >  book/index_book.rst | 2 +-
> >  {networking => legacy-networking}/command.rst   | 0
> >  {networking => legacy-networking}/conf.py   | 6 +++---
> >  {networking => legacy-networking}/dec_21140.rst | 0
> >  {networking => legacy-networking}/index.rst | 2 +-
> >  {networking => legacy-networking}/network_servers.rst   | 0
> >  .../network_task_structure.rst  | 0
> >  {networking => legacy-networking}/networking_driver.rst | 0
> >  {networking => legacy-networking}/preface.rst   | 0
> >  {networking => legacy-networking}/testing_the_driver.rst| 0
> >  .../using_networking_rtems_app.rst  | 0
> >  {networking => legacy-networking}/wscript   | 0
> >  wscript | 4 ++--
> >  13 files changed, 7 insertions(+), 7 deletions(-)
> >  rename {networking => legacy-networking}/command.rst (100%)
> >  rename {networking => legacy-networking}/conf.py (58%)
> >  rename {networking => legacy-networking}/dec_21140.rst (100%)
> >  rename {networking => legacy-networking}/index.rst (92%)
> >  rename {networking => legacy-networking}/network_servers.rst (100%)
> >  rename {networking => legacy-networking}/network_task_structure.rst
> (100%)
> >  rename {networking => legacy-networking}/networking_driver.rst (100%)
> >  rename {networking => legacy-networking}/preface.rst (100%)
> >  rename {networking => legacy-networking}/testing_the_driver.rst (100%)
> >  rename {networking => legacy-networking}/using_networking_rtems_app.rst
> (100%)
> >  rename {networking => legacy-networking}/wscript (100%)
> >
> > diff --git a/book/index_book.rst b/book/index_book.rst
> > index 8282006..afe15a1 100644
> > --- a/book/index_book.rst
> > +++ b/book/index_book.rst
> > @@ -23,7 +23,7 @@ Table of Contents
> > cpu_supplement/index.rst
> > develenv/index.rst
> > filesystem/index.rst
> > -   networking/index.rst
> > porting/index.rst
> > posix1003_1/index.rst
> > posix_users/index.rst
> > +   legacy_networking/index.rst
> > diff --git a/networking/command.rst b/legacy-networking/command.rst
> > similarity index 100%
> > rename from networking/command.rst
> > rename to legacy-networking/command.rst
> > diff --git a/networking/conf.py b/legacy-networking/conf.py
> > similarity index 58%
> > rename from networking/conf.py
> > rename to legacy-networking/conf.py
> > index 1c129bc..98a06b6 100644
> > --- a/networking/conf.py
> > +++ b/legacy-networking/conf.py
> > @@ -3,12 +3,12 @@ sys.path.insert(0, os.path.abspath('../common/'))
> >
> >  from conf import *
> >
> > -project = "RTEMS Networking User Manual"
> > +project = "RTEMS Legacy Networking User Manual"
> >
> >  latex_documents = [
> >  ('index',
> > - 'networking.tex',
> > - u'RTEMS Networking User Manual',
> > + 'legacy-networking.tex',
> > + u'RTEMS Legacy Networking User Manual',
> >   u'RTEMS Documentation Project',
> >   'manual'),
> >  ]
> > diff --git a/networking/dec_21140.rst b/legacy-networking/dec_21140.rst
> > similarity index 100%
> > rename from networking/dec_21140.rst
> > rename to legacy-networking/dec_21140.rst
> > diff --git a/networking/index.rst b/legacy-networking/index.rst
> > similarity index 92%
> > rename from networking/index.rst
> > rename to legacy-networking/index.rst
> > index f56a60d..b85119d 100644
> > --- a/networking/index.rst
> > +++ b/legacy-networking/index.rst
> > @@ -5,7 +5,7 @@
> >  .. highlight:: c
> >
> >  ==
> > -RTEMS Network User Manual (|version|).
> > +RTEMS Legacy Network User Manual (|version|).
> >  ==
> >
> >  .. topic:: Copyrights and License
> > diff --git a/networking/network_servers.rst
> b/legacy-networking/network_servers.rst
> > similarity index 100%
> > rename from networking/network_servers.rst
> > rename to legacy-networking/network_servers.rst
> > diff --git a/networking/network_task_structure.rst
> b/legacy-networking/network_task_structure.rst
> > similarity index 100%
> > rename from networking/network_task_structure.rst
> > rename to legacy-networking/network_task_structure.rst
> > diff --git a/networking/networking_driver.rst
> b/legacy-networking/networking_driver.rst
> > similarity index 100%
> > rename from networking/networking_driver.rst
> > rename to legacy-networking/networking_driver.rst
> > diff --git a/networking/preface.rst b/legacy-networking/preface.rst
> > 

Re: [PATCH rtems-docs v3] networking: Rename to legacy networking

2021-03-26 Thread Vijay Kumar Banerjee
Ping :)


On Tue, Mar 23, 2021 at 2:04 PM Vijay Kumar Banerjee  wrote:
>
> ---
>  book/index_book.rst | 2 +-
>  {networking => legacy-networking}/command.rst   | 0
>  {networking => legacy-networking}/conf.py   | 6 +++---
>  {networking => legacy-networking}/dec_21140.rst | 0
>  {networking => legacy-networking}/index.rst | 2 +-
>  {networking => legacy-networking}/network_servers.rst   | 0
>  .../network_task_structure.rst  | 0
>  {networking => legacy-networking}/networking_driver.rst | 0
>  {networking => legacy-networking}/preface.rst   | 0
>  {networking => legacy-networking}/testing_the_driver.rst| 0
>  .../using_networking_rtems_app.rst  | 0
>  {networking => legacy-networking}/wscript   | 0
>  wscript | 4 ++--
>  13 files changed, 7 insertions(+), 7 deletions(-)
>  rename {networking => legacy-networking}/command.rst (100%)
>  rename {networking => legacy-networking}/conf.py (58%)
>  rename {networking => legacy-networking}/dec_21140.rst (100%)
>  rename {networking => legacy-networking}/index.rst (92%)
>  rename {networking => legacy-networking}/network_servers.rst (100%)
>  rename {networking => legacy-networking}/network_task_structure.rst (100%)
>  rename {networking => legacy-networking}/networking_driver.rst (100%)
>  rename {networking => legacy-networking}/preface.rst (100%)
>  rename {networking => legacy-networking}/testing_the_driver.rst (100%)
>  rename {networking => legacy-networking}/using_networking_rtems_app.rst 
> (100%)
>  rename {networking => legacy-networking}/wscript (100%)
>
> diff --git a/book/index_book.rst b/book/index_book.rst
> index 8282006..afe15a1 100644
> --- a/book/index_book.rst
> +++ b/book/index_book.rst
> @@ -23,7 +23,7 @@ Table of Contents
> cpu_supplement/index.rst
> develenv/index.rst
> filesystem/index.rst
> -   networking/index.rst
> porting/index.rst
> posix1003_1/index.rst
> posix_users/index.rst
> +   legacy_networking/index.rst
> diff --git a/networking/command.rst b/legacy-networking/command.rst
> similarity index 100%
> rename from networking/command.rst
> rename to legacy-networking/command.rst
> diff --git a/networking/conf.py b/legacy-networking/conf.py
> similarity index 58%
> rename from networking/conf.py
> rename to legacy-networking/conf.py
> index 1c129bc..98a06b6 100644
> --- a/networking/conf.py
> +++ b/legacy-networking/conf.py
> @@ -3,12 +3,12 @@ sys.path.insert(0, os.path.abspath('../common/'))
>
>  from conf import *
>
> -project = "RTEMS Networking User Manual"
> +project = "RTEMS Legacy Networking User Manual"
>
>  latex_documents = [
>  ('index',
> - 'networking.tex',
> - u'RTEMS Networking User Manual',
> + 'legacy-networking.tex',
> + u'RTEMS Legacy Networking User Manual',
>   u'RTEMS Documentation Project',
>   'manual'),
>  ]
> diff --git a/networking/dec_21140.rst b/legacy-networking/dec_21140.rst
> similarity index 100%
> rename from networking/dec_21140.rst
> rename to legacy-networking/dec_21140.rst
> diff --git a/networking/index.rst b/legacy-networking/index.rst
> similarity index 92%
> rename from networking/index.rst
> rename to legacy-networking/index.rst
> index f56a60d..b85119d 100644
> --- a/networking/index.rst
> +++ b/legacy-networking/index.rst
> @@ -5,7 +5,7 @@
>  .. highlight:: c
>
>  ==
> -RTEMS Network User Manual (|version|).
> +RTEMS Legacy Network User Manual (|version|).
>  ==
>
>  .. topic:: Copyrights and License
> diff --git a/networking/network_servers.rst 
> b/legacy-networking/network_servers.rst
> similarity index 100%
> rename from networking/network_servers.rst
> rename to legacy-networking/network_servers.rst
> diff --git a/networking/network_task_structure.rst 
> b/legacy-networking/network_task_structure.rst
> similarity index 100%
> rename from networking/network_task_structure.rst
> rename to legacy-networking/network_task_structure.rst
> diff --git a/networking/networking_driver.rst 
> b/legacy-networking/networking_driver.rst
> similarity index 100%
> rename from networking/networking_driver.rst
> rename to legacy-networking/networking_driver.rst
> diff --git a/networking/preface.rst b/legacy-networking/preface.rst
> similarity index 100%
> rename from networking/preface.rst
> rename to legacy-networking/preface.rst
> diff --git a/networking/testing_the_driver.rst 
> b/legacy-networking/testing_the_driver.rst
> similarity index 100%
> rename from networking/testing_the_driver.rst
> rename to legacy-networking/testing_the_driver.rst
> diff --git a/networking/using_networking_rtems_app.rst 
> b/legacy-networking/using_networking_rtems_app.rst
> similarity index 100%
> rename from 

[PATCH rtems-docs v3] networking: Rename to legacy networking

2021-03-23 Thread Vijay Kumar Banerjee
---
 book/index_book.rst | 2 +-
 {networking => legacy-networking}/command.rst   | 0
 {networking => legacy-networking}/conf.py   | 6 +++---
 {networking => legacy-networking}/dec_21140.rst | 0
 {networking => legacy-networking}/index.rst | 2 +-
 {networking => legacy-networking}/network_servers.rst   | 0
 .../network_task_structure.rst  | 0
 {networking => legacy-networking}/networking_driver.rst | 0
 {networking => legacy-networking}/preface.rst   | 0
 {networking => legacy-networking}/testing_the_driver.rst| 0
 .../using_networking_rtems_app.rst  | 0
 {networking => legacy-networking}/wscript   | 0
 wscript | 4 ++--
 13 files changed, 7 insertions(+), 7 deletions(-)
 rename {networking => legacy-networking}/command.rst (100%)
 rename {networking => legacy-networking}/conf.py (58%)
 rename {networking => legacy-networking}/dec_21140.rst (100%)
 rename {networking => legacy-networking}/index.rst (92%)
 rename {networking => legacy-networking}/network_servers.rst (100%)
 rename {networking => legacy-networking}/network_task_structure.rst (100%)
 rename {networking => legacy-networking}/networking_driver.rst (100%)
 rename {networking => legacy-networking}/preface.rst (100%)
 rename {networking => legacy-networking}/testing_the_driver.rst (100%)
 rename {networking => legacy-networking}/using_networking_rtems_app.rst (100%)
 rename {networking => legacy-networking}/wscript (100%)

diff --git a/book/index_book.rst b/book/index_book.rst
index 8282006..afe15a1 100644
--- a/book/index_book.rst
+++ b/book/index_book.rst
@@ -23,7 +23,7 @@ Table of Contents
cpu_supplement/index.rst
develenv/index.rst
filesystem/index.rst
-   networking/index.rst
porting/index.rst
posix1003_1/index.rst
posix_users/index.rst
+   legacy_networking/index.rst
diff --git a/networking/command.rst b/legacy-networking/command.rst
similarity index 100%
rename from networking/command.rst
rename to legacy-networking/command.rst
diff --git a/networking/conf.py b/legacy-networking/conf.py
similarity index 58%
rename from networking/conf.py
rename to legacy-networking/conf.py
index 1c129bc..98a06b6 100644
--- a/networking/conf.py
+++ b/legacy-networking/conf.py
@@ -3,12 +3,12 @@ sys.path.insert(0, os.path.abspath('../common/'))
 
 from conf import *
 
-project = "RTEMS Networking User Manual"
+project = "RTEMS Legacy Networking User Manual"
 
 latex_documents = [
 ('index',
- 'networking.tex',
- u'RTEMS Networking User Manual',
+ 'legacy-networking.tex',
+ u'RTEMS Legacy Networking User Manual',
  u'RTEMS Documentation Project',
  'manual'),
 ]
diff --git a/networking/dec_21140.rst b/legacy-networking/dec_21140.rst
similarity index 100%
rename from networking/dec_21140.rst
rename to legacy-networking/dec_21140.rst
diff --git a/networking/index.rst b/legacy-networking/index.rst
similarity index 92%
rename from networking/index.rst
rename to legacy-networking/index.rst
index f56a60d..b85119d 100644
--- a/networking/index.rst
+++ b/legacy-networking/index.rst
@@ -5,7 +5,7 @@
 .. highlight:: c
 
 ==
-RTEMS Network User Manual (|version|).
+RTEMS Legacy Network User Manual (|version|).
 ==
 
 .. topic:: Copyrights and License
diff --git a/networking/network_servers.rst 
b/legacy-networking/network_servers.rst
similarity index 100%
rename from networking/network_servers.rst
rename to legacy-networking/network_servers.rst
diff --git a/networking/network_task_structure.rst 
b/legacy-networking/network_task_structure.rst
similarity index 100%
rename from networking/network_task_structure.rst
rename to legacy-networking/network_task_structure.rst
diff --git a/networking/networking_driver.rst 
b/legacy-networking/networking_driver.rst
similarity index 100%
rename from networking/networking_driver.rst
rename to legacy-networking/networking_driver.rst
diff --git a/networking/preface.rst b/legacy-networking/preface.rst
similarity index 100%
rename from networking/preface.rst
rename to legacy-networking/preface.rst
diff --git a/networking/testing_the_driver.rst 
b/legacy-networking/testing_the_driver.rst
similarity index 100%
rename from networking/testing_the_driver.rst
rename to legacy-networking/testing_the_driver.rst
diff --git a/networking/using_networking_rtems_app.rst 
b/legacy-networking/using_networking_rtems_app.rst
similarity index 100%
rename from networking/using_networking_rtems_app.rst
rename to legacy-networking/using_networking_rtems_app.rst
diff --git a/networking/wscript b/legacy-networking/wscript
similarity index 100%
rename from networking/wscript
rename to legacy-networking/wscript
diff --git a/wscript b/wscript
index ce644f8..0b1c368 100644
---