Re: [PATCH rtems-libbsd 1/2] if_ffec: Reduce buffer size

2022-06-02 Thread Gedare Bloom
On Thu, Jun 2, 2022 at 10:08 AM Joel Sherrill wrote: > > > > On Thu, Jun 2, 2022, 9:58 AM Christian MAUDERER > wrote: >> >> Am 02.06.22 um 16:19 schrieb Joel Sherrill: >> > >> > >> > On Thu, Jun 2, 2022 at 8:58 AM Christian MAUDERER >> > > > > wrote:

Re: [PATCH rtems-libbsd 1/2] if_ffec: Reduce buffer size

2022-06-02 Thread Joel Sherrill
On Thu, Jun 2, 2022, 9:58 AM Christian MAUDERER < christian.maude...@embedded-brains.de> wrote: > Am 02.06.22 um 16:19 schrieb Joel Sherrill: > > > > > > On Thu, Jun 2, 2022 at 8:58 AM Christian MAUDERER > > > > wrote: > > > > Am 02.06.22 um 15:49

Re: [PATCH rtems-libbsd 1/2] if_ffec: Reduce buffer size

2022-06-02 Thread Christian MAUDERER
Am 02.06.22 um 16:19 schrieb Joel Sherrill: On Thu, Jun 2, 2022 at 8:58 AM Christian MAUDERER > wrote: Am 02.06.22 um 15:49 schrieb Gedare Bloom: > On Thu, Jun 2, 2022 at 2:28 AM Sebastian Huber > mailto:sebastian.hu...@embedded-bra

Re: [PATCH rtems-libbsd 1/2] if_ffec: Reduce buffer size

2022-06-02 Thread Joel Sherrill
On Thu, Jun 2, 2022 at 8:58 AM Christian MAUDERER < christian.maude...@embedded-brains.de> wrote: > Am 02.06.22 um 15:49 schrieb Gedare Bloom: > > On Thu, Jun 2, 2022 at 2:28 AM Sebastian Huber > > wrote: > >> > >> On 02/06/2022 09:27, Christian MAUDERER wrote: > >>> > >>> Am 01.06.22 um 14:46 sc

Re: [PATCH rtems-libbsd 1/2] if_ffec: Reduce buffer size

2022-06-02 Thread Christian MAUDERER
Am 02.06.22 um 15:49 schrieb Gedare Bloom: On Thu, Jun 2, 2022 at 2:28 AM Sebastian Huber wrote: On 02/06/2022 09:27, Christian MAUDERER wrote: Am 01.06.22 um 14:46 schrieb Gedare Bloom: On Mon, May 23, 2022 at 6:21 AM Christian Mauderer wrote: Typical embedded systems don't have that mu

Re: [PATCH rtems-libbsd 1/2] if_ffec: Reduce buffer size

2022-06-02 Thread Gedare Bloom
On Thu, Jun 2, 2022 at 2:28 AM Sebastian Huber wrote: > > On 02/06/2022 09:27, Christian MAUDERER wrote: > > > > Am 01.06.22 um 14:46 schrieb Gedare Bloom: > >> On Mon, May 23, 2022 at 6:21 AM Christian Mauderer > >> wrote: > >>> > >>> Typical embedded systems don't have that much memory. Reduce

Re: [PATCH rtems-libbsd 1/2] if_ffec: Reduce buffer size

2022-06-02 Thread Sebastian Huber
On 02/06/2022 09:27, Christian MAUDERER wrote: Am 01.06.22 um 14:46 schrieb Gedare Bloom: On Mon, May 23, 2022 at 6:21 AM Christian Mauderer wrote: Typical embedded systems don't have that much memory. Reduce the buffer size to something more sensible for the usual type of application. ---  

Re: [PATCH rtems-libbsd 1/2] if_ffec: Reduce buffer size

2022-06-02 Thread Christian MAUDERER
Hello Gedare, Am 01.06.22 um 14:46 schrieb Gedare Bloom: On Mon, May 23, 2022 at 6:21 AM Christian Mauderer wrote: Typical embedded systems don't have that much memory. Reduce the buffer size to something more sensible for the usual type of application. --- freebsd/sys/dev/ffec/if_ffec.c |

Re: [PATCH rtems-libbsd 1/2] if_ffec: Reduce buffer size

2022-06-01 Thread Gedare Bloom
On Mon, May 23, 2022 at 6:21 AM Christian Mauderer wrote: > > Typical embedded systems don't have that much memory. Reduce the buffer > size to something more sensible for the usual type of application. > --- > freebsd/sys/dev/ffec/if_ffec.c | 8 > 1 file changed, 8 insertions(+) > > dif

[PATCH rtems-libbsd 1/2] if_ffec: Reduce buffer size

2022-05-23 Thread Christian Mauderer
Typical embedded systems don't have that much memory. Reduce the buffer size to something more sensible for the usual type of application. --- freebsd/sys/dev/ffec/if_ffec.c | 8 1 file changed, 8 insertions(+) diff --git a/freebsd/sys/dev/ffec/if_ffec.c b/freebsd/sys/dev/ffec/if_ffec.c