FreeBSD 13.1 changes
Bruce Richardson
bruce.richardson at intel.com
Mon May 30 10:09:46 CEST 2022
On Sun, May 29, 2022 at 06:36:21AM -0500, Lewis Donzis wrote:
> Apparently FreeBSD 13.1 changed the syntax of the CPUSET macros, so DPDK no longer compiles.
>
> For example, here's one definition on FreeBSD 13.0 and prior:
>
> CPU_OR(cpuset_t *dst, cpuset_t *src);
>
> and here it is in FreeBSD 13.1:
>
> CPU_OR(cpuset_t *dst, cpuset_t *src1, cpuset_t *src2);
>
> I've modified lib/eal/freebsd/include/rte_os.h to handle both old and new versions of FreeBSD.
>
> I'd like to provide the updated file, if someone would be willing to review and commit, please?
>
Can you please retest with the latest DPDK code in git. This should be
fixed there now. See patch [1]. The fix should make its way into the LTS
backports over time too.
/Bruce
[1] http://patches.dpdk.org/project/dpdk/patch/20220520181050.55654-1-bruce.richardson@intel.com/
More information about the dev
mailing list