]> git.droids-corp.org - dpdk.git/commit
common/cnxk: allow building for generic arm64
authorTomasz Duszynski <tduszynski@marvell.com>
Sat, 4 Jun 2022 16:31:57 +0000 (18:31 +0200)
committerThomas Monjalon <thomas@monjalon.net>
Tue, 7 Jun 2022 18:49:20 +0000 (20:49 +0200)
commitb38db1bfb930fa27cfbc36db227b56c1c1613164
tree4c86f2c1285b6ba507624240d0a329d72b9bbe00
parentf434288d31d78af9ef22bc942be18fc9696a4fc3
common/cnxk: allow building for generic arm64

Allow building generic arm64 target using config/arm/arm64_armv8_linux_*
config which works on both cn9k and cn10k by relaxing cache line size
requirements a bit.

While at it move cache line checks to common place.

Signed-off-by: Tomasz Duszynski <tduszynski@marvell.com>
Reviewed-by: Jerin Jacob <jerinj@marvell.com>
drivers/common/cnxk/roc_dev.c
drivers/event/cnxk/cn10k_eventdev.c
drivers/event/cnxk/cn9k_eventdev.c
drivers/net/cnxk/cn10k_ethdev.c
drivers/net/cnxk/cn9k_ethdev.c