mirror of https://github.com/F-Stack/f-stack.git
12 lines
241 B
C
12 lines
241 B
C
|
/* SPDX-License-Identifier: BSD-3-Clause
|
||
|
* Copyright(C) 2022 Marvell.
|
||
|
*/
|
||
|
|
||
|
#include "cn10k_ethdev.h"
|
||
|
#include "cn10k_tx.h"
|
||
|
|
||
|
#define T(name, sz, flags) NIX_TX_XMIT(cn10k_nix_xmit_pkts_##name, sz, flags)
|
||
|
|
||
|
NIX_TX_FASTPATH_MODES_80_95
|
||
|
#undef T
|