mirror of https://github.com/F-Stack/f-stack.git
12 lines
231 B
C
12 lines
231 B
C
|
/* SPDX-License-Identifier: BSD-3-Clause
|
||
|
* Copyright(C) 2022 Marvell.
|
||
|
*/
|
||
|
|
||
|
#include "cn9k_ethdev.h"
|
||
|
#include "cn9k_rx.h"
|
||
|
|
||
|
#define R(name, flags) NIX_RX_RECV(cn9k_nix_recv_pkts_##name, flags)
|
||
|
|
||
|
NIX_RX_FASTPATH_MODES_96_111
|
||
|
#undef R
|