Re: [dpdk-dev] [PATCH v4 0/3] use architecure independent macros

2019-01-09 Thread De Lara Guarch, Pablo
> -Original Message- > From: Zhang, Roy Fan > Sent: Thursday, December 20, 2018 11:57 AM > To: dev@dpdk.org > Cc: akhil.go...@nxp.com; De Lara Guarch, Pablo > > Subject: [PATCH v4 0/3] use architecure independent macros > > This patch updates the aesni_mb to use IMB_* arch independent

[dpdk-dev] [PATCH v4 0/3] use architecure independent macros

2018-12-20 Thread Fan Zhang
This patch updates the aesni_mb to use IMB_* arch independent macros to reduce the code size and future maintaining effort. In intel-ipsec-mb library 0.52 all supported algorithms now have the IMB_* arch independent macros enabled. The macros help reducing the application's code size and remove th