f9b2a75ed4
Remove the netinet includes and replaces them with rte_ip.h to support the in_addr/in6_addr structs on all operating systems. Signed-off-by: Tal Shnaiderman <talshn@nvidia.com> Acked-by: Akhil Goyal <gakhil@marvell.com> Acked-by: William Tu <u9012063@gmail.com>
7 lines
217 B
Meson
7 lines
217 B
Meson
# SPDX-License-Identifier: BSD-3-Clause
|
|
# Copyright(c) 2017-2019 Intel Corporation
|
|
|
|
sources = files('rte_security.c')
|
|
headers = files('rte_security.h', 'rte_security_driver.h')
|
|
deps += ['mempool', 'cryptodev', 'net']
|