[PATCH] config/arm: support crypto in cortex-a78ae mcpu
Thomas Monjalon
thomas at monjalon.net
Wed Sep 17 10:56:55 CEST 2025
> > ARM cortex-a78ae configuration (part number 0xd42) is being built without the
> > necessary crypto extensions. This results in infinite loops in the crypto
> > performance tests applications because the hardware crypto features are not
> > properly enabled.
> > This fix enables the crypto extension in the mcpu definition.
> >
> > Fixes: c02c01dbf907 ("config/arm: prefer strict use of -mcpu if supported")
> > Cc: wathsala.vithanage at arm.com
> > Cc: stable at dpdk.org
> >
> > Signed-off-by: Shani Peretz <shperetz at nvidia.com>
> > ---
> > + 'mcpu_cortex-a78ae': {
> > + 'march': 'armv8.4-a',
> > + 'march_extensions': ['crypto']
> > + }
>
> Reviewed-by: Wathsala Vithanage <wathsala.vithanage at arm.com>
Applied, thanks.
More information about the stable
mailing list