Hi all,
I am using intel E5640 Xeon processor which support AESNI features. I have come to know from internet that FreeBSD 9.0 support AESNI. I enable the feature in kernel by adding following lines.
I tried to run IPSEC using ipsec-tools 0.7.3 but I did not notice any performance gain.
Here are the results:
* without IPSEC throughput over gbps link: 922 Mbps
* with IPSEC (without aesni) AES128 encryption 360-372 Mbps
* with IPSEC (with aesni) AES128 encryption 366-372 Mbps
dmesg command show that processor has the feature of aesni enabled.
Am I missing something? Please guide.
I am using intel E5640 Xeon processor which support AESNI features. I have come to know from internet that FreeBSD 9.0 support AESNI. I enable the feature in kernel by adding following lines.
Code:
options IPSEC
device crypto
device aesni
I tried to run IPSEC using ipsec-tools 0.7.3 but I did not notice any performance gain.
Here are the results:
* without IPSEC throughput over gbps link: 922 Mbps
* with IPSEC (without aesni) AES128 encryption 360-372 Mbps
* with IPSEC (with aesni) AES128 encryption 366-372 Mbps
dmesg command show that processor has the feature of aesni enabled.
Am I missing something? Please guide.