Skip to content
  • Peter Maydell's avatar
    4599cb95
    Merge remote-tracking branch 'remotes/berrange/tags/crypto-luks-pull-request' into staging · 4599cb95
    Peter Maydell authored
    
    
    crypto: improve performance of ciphers in XTS mode
    
    Currently QEMU uses its own XTS cipher mode, however, this has
    relatively poor performance.
    
    Gcrypt now includes its own XTS cipher which is at least x2 faster than
    what we get with QEMU's on Fedora/RHEL hosts. With gcrypt git master, a
    further x5-6 speed up is seen.
    
    This is essential for QEMU's LUKS performance to be viable.
    
    # gpg: Signature made Mon 28 Oct 2019 15:48:38 GMT
    # gpg:                using RSA key DAF3A6FDB26B62912D0E8E3FBE86EBB415104FDF
    # gpg: Good signature from "Daniel P. Berrange <dan@berrange.com>" [full]
    # gpg:                 aka "Daniel P. Berrange <berrange@redhat.com>" [full]
    # Primary key fingerprint: DAF3 A6FD B26B 6291 2D0E  8E3F BE86 EBB4 1510 4FDF
    
    * remotes/berrange/tags/crypto-luks-pull-request:
      crypto: add support for nettle's native XTS impl
      crypto: add support for gcrypt's native XTS impl
      tests: benchmark crypto with fixed data size, not time period
      tests: allow filtering crypto cipher benchmark tests
    
    Signed-off-by: default avatarPeter Maydell <peter.maydell@linaro.org>
    4599cb95
    Merge remote-tracking branch 'remotes/berrange/tags/crypto-luks-pull-request' into staging
    Peter Maydell authored
    
    
    crypto: improve performance of ciphers in XTS mode
    
    Currently QEMU uses its own XTS cipher mode, however, this has
    relatively poor performance.
    
    Gcrypt now includes its own XTS cipher which is at least x2 faster than
    what we get with QEMU's on Fedora/RHEL hosts. With gcrypt git master, a
    further x5-6 speed up is seen.
    
    This is essential for QEMU's LUKS performance to be viable.
    
    # gpg: Signature made Mon 28 Oct 2019 15:48:38 GMT
    # gpg:                using RSA key DAF3A6FDB26B62912D0E8E3FBE86EBB415104FDF
    # gpg: Good signature from "Daniel P. Berrange <dan@berrange.com>" [full]
    # gpg:                 aka "Daniel P. Berrange <berrange@redhat.com>" [full]
    # Primary key fingerprint: DAF3 A6FD B26B 6291 2D0E  8E3F BE86 EBB4 1510 4FDF
    
    * remotes/berrange/tags/crypto-luks-pull-request:
      crypto: add support for nettle's native XTS impl
      crypto: add support for gcrypt's native XTS impl
      tests: benchmark crypto with fixed data size, not time period
      tests: allow filtering crypto cipher benchmark tests
    
    Signed-off-by: default avatarPeter Maydell <peter.maydell@linaro.org>
Loading