net/dpaa2: increase the dist param to 64 bit
[dpdk.git] / drivers / net / dpaa2 / dpaa2_ethdev.h
index a2902da..7b14ae0 100644 (file)
@@ -61,6 +61,7 @@
  * currently considering 32 KB packets
  */
 #define CONG_THRESHOLD_RX_Q  (64 * 1024)
+#define CONG_RX_OAL    128
 
 /* Size of the input SMMU mapped memory required by MC */
 #define DIST_PARAM_IOVA_SIZE 256
@@ -87,12 +88,12 @@ struct dpaa2_dev_priv {
        uint32_t options;
        uint8_t max_mac_filters;
        uint8_t max_vlan_filters;
-       uint8_t num_tc;
+       uint8_t num_rx_tc;
        uint8_t flags; /*dpaa2 config flags */
 };
 
 int dpaa2_setup_flow_dist(struct rte_eth_dev *eth_dev,
-                         uint32_t req_dist_set);
+                         uint64_t req_dist_set);
 
 int dpaa2_remove_flow_dist(struct rte_eth_dev *eth_dev,
                           uint8_t tc_index);