ec0dec44ec
These are driver MACsec configuration routines. They fill in config structures and prepare these to be send to FW. Actual configuration will happen in link interrupt handler. We declare MACsec offload bits in DPDK offload capabilities and provide external experimental MACsec API wrappers. Also update documentation with feature matrix for the enabled feature. Signed-off-by: Pavel Belous <pavel.belous@aquantia.com> Signed-off-by: Igor Russkikh <igor.russkikh@aquantia.com>
14 lines
278 B
Meson
14 lines
278 B
Meson
# SPDX-License-Identifier: BSD-3-Clause
|
|
# Copyright(c) 2018 Aquantia Corporation
|
|
|
|
sources = files(
|
|
'atl_rxtx.c',
|
|
'atl_ethdev.c',
|
|
'atl_hw_regs.c',
|
|
'hw_atl/hw_atl_b0.c',
|
|
'hw_atl/hw_atl_llh.c',
|
|
'hw_atl/hw_atl_utils_fw2x.c',
|
|
'hw_atl/hw_atl_utils.c',
|
|
'rte_pmd_atlantic.c',
|
|
)
|