33 #define RSS_HKEY_LEN 40
35 extern uint8_t RSS_HKEY[];
37 struct rte_flow_action_rss DPDKInitRSSAction(struct rte_eth_rss_conf rss_conf, int nb_rx_queues,
38 uint16_t *queues,
enum rte_eth_hash_function func,
bool set_key);
39 int DPDKCreateRSSFlowGeneric(
40 int port_id,
const char *port_name,
struct rte_flow_action_rss rss_conf);
41 int DPDKSetRSSFlowQueues(
int port_id,
const char *port_name,
struct rte_flow_action_rss rss_conf);
42 int DPDKCreateRSSFlow(
int port_id,
const char *port_name,
struct rte_flow_action_rss rss_conf,
43 uint64_t rss_type,
struct rte_flow_item *pattern);