crypto-ipsecmb: bump to intel-ipsec-mb version 0.53 26/23226/8
authorFan Zhang <roy.fan.zhang@intel.com>
Mon, 4 Nov 2019 16:32:28 +0000 (16:32 +0000)
committerDamjan Marion <dmarion@me.com>
Fri, 22 Nov 2019 12:59:42 +0000 (12:59 +0000)
This patch bumps the engine's intel-ipsec-mb version from 0.52 to
0.53, to avail performance improvement brought by the library.

Type: feature
Signed-off-by: Fan Zhang <roy.fan.zhang@intel.com>
Change-Id: I939803015dece91ca59a7fe2120e2131d29e1c55

build/external/packages/ipsec-mb.mk

index 522ba0e..09ca599 100644 (file)
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-ipsec-mb_version             := 0.52
+ipsec-mb_version             := 0.53
 ipsec-mb_tarball             := v$(ipsec-mb_version).tar.gz
 ipsec-mb_tarball_md5sum_0.49 := 3a2bee86f25f6c8ed720da5b4b8d4297
 ipsec-mb_tarball_md5sum_0.52 := 11ecfa6db4dc0c4ca6e5c616c141ac46
+ipsec-mb_tarball_md5sum_0.53 := e9b3507590efd1c23321518612b644cd
 ipsec-mb_tarball_md5sum      := $(ipsec-mb_tarball_md5sum_$(ipsec-mb_version))
 ipsec-mb_tarball_strip_dirs  := 1
 ipsec-mb_depends             := nasm
@@ -29,7 +30,7 @@ define  ipsec-mb_build_cmds
          SHARED=n \
          PREFIX=$(ipsec-mb_install_dir) \
          NASM=$(ipsec-mb_install_dir)/bin/nasm \
-         EXTRA_CFLAGS=-g > $(ipsec-mb_build_log)
+         EXTRA_CFLAGS="-g -msse4.2" > $(ipsec-mb_build_log)
 endef
 
 define  ipsec-mb_install_cmds