xref: /dpdk/drivers/net/cnxk/tx/cn10k/tx_112_127_vec.c (revision f665790a5dbad7b645ff46f31d65e977324e7bfc)
1 /* SPDX-License-Identifier: BSD-3-Clause
2  * Copyright(C) 2022 Marvell.
3  */
4 
5 #include "cn10k_tx.h"
6 
7 #ifdef _ROC_API_H_
8 #error "roc_api.h is included"
9 #endif
10 
11 #if !defined(CNXK_DIS_TMPLT_FUNC)
12 
13 #define T(name, sz, flags)                                                     \
14 	NIX_TX_XMIT_VEC(cn10k_nix_xmit_pkts_vec_##name, sz, flags)
15 
16 NIX_TX_FASTPATH_MODES_112_127
17 #undef T
18 
19 #endif
20