]> git.droids-corp.org - dpdk.git/blobdiff - drivers/net/cxgbe/cxgbe_flow.h
net/mlx5: refactor multi-process communication
[dpdk.git] / drivers / net / cxgbe / cxgbe_flow.h
index ff805b726dcf0201c8447f1c60fa055c81212600..ec8e47aebee2e14445f0fe9240ab26ffa96529be 100644 (file)
@@ -7,6 +7,12 @@
 
 #include <rte_flow_driver.h>
 #include "cxgbe_filter.h"
+#include "mps_tcam.h"
+#include "cxgbe.h"
+
+/* Max poll time is 100 * 100msec = 10 sec */
+#define CXGBE_FLOW_POLL_MS  100 /* 100 milliseconds */
+#define CXGBE_FLOW_POLL_CNT 100 /* Max number of times to poll */
 
 struct chrte_fparse {
        int (*fptr)(const void *mask, /* currently supported mask */