Sync some patches for hns3 about refactor mailbox, add new API for RSS, support power monitor and some bugfix, modifies are as follow: - app/testpmd: fix crash in multi -process forwarding - net/hns3: support power monitor - net/hns3: remove QinQ insert support for VF - net/hns3: fix reset level comparison - net/hns3: fix disable command with firmware - net/hns3: fix VF multiple count on one reset - net/hns3: refactor handle mailbox function - net/hns3: refactor send mailbox function - net/hns3: refactor PF mailbox message struct - net/hns3: refactor VF mailbox message struct - app/testpmd: set RSS hash algorithm - ethdev: get RSS hash algorithm by name - ring: add telemetry command for ring info - ring: add telemetry command to list rings - eal: introduce more macros for bit definition - dmadev: add tracepoints in data path API - dmadev: add telemetry capability for m2d auto free - maintainers: update for DMA device performance tool Signed-off-by: Dengdui Huang <huangdengdui@huawei.com>
31 lines
861 B
Diff
31 lines
861 B
Diff
From e222cf205386ecfdb4b429e5de3a7545bf0a43b6 Mon Sep 17 00:00:00 2001
|
|
From: Chengwen Feng <fengchengwen@huawei.com>
|
|
Date: Fri, 15 Dec 2023 00:35:11 +0000
|
|
Subject: [PATCH 13/30] maintainers: update for DMA device performance tool
|
|
|
|
[ upstream commit 4ca7aa1af6c6ff32c2c5ad958e527e17d11f6d18 ]
|
|
|
|
Add myself as a new maintainer to DMA device performance tool.
|
|
|
|
Signed-off-by: Chengwen Feng <fengchengwen@huawei.com>
|
|
Acked-by: Thomas Monjalon <thomas@monjalon.net>
|
|
---
|
|
MAINTAINERS | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
diff --git a/MAINTAINERS b/MAINTAINERS
|
|
index 0d1c812..78d4695 100644
|
|
--- a/MAINTAINERS
|
|
+++ b/MAINTAINERS
|
|
@@ -1789,6 +1789,7 @@ F: doc/guides/testpmd_app_ug/
|
|
|
|
DMA device performance tool
|
|
M: Cheng Jiang <honest.jiang@foxmail.com>
|
|
+M: Chengwen Feng <fengchengwen@huawei.com>
|
|
F: app/test-dma-perf/
|
|
F: doc/guides/tools/dmaperf.rst
|
|
|
|
--
|
|
2.33.0
|
|
|