Re: [PATCH 2/2] includes: Update to use the latest networking headers

2023-03-21 Thread Chris Johns
On 22/3/2023 4:20 pm, Joel Sherrill wrote: > On Tue, Mar 21, 2023, 9:32 PM Chris Johns > wrote: > > On 22/3/2023 3:29 pm, Gedare Bloom wrote: > > These patches look ok for rtems-net-legacy. > > Yes and again sorry for the wrong subject line. > > > In

Re: [PATCH 2/2] includes: Update to use the latest networking headers

2023-03-21 Thread Joel Sherrill
On Tue, Mar 21, 2023, 9:32 PM Chris Johns wrote: > On 22/3/2023 3:29 pm, Gedare Bloom wrote: > > These patches look ok for rtems-net-legacy. > > Yes and again sorry for the wrong subject line. > > > In general, net-legacy is ok for maintenance patches. Any new features > > will be heavily

Re: [PATCH 2/2] includes: Update to use the latest networking headers

2023-03-21 Thread Chris Johns
On 22/3/2023 3:29 pm, Gedare Bloom wrote: > These patches look ok for rtems-net-legacy. Yes and again sorry for the wrong subject line. > In general, net-legacy is ok for maintenance patches. Any new features > will be heavily scrutinized and need additional discussions. Agreed. These are

Re: [PATCH 2/2] includes: Update to use the latest networking headers

2023-03-21 Thread Gedare Bloom
These patches look ok for rtems-net-legacy. In general, net-legacy is ok for maintenance patches. Any new features will be heavily scrutinized and need additional discussions. Please run the python file through yapf consistent with https://docs.rtems.org/branches/master/eng/python-devel.html

[PATCH 2/2] includes: Update to use the latest networking headers

2023-03-21 Thread chrisj
From: Chris Johns - Add support for BSP configs and options if we need them Closes #4882 --- netlegacy.py | 11 +++ wscript | 11 ++- 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/netlegacy.py b/netlegacy.py index ebab745..981fd4a 100644 --- a/netlegacy.py