RE: [EXT] [PATCH] eventdev: drop custom OS defines

2023-10-04 Thread Jerin Jacob Kollanukkaran
> -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

[PATCH] eventdev: drop custom OS defines

2023-10-03 Thread Bruce Richardson
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