2021-02-05 08:48:47 +00:00
|
|
|
# SPDX-License-Identifier: BSD-3-Clause
|
|
|
|
# Copyright 2020 Mellanox Technologies, Ltd
|
|
|
|
|
2022-09-06 04:00:10 +00:00
|
|
|
drivers = [
|
|
|
|
'mlx5',
|
|
|
|
'octeontx2',
|
|
|
|
]
|
2021-02-05 08:48:47 +00:00
|
|
|
std_deps = ['ethdev', 'kvargs'] # 'ethdev' also pulls in mbuf, net, eal etc
|