net/dpaa2: support more than 16 burst size in Rx
[dpdk.git] / drivers / bus / fslmc / portal / dpaa2_hw_pvt.h
index 46f1e75..9436d37 100644 (file)
@@ -93,8 +93,9 @@ struct dpaa2_dpbp_dev {
 struct queue_storage_info_t {
        struct qbman_result *dq_storage[NUM_DQS_PER_QUEUE];
        struct qbman_result *active_dqs;
-       int active_dpio_id;
-       int toggle;
+       uint8_t active_dpio_id;
+       uint8_t toggle;
+       uint8_t last_num_pkts;
 };
 
 struct dpaa2_queue;