On 2/2/2021 5:11 PM, Ferruh Yigit wrote:
On 1/20/2021 2:27 PM, Hemant Agrawal wrote:
From: Gagandeep Singh <g.si...@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.si...@nxp.com>
Acked-by: Hemant Agrawal <hemant.agra...@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.

We are ok to postpone this patch for next release.


Reply via email to