> -----Original Message----- > From: David Marchand <[email protected]> > Sent: Friday, June 11, 2021 4:59 PM > To: Ruifeng Wang <[email protected]> > Cc: Jan Viktorin <[email protected]>; [email protected]; Bruce > Richardson <[email protected]>; dev <[email protected]>; nd > <[email protected]>; [email protected]; [email protected]; Honnappa > Nagarahalli <[email protected]> > Subject: Re: [PATCH] eal/arm: enable FreeBSD build > > On Fri, Jun 4, 2021 at 7:49 AM Ruifeng Wang <[email protected]> > wrote: > > > > Build on FreeBSD on aarch64 failed with error: > > lib/eal/arm/rte_cpuflags.c:86:9: error: unknown type name 'Elf64_auxv_t' > > > > The data type is used by OS Linux auxiliary vector read, and not used > > by arch specific cpu flag API implementations. Hence remove it from Arm > file. > > > > Reported-by: James Grant <[email protected]> > > Signed-off-by: Ruifeng Wang <[email protected]> > > Reviewed-by: Honnappa Nagarahalli <[email protected]> > > This never worked, so this patch counts as enabling a new supported OS/arch. > > If we want FreeBSD support on ARM, we will need non regression tests in > some CI. Currently no plan to claim FreeBSD support on Arm. I'll update commit message to treat it as removal of useless code.
> A release notes update is also needed. > > > -- > David Marchand

