[v1,0/1] crypto/openssl: replace macros by inline routines

Message ID 20180731141625.20225-1-Ashish.Gupta@caviumnetworks.com (mailing list archive)
Headers
Series crypto/openssl: replace macros by inline routines |

Message

Ashish Gupta July 31, 2018, 2:16 p.m. UTC
  From: Shally Verma <shally.verma@caviumnetworks.com>

Replace macros by static inline functions in openssl
compatibility layer. These changes are based on
the feedback given on openssl PMD patch V5 here:

Link: https://patches.dpdk.org/patch/43273/#84042

Ashish Gupta (1):
  crypto/openssl: replace macros by static inline functions

 drivers/crypto/openssl/compat.h              | 265 ++++++++++++++++++---------
 drivers/crypto/openssl/rte_openssl_pmd.c     |  10 +-
 drivers/crypto/openssl/rte_openssl_pmd_ops.c |  12 +-
 3 files changed, 188 insertions(+), 99 deletions(-)