73122b52e8
This patch is to validate the filter rules, which includes ntuple filter, ethertype filter and fdir filter. The packets type that supported are BGP,VRRP,LACP,ARP and ICMP. Signed-off-by: Xiaoyun Wang <cloud.wangxiaoyun@huawei.com>
15 lines
269 B
Meson
15 lines
269 B
Meson
# SPDX-License-Identifier: BSD-3-Clause
|
|
# Copyright(c) 2017 Huawei Technologies Co., Ltd
|
|
|
|
subdir('base')
|
|
objs = [base_objs]
|
|
|
|
sources = files(
|
|
'hinic_pmd_ethdev.c',
|
|
'hinic_pmd_rx.c',
|
|
'hinic_pmd_tx.c',
|
|
'hinic_pmd_flow.c',
|
|
)
|
|
|
|
includes += include_directories('base')
|