net/cnxk: allow FC on LBK and enable TM BP on Rx pause
[dpdk.git] / drivers / net / cnxk / cn10k_rx_vec_mseg.c
index 04d1e46..38e0ec3 100644 (file)
@@ -5,12 +5,13 @@
 #include "cn10k_ethdev.h"
 #include "cn10k_rx.h"
 
-#define R(name, f5, f4, f3, f2, f1, f0, flags)                                 \
+#define R(name, f6, f5, f4, f3, f2, f1, f0, flags)                             \
        uint16_t __rte_noinline __rte_hot cn10k_nix_recv_pkts_vec_mseg_##name( \
                void *rx_queue, struct rte_mbuf **rx_pkts, uint16_t pkts)      \
        {                                                                      \
-               return cn10k_nix_recv_pkts_vector(rx_queue, rx_pkts, pkts,     \
-                                         (flags) | NIX_RX_MULTI_SEG_F);       \
+               return cn10k_nix_recv_pkts_vector(                             \
+                       rx_queue, rx_pkts, pkts, (flags) | NIX_RX_MULTI_SEG_F, \
+                       NULL, NULL, 0);                                        \
        }
 
 NIX_RX_FASTPATH_MODES