7cf1976845
Add support for interrupt initialization and cleanup. Internally interrupt initialization performs low level setup that allows custom interrupt handler registration later on. Interrupt initialization and cleanup are related hence they are in the same patch. Signed-off-by: Jakub Palider <jpalider@marvell.com> Signed-off-by: Tomasz Duszynski <tduszynski@marvell.com> Reviewed-by: Jerin Jacob <jerinj@marvell.com>
13 lines
279 B
Meson
13 lines
279 B
Meson
# SPDX-License-Identifier: BSD-3-Clause
|
|
# Copyright(C) 2021 Marvell.
|
|
#
|
|
|
|
deps += ['bus_pci', 'common_cnxk', 'rawdev']
|
|
sources = files(
|
|
'cnxk_bphy.c',
|
|
'cnxk_bphy_cgx.c',
|
|
'cnxk_bphy_cgx_test.c',
|
|
'cnxk_bphy_irq.c',
|
|
)
|
|
headers = files('rte_pmd_bphy.h')
|