[dpdk-dev] [PATCH 6/7] net/dpaa2: add traffic management driver

Ferruh Yigit ferruh.yigit at intel.com
Tue Feb 2 12:41:30 CET 2021


On 1/20/2021 2:27 PM, Hemant Agrawal wrote:
> From: Gagandeep Singh <g.singh at nxp.com>
> 
> Add basic support for scheduling and shaping on dpaa2
> platform.
> 
> HW supports 2 level of scheduling and shaping.
> However the current patch only support single level.
> 
> Signed-off-by: Gagandeep Singh <g.singh at nxp.com>
> Acked-by: Hemant Agrawal <hemant.agrawal at nxp.com>
> ---
>   drivers/net/dpaa2/dpaa2_ethdev.c    |  14 +-
>   drivers/net/dpaa2/dpaa2_ethdev.h    |   5 +
>   drivers/net/dpaa2/dpaa2_tm.c        | 626 ++++++++++++++++++++++++++++
>   drivers/net/dpaa2/dpaa2_tm.h        |  32 ++
>   drivers/net/dpaa2/mc/dpni.c         | 313 +++++++++++++-
>   drivers/net/dpaa2/mc/fsl_dpni.h     | 210 +++++++++-
>   drivers/net/dpaa2/mc/fsl_dpni_cmd.h |  59 ++-
>   drivers/net/dpaa2/meson.build       |   3 +-
>   8 files changed, 1257 insertions(+), 5 deletions(-)
>   create mode 100644 drivers/net/dpaa2/dpaa2_tm.c
>   create mode 100644 drivers/net/dpaa2/dpaa2_tm.h

Can you please update the documentation and the release notes for the traffic 
management support?

And this is relative big chunk of code, and taken into account that it has been 
sent after -rc1, can you please confirm you want to get it for the -rc3, which 
won't give much time to test before the release?
Or we can postpone it to next release to be on the safe side.



More information about the dev mailing list