Re: [dpdk-dev] [PATCH 05/22] event/dlb2: add inline functions

2020-10-06 Thread Eads, Gage
> -Original Message- > From: McDaniel, Timothy > Sent: Friday, September 11, 2020 3:26 PM > Cc: dev@dpdk.org; Carrillo, Erik G ; Eads, Gage > ; Van Haaren, Harry ; > jer...@marvell.com > Subject: [PATCH 05/22] event/dlb2: add inline functions > > Add miscellaneous inline functions that

[dpdk-dev] [PATCH 05/22] event/dlb2: add inline functions

2020-09-11 Thread Timothy McDaniel
Add miscellaneous inline functions that may be called from multiple files. These functions include inline assembly of new x86 instructions, such as movdir64b, since they are not available as builtin functions in the minimum supported GCC version. Signed-off-by: Timothy McDaniel --- drivers/even