[0/4] add telemetry commands for TM capabilities

Message ID 20231018013938.3830742-1-haijie1@huawei.com (mailing list archive)
Headers
Series add telemetry commands for TM capabilities |

Message

Jie Hai Oct. 18, 2023, 1:39 a.m. UTC
  This patch adds telemetry commands for TM capabilities and make some
bufix for hns3 driver.

Jie Hai (4):
  net/hns3: fix a typo
  ethdev: add telemetry command for TM capabilities
  ethdev: add telemetry command for TM level capabilities
  ethdev: add telemetry command for TM node capabilities

 drivers/net/hns3/hns3_tm.c        |   4 +-
 lib/ethdev/rte_ethdev_telemetry.c | 380 ++++++++++++++++++++++++++++++
 2 files changed, 382 insertions(+), 2 deletions(-)
  

Comments

fengchengwen Oct. 18, 2023, 10:50 a.m. UTC | #1
Series-acked-by: Chengwen Feng <fengchengwen@huawei.com>

On 2023/10/18 9:39, Jie Hai wrote:
> This patch adds telemetry commands for TM capabilities and make some
> bufix for hns3 driver.
> 
> Jie Hai (4):
>   net/hns3: fix a typo
>   ethdev: add telemetry command for TM capabilities
>   ethdev: add telemetry command for TM level capabilities
>   ethdev: add telemetry command for TM node capabilities
> 
>  drivers/net/hns3/hns3_tm.c        |   4 +-
>  lib/ethdev/rte_ethdev_telemetry.c | 380 ++++++++++++++++++++++++++++++
>  2 files changed, 382 insertions(+), 2 deletions(-)
>
  
Jie Hai Oct. 25, 2023, 1:47 a.m. UTC | #2
Hi, all maintainers,

Kindly ping for review.

Thanks,
Jie Hai

On 2023/10/18 9:39, Jie Hai wrote:
> This patch adds telemetry commands for TM capabilities and make some
> bufix for hns3 driver.
> 
> Jie Hai (4):
>    net/hns3: fix a typo
>    ethdev: add telemetry command for TM capabilities
>    ethdev: add telemetry command for TM level capabilities
>    ethdev: add telemetry command for TM node capabilities
> 
>   drivers/net/hns3/hns3_tm.c        |   4 +-
>   lib/ethdev/rte_ethdev_telemetry.c | 380 ++++++++++++++++++++++++++++++
>   2 files changed, 382 insertions(+), 2 deletions(-)
>
  
Ferruh Yigit Oct. 31, 2023, 3:30 p.m. UTC | #3
On 10/18/2023 2:39 AM, Jie Hai wrote:
> This patch adds telemetry commands for TM capabilities and make some
> bufix for hns3 driver.
> 
> Jie Hai (4):
>   net/hns3: fix a typo
>   ethdev: add telemetry command for TM capabilities
>   ethdev: add telemetry command for TM level capabilities
>   ethdev: add telemetry command for TM node capabilities
> 
>  

Except 1/4,
Acked-by: Ferruh Yigit <ferruh.yigit@amd.com>

Series applied to dpdk-next-net/main, thanks.