openssl with dpdk

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

openssl with dpdk

1,777 Views
rashmikj
Contributor III

Hi all,

Does anyone have any information on how to integrate OpenSSL with DPDK? Has anyone done this or point me to something? What I am looking for is how can I take OpenSSL 1.1.x and integrate it with DPDK.  I want to use tls/ssl of openssl alongside with dpdk for session management .

0 Kudos
Reply
1 Reply

1,762 Views
yipingwang
NXP TechSupport
NXP TechSupport

Please execute the following command to build openssl and DPDK into rootfs filesystem.

$ flex-builder -c openssl -a arm64
$ flex-builder -c dpdk -a arm64

$ flex-builder -i merge-component -a arm64

0 Kudos
Reply