diff options
author | Maros Ondrejicka <maros.ondrejicka@pantheon.tech> | 2022-11-10 14:11:40 +0100 |
---|---|---|
committer | Florin Coras <florin.coras@gmail.com> | 2022-11-14 21:03:02 +0000 |
commit | 568ef4686653b644967ab26c8764e7c56ad96451 (patch) | |
tree | 4090a764953577fc3029226b227c267071229188 /src/examples/vlib/dir.dox | |
parent | 468d7876b97c4ee130da0d9922f1fdcf877133bc (diff) |
crypto-ipsecmb: fix plugin crash in VirtualBox
Plugin checks just for AVX2 instruction set, while the v1.3 of IPsec
Multi-Buffer library checks for both AVX2 and BMI2 sets during init.
VirtualBox VM doesn't provide BMI2 by default to guest operating system.
Result is that VPP plugin decides to use AVX2 initialization and library
then doesn't do it. Since flush_job remains empty, the self-check fails
and with that the whole VPP crashes on start-up.
Type: fix
Signed-off-by: Maros Ondrejicka <maros.ondrejicka@pantheon.tech>
Change-Id: I6b661f2b9bbe6dd03b499c55c38a9b814e6d718a
Diffstat (limited to 'src/examples/vlib/dir.dox')
0 files changed, 0 insertions, 0 deletions