On 2022/9/20 23:24, Stephen Hemminger wrote:
On Tue, 20 Sep 2022 18:51:43 +0800
Dongdong Liu wrote:
+ ret = rte_eth_dev_info_get(id, &dev_info);
+ if (ret < 0) {
+ printf("Error getting device info, ret = %d\n", ret);
Proc-info should be s
On Tue, 20 Sep 2022 18:51:43 +0800
Dongdong Liu wrote:
> + ret = rte_eth_dev_info_get(id, &dev_info);
> + if (ret < 0) {
> + printf("Error getting device info, ret = %d\n", ret);
Proc-info should be showing all errors on stderr, not stdout.
And in case
From: "Min Hu (Connor)"
This patch add support for RSS reta dump.
The command is like:
dpdk-proc-info -a :xx:xx.x --file-prefix=xxx -- --show-rss-reta
Signed-off-by: Min Hu (Connor)
Signed-off-by: Dongdong Liu
---
app/proc-info/main.c | 58
1
3 matches
Mail list logo