git.droids-corp.org
/
dpdk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
61efaf5
)
net/hns3: add Rx buffer size to Rx queue info
author
Chengchang Tang
<tangchengchang@huawei.com>
Mon, 21 Sep 2020 13:22:38 +0000
(21:22 +0800)
committer
Ferruh Yigit
<ferruh.yigit@intel.com>
Mon, 21 Sep 2020 16:05:38 +0000
(18:05 +0200)
Report hns3 PMD configured Rx buffer size in Rx queue information query.
Signed-off-by: Chengchang Tang <tangchengchang@huawei.com>
Reviewed-by: Wei Hu (Xavier) <xavier.huwei@huawei.com>
drivers/net/hns3/hns3_rxtx.c
patch
|
blob
|
history
diff --git
a/drivers/net/hns3/hns3_rxtx.c
b/drivers/net/hns3/hns3_rxtx.c
index
68d7a6a
..
816c39c
100644
(file)
--- a/
drivers/net/hns3/hns3_rxtx.c
+++ b/
drivers/net/hns3/hns3_rxtx.c
@@
-3275,6
+3275,8
@@
hns3_rxq_info_get(struct rte_eth_dev *dev, uint16_t queue_id,
qinfo->mp = rxq->mb_pool;
qinfo->nb_desc = rxq->nb_rx_desc;
qinfo->scattered_rx = dev->data->scattered_rx;
+ /* Report the HW Rx buffer length to user */
+ qinfo->rx_buf_size = rxq->rx_buf_len;
/*
* If there are no available Rx buffer descriptors, incoming packets