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

2020-10-20 Thread McDaniel, Timothy
> -Original Message- > From: Jerin Jacob > Sent: Sunday, October 18, 2020 4:00 AM > To: McDaniel, Timothy > Cc: dpdk-dev ; Carrillo, Erik G ; > Eads, Gage ; Van Haaren, Harry > ; Jerin Jacob > Subject: Re: [dpdk-dev] [PATCH v2 05/22] event/dlb2: add inline fu

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

2020-10-18 Thread Jerin Jacob
On Sat, Oct 17, 2020 at 11:50 PM Timothy McDaniel wrote: > > 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 supp

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

2020-10-17 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 Reviewed-by: Gage