]> git.droids-corp.org - dpdk.git/blobdiff - drivers/net/sfc/sfc_rx.h
examples/ipsec-secgw: fix session mempool initialisation
[dpdk.git] / drivers / net / sfc / sfc_rx.h
index b0b5327a4963649a7ea4e6d3ac3ac1def9cdd9aa..d6ee9cf802bbef2521083598402632972b83ad17 100644 (file)
@@ -147,6 +147,7 @@ uint64_t sfc_rx_hf_efx_to_rte(struct sfc_rss *rss, efx_rx_hash_type_t efx);
 boolean_t sfc_rx_check_scatter(size_t pdu, size_t rx_buf_size,
                               uint32_t rx_prefix_size,
                               boolean_t rx_scatter_enabled,
+                              uint32_t rx_scatter_max,
                               const char **error);
 
 #ifdef __cplusplus