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

Hemant Agrawal hemant.agrawal at oss.nxp.com
Thu Feb 4 11:47:10 CET 2021


On 2/2/2021 5:11 PM, Ferruh Yigit wrote:
> 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.

We are ok to postpone this patch for next release.




More information about the dev mailing list