[dpdk-dev] [PATCH 0/2] have crypto drivers use a standard map file name format

De Lara Guarch, Pablo pablo.de.lara.guarch at intel.com
Thu Sep 21 10:32:32 CEST 2017



> -----Original Message-----
> From: Zhang, Roy Fan
> Sent: Monday, September 18, 2017 10:35 AM
> To: Richardson, Bruce <bruce.richardson at intel.com>; De Lara Guarch,
> Pablo <pablo.de.lara.guarch at intel.com>; Doherty, Declan
> <declan.doherty at intel.com>; jerin.jacob at caviumnetworks.com
> Cc: dev at dpdk.org; Richardson, Bruce <bruce.richardson at intel.com>
> Subject: RE: [dpdk-dev] [PATCH 0/2] have crypto drivers use a standard
> map file name format
> 
> 
> > -----Original Message-----
> > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Bruce Richardson
> > Sent: Thursday, September 14, 2017 5:02 PM
> > To: De Lara Guarch, Pablo <pablo.de.lara.guarch at intel.com>; Doherty,
> > Declan <declan.doherty at intel.com>; jerin.jacob at caviumnetworks.com
> > Cc: dev at dpdk.org; Richardson, Bruce <bruce.richardson at intel.com>
> > Subject: [dpdk-dev] [PATCH 0/2] have crypto drivers use a standard map
> > file name format
> >
> > rename some of the version.map files that don't match the standard
> > naming convention. For future meson build system, this will save us
> > having to specify for each driver what the filename of its map file is.
> >
> > Bruce Richardson (2):
> >   crypto/aesni_mb: rename map file to standard name
> >   crypto/armv8: rename map file to standard name
> >
> >  drivers/crypto/aesni_mb/Makefile                                        | 2 +-
> >  .../{rte_pmd_aesni_version.map => rte_pmd_aesni_mb_version.map}
> > | 0
> >  drivers/crypto/armv8/Makefile                                           | 2 +-
> >  .../armv8/{rte_armv8_pmd_version.map =>
> rte_pmd_armv8_version.map}
> > | 0
> >  4 files changed, 2 insertions(+), 2 deletions(-)  rename
> > drivers/crypto/aesni_mb/{rte_pmd_aesni_version.map =>
> > rte_pmd_aesni_mb_version.map} (100%)  rename
> > drivers/crypto/armv8/{rte_armv8_pmd_version.map =>
> > rte_pmd_armv8_version.map} (100%)
> >
> > --
> > 2.13.5
> 
> Series Acked by: Fan Zhang <roy.fan.zhang at intel.com>

Applied to dpdk-next-crypto.
Thanks,

Pablo


More information about the dev mailing list