56139e85ab
Patch adds support for vlan filter offload support. MBOX messages for vlan filter on/off and vlan filter entry add/rm are added to configure PCAM entries to filter out the vlan traffic on a given port. Patch also defines rx_offload_flag for vlan filtering. Signed-off-by: Vamsi Attunuru <vattunuru@marvell.com> Acked-by: Harman Kalra <hkalra@marvell.com>
15 lines
279 B
Meson
15 lines
279 B
Meson
# SPDX-License-Identifier: BSD-3-Clause
|
|
# Copyright(c) 2017 Cavium, Inc
|
|
|
|
subdir('base')
|
|
objs = [base_objs]
|
|
|
|
sources = files('octeontx_rxtx.c',
|
|
'octeontx_ethdev.c',
|
|
'octeontx_ethdev_ops.c'
|
|
)
|
|
|
|
deps += ['mempool_octeontx', 'eventdev']
|
|
|
|
includes += include_directories('base')
|