mbox series

[liburing,0/4] Optimize i386 memory barriers

Message ID 20190708195750.223103-1-bvanassche@acm.org (mailing list archive)
Headers show
Series Optimize i386 memory barriers | expand

Message

Bart Van Assche July 8, 2019, 7:57 p.m. UTC
Hi Jens,

The four patches in this series optimize i386 memory barriers and fix the 32-bit liburing
build. Please consider these patches for the official liburing repository.

Thanks,

Bart.

Bart Van Assche (4):
  Makefiles: Support specifying CFLAGS on the command line
  Fix the 32-bit build
  Change __x86_64 into __x86_64__
  Optimize i386 memory barriers

 examples/Makefile        |  3 ++-
 src/Makefile             |  2 +-
 src/barrier.h            | 24 ++++++++----------------
 test/Makefile            |  3 ++-
 test/io_uring_register.c | 11 ++++++-----
 test/send_recvmsg.c      |  4 ++--
 6 files changed, 21 insertions(+), 26 deletions(-)

Comments

Jens Axboe July 8, 2019, 9:26 p.m. UTC | #1
On 7/8/19 1:57 PM, Bart Van Assche wrote:
> Hi Jens,
> 
> The four patches in this series optimize i386 memory barriers and fix
> the 32-bit liburing build. Please consider these patches for the
> official liburing repository.

Looks good, thanks Bart. Applied.