Re: [dpdk-dev] [PATCH] config/arm: add ability to express arch extensions

2021-05-10 Thread Thomas Monjalon
05/05/2021 14:14, pbhagavat...@marvell.com: > From: Pavan Nikhilesh > > The ARM architecture allows SoCs to have extensions in addition > to base profiles such as Large System Extension (LSE), CRC etc. > > Add ability to declare SoC specific extensions. > > Signed-off-by: Pavan Nikhilesh I do

Re: [dpdk-dev] [PATCH] config/arm: add ability to express arch extensions

2021-05-05 Thread Jerin Jacob
On Wed, May 5, 2021 at 5:44 PM wrote: > > From: Pavan Nikhilesh > > The ARM architecture allows SoCs to have extensions in addition > to base profiles such as Large System Extension (LSE), CRC etc. > > Add ability to declare SoC specific extensions. > > Signed-off-by: Pavan Nikhilesh Acked-by:

[dpdk-dev] [PATCH] config/arm: add ability to express arch extensions

2021-05-05 Thread pbhagavatula
From: Pavan Nikhilesh The ARM architecture allows SoCs to have extensions in addition to base profiles such as Large System Extension (LSE), CRC etc. Add ability to declare SoC specific extensions. Signed-off-by: Pavan Nikhilesh --- More details about ARM extensions https://developer.arm.co