Re: [libbsd 00/22] Remove FreeBSD file descriptors and avoid VFS

2022-10-25 Thread Sebastian Huber
On 21/10/2022 16:16, Sebastian Huber wrote: On 21/10/2022 16:07, Joel Sherrill wrote: On Thu, Oct 20, 2022 at 7:30 PM Chris Johns > wrote:     On 20/10/2022 7:01 pm, Sebastian Huber wrote: > On 29/08/2022 10:27, Sebastian Huber wrote: >> Hello Chris, >>  

Re: [libbsd 00/22] Remove FreeBSD file descriptors and avoid VFS

2022-10-21 Thread Sebastian Huber
On 21/10/2022 16:07, Joel Sherrill wrote: On Thu, Oct 20, 2022 at 7:30 PM Chris Johns > wrote: On 20/10/2022 7:01 pm, Sebastian Huber wrote: > On 29/08/2022 10:27, Sebastian Huber wrote: >> Hello Chris, >> >> On 25/07/2022 08:12, Sebastian Huber

Re: [libbsd 00/22] Remove FreeBSD file descriptors and avoid VFS

2022-10-21 Thread Joel Sherrill
On Thu, Oct 20, 2022 at 7:30 PM Chris Johns wrote: > On 20/10/2022 7:01 pm, Sebastian Huber wrote: > > On 29/08/2022 10:27, Sebastian Huber wrote: > >> Hello Chris, > >> > >> On 25/07/2022 08:12, Sebastian Huber wrote: > >>> On 11/07/2022 15:04, Sebastian Huber wrote: > On 24/06/2022 08:33,

Re: [libbsd 00/22] Remove FreeBSD file descriptors and avoid VFS

2022-10-21 Thread Sebastian Huber
On 21/10/2022 02:30, Chris Johns wrote: On 20/10/2022 7:01 pm, Sebastian Huber wrote: On 29/08/2022 10:27, Sebastian Huber wrote: Hello Chris, On 25/07/2022 08:12, Sebastian Huber wrote: On 11/07/2022 15:04, Sebastian Huber wrote: On 24/06/2022 08:33, Sebastian Huber wrote: This patch set

Re: [libbsd 00/22] Remove FreeBSD file descriptors and avoid VFS

2022-10-20 Thread Chris Johns
On 20/10/2022 7:01 pm, Sebastian Huber wrote: > On 29/08/2022 10:27, Sebastian Huber wrote: >> Hello Chris, >> >> On 25/07/2022 08:12, Sebastian Huber wrote: >>> On 11/07/2022 15:04, Sebastian Huber wrote: On 24/06/2022 08:33, Sebastian Huber wrote: > This patch set removes the FreeBSD

Re: [libbsd 00/22] Remove FreeBSD file descriptors and avoid VFS

2022-10-20 Thread Sebastian Huber
On 29/08/2022 10:27, Sebastian Huber wrote: Hello Chris, On 25/07/2022 08:12, Sebastian Huber wrote: On 11/07/2022 15:04, Sebastian Huber wrote: On 24/06/2022 08:33, Sebastian Huber wrote: This patch set removes the FreeBSD file descriptors.  The VFS is no longer used if only the USB,

Re: [libbsd 00/22] Remove FreeBSD file descriptors and avoid VFS

2022-08-29 Thread Sebastian Huber
Hello Chris, On 25/07/2022 08:12, Sebastian Huber wrote: On 11/07/2022 15:04, Sebastian Huber wrote: On 24/06/2022 08:33, Sebastian Huber wrote: This patch set removes the FreeBSD file descriptors.  The VFS is no longer used if only the USB, SD/MMC, network, PCI, and NVMe support is used by

Re: [libbsd 00/22] Remove FreeBSD file descriptors and avoid VFS

2022-07-25 Thread Sebastian Huber
On 11/07/2022 15:04, Sebastian Huber wrote: On 24/06/2022 08:33, Sebastian Huber wrote: This patch set removes the FreeBSD file descriptors.  The VFS is no longer used if only the USB, SD/MMC, network, PCI, and NVMe support is used by the application.  This change significantly reduce the

Re: [libbsd 00/22] Remove FreeBSD file descriptors and avoid VFS

2022-07-11 Thread Sebastian Huber
On 24/06/2022 08:33, Sebastian Huber wrote: This patch set removes the FreeBSD file descriptors. The VFS is no longer used if only the USB, SD/MMC, network, PCI, and NVMe support is used by the application. This change significantly reduce the memory usage of LibBSD for these applications.

[libbsd 00/22] Remove FreeBSD file descriptors and avoid VFS

2022-06-24 Thread Sebastian Huber
This patch set removes the FreeBSD file descriptors. The VFS is no longer used if only the USB, SD/MMC, network, PCI, and NVMe support is used by the application. This change significantly reduce the memory usage of LibBSD for these applications. Using the media01 test case for the arm/lpc32xx