net/mlx5: support matching on VXLAN reserved field
[dpdk.git] / drivers / common / cnxk / roc_util_priv.h
1 /* SPDX-License-Identifier: BSD-3-Clause
2  * Copyright(C) 2021 Marvell.
3  */
4
5 #ifndef _ROC_UTIL_PRIV_H_
6 #define _ROC_UTIL_PRIV_H_
7
8 enum util_err_status {
9         UTIL_ERR_PARAM = -6000,
10         UTIL_ERR_FS,
11         UTIL_ERR_INVALID_MODEL,
12 };
13
14 #endif /* _ROC_UTIL_PRIV_H_ */