Re: Drivers, architectures, processor families, etc.

2023-08-08 Thread Philip Prindeville
> On Aug 8, 2023, at 2:17 AM, Bruce Richardson > wrote: > > On Sat, Aug 05, 2023 at 03:32:37PM -0600, Philip Prindeville wrote: >> >> Noticed also that the ARM architecture has configs, but AMD64 seems to be >> wide open... just one generic config. >>

Re: Drivers, architectures, processor families, etc.

2023-08-05 Thread Philip Prindeville
> On Aug 3, 2023, at 2:17 AM, Bruce Richardson > wrote: > > On Wed, Aug 02, 2023 at 03:47:59PM -0700, Stephen Hemminger wrote: >> On Wed, 2 Aug 2023 15:49:54 -0600 >> Philip Prindeville wrote: >> >>> Hi, >>> >>> I'm trying to

Re: Drivers, architectures, processor families, etc.

2023-08-03 Thread Philip Prindeville
> On Aug 2, 2023, at 4:47 PM, Stephen Hemminger > wrote: > > On Wed, 2 Aug 2023 15:49:54 -0600 > Philip Prindeville wrote: > >> Hi, >> >> I'm trying to come up with some Kconfig logic for OpenWRT packaging to help >> users select the righ

Drivers, architectures, processor families, etc.

2023-08-02 Thread Philip Prindeville
Hi, I'm trying to come up with some Kconfig logic for OpenWRT packaging to help users select the right build options for their hardware. Most OpenWRT developers typically cross-compile, so we obviously can't rely on detection on the build host as that's rarely the same as the target machine. L

Re: [PATCH 1/1] vfio: Make buildable with MUSL runtime

2023-05-23 Thread Philip Prindeville
> On May 23, 2023, at 11:36 AM, Thomas Monjalon wrote: > > 23/05/2023 17:46, Philip Prindeville: >> >>> On May 23, 2023, at 5:33 AM, Thomas Monjalon wrote: >>> >>> 22/05/2023 11:27, Burakov, Anatoly: >>>> On 5/20/2023 7:07 PM, Ph

Re: [PATCH 1/1] vfio: Make buildable with MUSL runtime

2023-05-23 Thread Philip Prindeville
> On May 23, 2023, at 5:33 AM, Thomas Monjalon wrote: > > 22/05/2023 11:27, Burakov, Anatoly: >> On 5/20/2023 7:07 PM, Philip Prindeville wrote: >>> From: Philip Prindeville >>> >>> pread64() and pwrite64() are declared in in MUSL and >>>

[PATCH 1/1] vfio: Make buildable with MUSL runtime

2023-05-20 Thread Philip Prindeville
From: Philip Prindeville pread64() and pwrite64() are declared in in MUSL and other (i.e. not glibc) C runtimes. Signed-off-by: Philip Prindeville --- drivers/bus/pci/linux/pci_vfio.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/bus/pci/linux/pci_vfio.c b/drivers/bus/pci/linux

Re: DPDK packaging and OpenWrt

2023-05-16 Thread Philip Prindeville
> On May 16, 2023, at 5:06 PM, Garrett D'Amore wrote: > > On May 16, 2023 at 12:19 PM -0700, Philip Prindeville > , wrote: > [snip] > > 3. Is "uio_pci_generic.ko" worth the potential insecurity/instability of a > misbehaving application? My understan

Re: DPDK packaging and OpenWrt

2023-05-16 Thread Philip Prindeville
Hey Stephen, it's been a while... > On May 16, 2023, at 2:43 PM, Stephen Hemminger > wrote: > > On Tue, 16 May 2023 13:18:40 -0600 > Philip Prindeville wrote: > >> Hi, >> >> I'm a packaging maintainer for some of the OpenWrt ancillary pac

DPDK packaging and OpenWrt

2023-05-16 Thread Philip Prindeville
Hi, I'm a packaging maintainer for some of the OpenWrt ancillary packages, and I'm looking at upstreaming DPDK support into OpenWrt. Apologies in advance if this is a bit dense (a brain dump) or hops between too many topics. I was looking at what's been done to date, and it seems there are a f