]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/blame - drivers/net/ethernet/mellanox/mlx5/core/Makefile
net/mlx5: E-Switch, Add ovs internal port mapping to metadata support
[mirror_ubuntu-jammy-kernel.git] / drivers / net / ethernet / mellanox / mlx5 / core / Makefile
CommitLineData
b2441318 1# SPDX-License-Identifier: GPL-2.0
a8274b85
SM
2#
3# Makefile for Mellanox 5th generation network adapters
4# (ConnectX series) core & netdev driver
5#
6
e29341fb 7subdir-ccflags-y += -I$(src)
e126ba97 8
a8274b85
SM
9obj-$(CONFIG_MLX5_CORE) += mlx5_core.o
10
11#
12# mlx5 core basic
13#
e126ba97 14mlx5_core-y := main.o cmd.o debugfs.o fw.o eq.o uar.o pagealloc.o \
333fbaa0 15 health.o mcg.o cq.o alloc.o port.o mr.o pd.o \
256cf690 16 transobj.o vport.o sriov.o fs_cmd.o fs_core.o pci_irq.o \
4a98544d 17 fs_counters.o fs_ft_pool.o rl.o lag.o dev.o events.o wq.o lib/gid.o \
371cf74e 18 lib/devcom.o lib/pci_vsc.o lib/dm.o lib/fs_ttc.o diag/fs_tracepoint.o \
214baf22
MM
19 diag/fw_tracer.o diag/crdump.o devlink.o diag/rsc_dump.o \
20 fw_reset.o qos.o
08fb1dac 21
a8274b85
SM
22#
23# Netdev basic
24#
25307a91
TT
25mlx5_core-$(CONFIG_MLX5_CORE_EN) += en/rqt.o en/tir.o en/rss.o en/rx_res.o \
26 en/channels.o en_main.o en_common.o en_fs.o en_ethtool.o \
358aa5ce 27 en_tx.o en_rx.o en_dim.o en_txrx.o en/xdp.o en_stats.o \
c50de4af 28 en_selftest.o en/port.o en/monitor_stats.o en/health.o \
1742b3d5 29 en/reporter_tx.o en/reporter_rx.o en/params.o en/xsk/pool.o \
214baf22 30 en/xsk/setup.o en/xsk/rx.o en/xsk/tx.o en/devlink.o en/ptp.o \
25307a91 31 en/qos.o en/trap.o en/fs_tt_redirect.o
fe6d86b3 32
a8274b85
SM
33#
34# Netdev extra
35#
36mlx5_core-$(CONFIG_MLX5_EN_ARFS) += en_arfs.o
37mlx5_core-$(CONFIG_MLX5_EN_RXNFC) += en_fs_ethtool.o
38mlx5_core-$(CONFIG_MLX5_CORE_EN_DCB) += en_dcbnl.o en/port_buffer.o
cef35af3 39mlx5_core-$(CONFIG_PCI_HYPERV_INTERFACE) += en/hv_vhca_stats.o
7e51891a 40mlx5_core-$(CONFIG_MLX5_ESWITCH) += lag_mp.o lib/geneve.o lib/port_tun.o \
c9355682
CM
41 en_rep.o en/rep/bond.o en/mod_hdr.o \
42 en/mapping.o
d956873f 43mlx5_core-$(CONFIG_MLX5_CLS_ACT) += en_tc.o en/rep/tc.o en/rep/neigh.o \
c9355682 44 lib/fs_chains.o en/tc_tun.o \
0d9f9647 45 esw/indir_table.o en/tc_tun_encap.o \
d956873f 46 en/tc_tun_vxlan.o en/tc_tun_gre.o en/tc_tun_geneve.o \
6f0b692a 47 en/tc_tun_mplsoudp.o diag/en_tc_tracepoint.o \
3651168c 48 en/tc/post_act.o en/tc/int_port.o
4c3844d9 49mlx5_core-$(CONFIG_MLX5_TC_CT) += en/tc_ct.o
0027d70c 50mlx5_core-$(CONFIG_MLX5_TC_SAMPLE) += en/tc/sample.o
a8274b85
SM
51
52#
53# Core extra
54#
10caabda 55mlx5_core-$(CONFIG_MLX5_ESWITCH) += eswitch.o eswitch_offloads.o eswitch_offloads_termtbl.o \
2d116e3e
DL
56 ecpf.o rdma.o esw/legacy.o \
57 esw/devlink_port.o esw/vporttbl.o esw/qos.o
58
ea651a86 59mlx5_core-$(CONFIG_MLX5_ESWITCH) += esw/acl/helper.o \
07bab950 60 esw/acl/egress_lgcy.o esw/acl/egress_ofld.o \
2d116e3e
DL
61 esw/acl/ingress_lgcy.o esw/acl/ingress_ofld.o
62
19e9bfa0 63mlx5_core-$(CONFIG_MLX5_BRIDGE) += esw/bridge.o en/rep/bridge.o
ea651a86 64
a8274b85
SM
65mlx5_core-$(CONFIG_MLX5_MPFS) += lib/mpfs.o
66mlx5_core-$(CONFIG_VXLAN) += lib/vxlan.o
67mlx5_core-$(CONFIG_PTP_1588_CLOCK) += lib/clock.o
87175120 68mlx5_core-$(CONFIG_PCI_HYPERV_INTERFACE) += lib/hv.o lib/hv_vhca.o
08fb1dac 69
a8274b85
SM
70#
71# Ipoib netdev
72#
73mlx5_core-$(CONFIG_MLX5_CORE_IPOIB) += ipoib/ipoib.o ipoib/ethtool.o ipoib/ipoib_vlan.o
e80541ec 74
a8274b85
SM
75#
76# Accelerations & FPGA
77#
2d64663c 78mlx5_core-$(CONFIG_MLX5_IPSEC) += accel/ipsec_offload.o
e2869fb2
TT
79mlx5_core-$(CONFIG_MLX5_FPGA_IPSEC) += fpga/ipsec.o
80mlx5_core-$(CONFIG_MLX5_FPGA_TLS) += fpga/tls.o
45d3b55d 81mlx5_core-$(CONFIG_MLX5_ACCEL) += lib/crypto.o accel/tls.o accel/ipsec.o
48935bbb 82
e2869fb2 83mlx5_core-$(CONFIG_MLX5_FPGA) += fpga/cmd.o fpga/core.o fpga/conn.o fpga/sdk.o
547eede0 84
164f16f7 85mlx5_core-$(CONFIG_MLX5_EN_IPSEC) += en_accel/ipsec.o en_accel/ipsec_rxtx.o \
5e466345 86 en_accel/ipsec_stats.o en_accel/ipsec_fs.o
4c03e69a 87
d2ead1f3 88mlx5_core-$(CONFIG_MLX5_EN_TLS) += en_accel/tls.o en_accel/tls_rxtx.o en_accel/tls_stats.o \
7d0d0d86 89 en_accel/fs_tcp.o en_accel/ktls.o en_accel/ktls_txrx.o \
1182f365 90 en_accel/ktls_tx.o en_accel/ktls_rx.o
fb86f121
AV
91
92mlx5_core-$(CONFIG_MLX5_SW_STEERING) += steering/dr_domain.o steering/dr_table.o \
93 steering/dr_matcher.o steering/dr_rule.o \
3b72422d 94 steering/dr_icm_pool.o steering/dr_buddy.o \
fb86f121 95 steering/dr_ste.o steering/dr_send.o \
10b69418 96 steering/dr_ste_v0.o steering/dr_ste_v1.o \
0a1acb87 97 steering/dr_ste_v2.o \
fb86f121 98 steering/dr_cmd.o steering/dr_fw.o \
90cd3ba3
MS
99 steering/dr_action.o steering/fs_dr.o \
100 steering/dr_dbg.o
f3196bb0
PP
101#
102# SF device
103#
1958fc2f 104mlx5_core-$(CONFIG_MLX5_SF) += sf/vhca_event.o sf/dev/dev.o sf/dev/driver.o
8f010541
PP
105
106#
107# SF manager
108#
109mlx5_core-$(CONFIG_MLX5_SF_MANAGER) += sf/cmd.o sf/hw_table.o sf/devlink.o