Re: FreeBSD 13.1 changes

2022-05-30 Thread Bruce Richardson
On Mon, May 30, 2022 at 07:50:19AM -0500, Lewis Donzis wrote: > > > - On May 30, 2022, at 3:09 AM, Bruce Richardson > bruce.richard...@intel.com wrote: > > > On Sun, May 29, 2022 at 06:36:21AM -0500, Lewis Donzis wrote: > >> Apparently FreeBSD 13.1 changed the syntax of the CPUSET macros, s

Re: FreeBSD 13.1 changes

2022-05-30 Thread Lewis Donzis
- On May 30, 2022, at 3:09 AM, Bruce Richardson bruce.richard...@intel.com wrote: > 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

Re: FreeBSD 13.1 changes

2022-05-30 Thread Bruce Richardson
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 changes

2022-05-29 Thread Lewis Donzis
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'