AES-NI is supported by new CPUs which is able to encrypt/decrypt traffic faster than AES-CBC. This article explains how to enable it on NFX platform.
AES-NI is supported on Intel drivers, which boasts improved performance over AES-CBC.
From Intel's web site:
AES-NI is supported and enabled on all NFX platforms by default. JDM has AES-NI support, and you can determine that by looking at the modules loaded on JDM:
root@jdm:~# lsmod | grep aesni aesni_intel 144787 0 aes_x86_64 7753 1 aesni_intel glue_helper 5426 1 aesni_intel lrw 4136 1 aesni_intel ablk_helper 2596 1 aesni_intel cryptd 9675 2 aesni_intel,ablk_helper
root@jdm:~#