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
- 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
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
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'
4 matches
Mail list logo