git.droids-corp.org
/
dpdk.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
crypto/mlx5: add maximum segments configuration
[dpdk.git]
/
lib
/
gso
/
meson.build
1
# SPDX-License-Identifier: BSD-3-Clause
2
# Copyright(c) 2017 Intel Corporation
3
4
sources = files(
5
'gso_common.c',
6
'gso_tcp4.c',
7
'gso_udp4.c',
8
'gso_tunnel_tcp4.c',
9
'gso_tunnel_udp4.c',
10
'rte_gso.c',
11
)
12
headers = files('rte_gso.h')
13
deps += ['ethdev']