]> 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 2e7939974bc1e1c6d80b702d8a33b6966e2cd397..9436d37a4801612fa024f01db0f8b21f16e9308f 100644 (file)
@@ -79,8 +79,6 @@ struct dpaa2_dpio_dev {
        struct rte_intr_handle intr_handle; /* Interrupt related info */
        int32_t epoll_fd; /**< File descriptor created for interrupt polling */
        int32_t hw_id; /**< An unique ID of this DPIO device instance */
-       uint64_t dqrr_held;
-       uint8_t dqrr_size;
 };
 
 struct dpaa2_dpbp_dev {
@@ -95,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;