Re: [dpdk-dev] [PATCH v2] doc: fix Arm socs list

2021-05-05 Thread David Marchand
On Tue, May 4, 2021 at 2:43 PM David Marchand wrote: > > Keep the list of socs in a single place and include it so that the > documentation won't get outdated. > > Fixes: 8f5ea6a464ac ("config/arm: fix implementer and its SoCs") > Fixes: 1b4c86a721c9 ("config/arm: add Marvell CN10K") > Fixes: 7cf3

[dpdk-dev] [PATCH v2] doc: fix Arm socs list

2021-05-04 Thread David Marchand
Keep the list of socs in a single place and include it so that the documentation won't get outdated. Fixes: 8f5ea6a464ac ("config/arm: fix implementer and its SoCs") Fixes: 1b4c86a721c9 ("config/arm: add Marvell CN10K") Fixes: 7cf32a22b240 ("config/arm: add Hisilicon kunpeng") Signed-off-by: Davi