hi
   I have one server that the cpu is AuthenticAMD,then when I config ipsec in 
vpp,the cli such as:
   ipsec sa add 10 spi 1001 esp crypto-alg aes-cbc-128 crypto-key XXXX
 it will crash in crypto_native_plugin.so,the function is aes128_key_expand, 
when I get the variable's value with u8x16u type,it crashed.
[cid:2a04ef2b-5f5a-4a18-b6af-9bcab3f9ddd9]
   Then i found some compile 
parameter<https://www.baidu.com/link?url=lWCuscvB6bTdmaJOKCX8D9yN0fyyslLW23J16GdzxXHULZTm5-KxQJl4mtpEVYq5Hl84mB2flBZbj1srB2-TO15j5iL21rrENktUiPkVFZ_&wd=&eqid=f65807560006d13500000006635a7244>
 in CMakefile.txt of crypto_native_plugin
[cid:42193d21-5bac-45b1-a79b-c321e46ab17b]
    and vpp will use the function of crypto_native_aes_cbc_init_icl to init. if 
I remove icl in CMakefie.txt,then vpp will use crypto_native_aes_cbc_init_hsw 
to init, and it work ok,so does crypto_native_plugin.so is compile error in 
icl?  How could i resolve this problem.
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#22080): https://lists.fd.io/g/vpp-dev/message/22080
Mute This Topic: https://lists.fd.io/mt/94602315/21656
Group Owner: vpp-dev+ow...@lists.fd.io
Unsubscribe: https://lists.fd.io/g/vpp-dev/leave/1480452/21656/631435203/xyzzy 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to