]> git.droids-corp.org - dpdk.git/blobdiff - drivers/net/sfc/sfc_rx.h
net/sfc: query RSS key and hash types config
[dpdk.git] / drivers / net / sfc / sfc_rx.h
index c0cb17a70355026cf31c6d2bf2b85de629cea8ef..45b1d773e10bcc62ac338324002f80d68423ea88 100644 (file)
@@ -152,6 +152,7 @@ int sfc_rx_qdesc_done(struct sfc_rxq *rxq, unsigned int offset);
 
 #if EFSYS_OPT_RX_SCALE
 efx_rx_hash_type_t sfc_rte_to_efx_hash_type(uint64_t rss_hf);
+uint64_t sfc_efx_to_rte_hash_type(efx_rx_hash_type_t efx_hash_types);
 #endif
 
 #ifdef __cplusplus