]> git.droids-corp.org - dpdk.git/blobdiff - drivers/bus/fslmc/portal/dpaa2_hw_pvt.h
net/dpaa2: support more than 16 burst size in Rx
[dpdk.git] / drivers / bus / fslmc / portal / dpaa2_hw_pvt.h
index 46f1e759169d4ab05f4920f3b7166dd975971c86..9436d37a4801612fa024f01db0f8b21f16e9308f 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;