Re: [PATCH libmlx5 V1 6/6] Add always_inline check

2015-12-10 Thread Matan Barak
On Mon, Dec 7, 2015 at 3:07 PM, Haggai Eran wrote: > On 12/03/2015 06:02 PM, Matan Barak wrote: >> Always inline isn't supported by every compiler. Adding it to >> configure.ac in order to support it only when possible. >> Inline other poll_one data path functions in order

Re: [PATCH libmlx5 V1 6/6] Add always_inline check

2015-12-07 Thread Haggai Eran
On 12/03/2015 06:02 PM, Matan Barak wrote: > Always inline isn't supported by every compiler. Adding it to > configure.ac in order to support it only when possible. > Inline other poll_one data path functions in order to eliminate > "ifs". > > Signed-off-by: Matan Barak >

[PATCH libmlx5 V1 6/6] Add always_inline check

2015-12-03 Thread Matan Barak
Always inline isn't supported by every compiler. Adding it to configure.ac in order to support it only when possible. Inline other poll_one data path functions in order to eliminate "ifs". Signed-off-by: Matan Barak --- configure.ac | 17 + src/cq.c | 42