Re: [PATCH rtems 1/2] telnetd.c: Remove RTEMS_NETWORKING check

2021-05-20 Thread Vijay Kumar Banerjee
On Thu, May 20, 2021 at 9:57 PM Gedare Bloom wrote: > > Well, since you pushed 2/2, you should push 1/2 (unless there are > different patch series?) > Pushed. > We should prefer to review and merge all/none of a series. > Ok, Understood. Thanks. > On Thu, May 20, 2021 at 9:56 PM Gedare Bloom wr

Re: [PATCH rtems 1/2] telnetd.c: Remove RTEMS_NETWORKING check

2021-05-20 Thread Gedare Bloom
Well, since you pushed 2/2, you should push 1/2 (unless there are different patch series?) We should prefer to review and merge all/none of a series. On Thu, May 20, 2021 at 9:56 PM Gedare Bloom wrote: > > Seems fine by me, but wait until Monday to let anyone complain if they want. > > On Thu, M

Re: [PATCH rtems 1/2] telnetd.c: Remove RTEMS_NETWORKING check

2021-05-20 Thread Gedare Bloom
Seems fine by me, but wait until Monday to let anyone complain if they want. On Thu, May 20, 2021 at 5:35 PM Vijay Kumar Banerjee wrote: > > Hi, > > > On Thu, Apr 22, 2021 at 12:21 PM Gedare Bloom wrote: > > > > I guess there's not much else to do here without a network stack API > > to manipula

Re: [PATCH rtems 1/2] telnetd.c: Remove RTEMS_NETWORKING check

2021-05-20 Thread Vijay Kumar Banerjee
Hi, On Thu, Apr 22, 2021 at 12:21 PM Gedare Bloom wrote: > > I guess there's not much else to do here without a network stack API > to manipulate the network task(s). > > Is there a ticket to fix the lack of ability to configure and access > network task priorities? I'm guessing libbsd and lwip

Re: [PATCH rtems 1/2] telnetd.c: Remove RTEMS_NETWORKING check

2021-04-22 Thread Gedare Bloom
I guess there's not much else to do here without a network stack API to manipulate the network task(s). Is there a ticket to fix the lack of ability to configure and access network task priorities? I'm guessing libbsd and lwip will both need to figure out how to do this somehow. The design isn't o

Re: [PATCH rtems 1/2] telnetd.c: Remove RTEMS_NETWORKING check

2021-04-22 Thread Vijay Kumar Banerjee
Ping :) On Tue, Apr 13, 2021 at 11:45 PM Vijay Kumar Banerjee wrote: > > Set the priority manually to make telnetd compatible with the > --- > cpukit/telnetd/telnetd.c | 11 +-- > 1 file changed, 1 insertion(+), 10 deletions(-) > > diff --git a/cpukit/telnetd/telnetd.c b/cpukit/telnetd/t

[PATCH rtems 1/2] telnetd.c: Remove RTEMS_NETWORKING check

2021-04-13 Thread Vijay Kumar Banerjee
Set the priority manually to make telnetd compatible with the --- cpukit/telnetd/telnetd.c | 11 +-- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/cpukit/telnetd/telnetd.c b/cpukit/telnetd/telnetd.c index b8adec297a..7dad2f2f92 100644 --- a/cpukit/telnetd/telnetd.c +++ b/cp