mirror of
https://github.com/torvalds/linux.git
synced 2026-04-20 07:43:57 -04:00
Discover the hardware register layout for GEN3 devices through an RDMA virtual channel operation with the Control Plane (CP). Set up the corresponding hardware attributes specific to GEN3 devices. Signed-off-by: Christopher Bednarz <christopher.n.bednarz@intel.com> Signed-off-by: Tatyana Nikolova <tatyana.e.nikolova@intel.com> Link: https://patch.msgid.link/20250827152545.2056-4-tatyana.e.nikolova@intel.com Tested-by: Jacob Moroni <jmoroni@google.com> Signed-off-by: Leon Romanovsky <leon@kernel.org>
32 lines
766 B
Makefile
32 lines
766 B
Makefile
# SPDX-License-Identifier: GPL-2.0 OR Linux-OpenIB
|
|
# Copyright (c) 2019, Intel Corporation.
|
|
|
|
#
|
|
# Makefile for the Intel(R) Ethernet Connection RDMA Linux Driver
|
|
#
|
|
|
|
obj-$(CONFIG_INFINIBAND_IRDMA) += irdma.o
|
|
|
|
irdma-objs := cm.o \
|
|
ctrl.o \
|
|
hmc.o \
|
|
hw.o \
|
|
i40iw_hw.o \
|
|
i40iw_if.o \
|
|
ig3rdma_if.o\
|
|
icrdma_if.o \
|
|
icrdma_hw.o \
|
|
ig3rdma_hw.o\
|
|
main.o \
|
|
pble.o \
|
|
puda.o \
|
|
trace.o \
|
|
uda.o \
|
|
uk.o \
|
|
utils.o \
|
|
verbs.o \
|
|
virtchnl.o \
|
|
ws.o \
|
|
|
|
CFLAGS_trace.o = -I$(src)
|