> -Original Message-
> From: Bruce Richardson
> Sent: Tuesday, October 3, 2023 10:31 PM
> To: dev@dpdk.org
> Cc: Bruce Richardson ; Jerin Jacob Kollanukkaran
> ; Naga Harish K S V
> Subject: [EXT] [PATCH] eventdev: drop custom OS define
The eventdev library doesn't need to put in place its own defines for
Linux and BSD. There are already defines for the OS environment in
rte_config.h that can be re-used, but since these are just for
identifying Linux/non-Linux, we can just check for the standard define
'__linux__' instead.
Signed
2 matches
Mail list logo