mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-28 11:18:45 +07:00
23923ea4b1
This patch configures all 16 KPUs and iKPU (pkinds) with the KPU parser profile defined in npc_profile.h. Each KPU engine has a 128 entry CAM, only CAM entries which are listed in the profile are enabled and rest are left disabled. Also - Memory is allocated for pkind's bitmap and PFFUNC, interface channel mapping. - Added all CSR offsets of NPC HW block. Signed-off-by: Sunil Goutham <sgoutham@marvell.com> Signed-off-by: David S. Miller <davem@davemloft.net>
12 lines
309 B
Makefile
12 lines
309 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
#
|
|
# Makefile for Marvell's OcteonTX2 RVU Admin Function driver
|
|
#
|
|
|
|
obj-$(CONFIG_OCTEONTX2_MBOX) += octeontx2_mbox.o
|
|
obj-$(CONFIG_OCTEONTX2_AF) += octeontx2_af.o
|
|
|
|
octeontx2_mbox-y := mbox.o
|
|
octeontx2_af-y := cgx.o rvu.o rvu_cgx.o rvu_npa.o rvu_nix.o \
|
|
rvu_reg.o rvu_npc.o
|