mbox series

[00/11] net/octeontx2: add traffic manager support

Message ID 20200312111907.31555-1-ndabilpuram@marvell.com (mailing list archive)
Headers
Series net/octeontx2: add traffic manager support |

Message

Nithin Dabilpuram March 12, 2020, 11:18 a.m. UTC
  Add support to traffic management api in OCTEON TX2 PMD.
This support applies to CN96xx of C0 silicon version.

This series depends on http://patchwork.dpdk.org/patch/66344/

Depends-on:series-66344

Krzysztof Kanas (3):
  net/octeontx2: add tm node suspend and resume cb
  net/octeontx2: add tx queue ratelimit callback
  net/octeontx2: add tm capability callbacks

Nithin Dabilpuram (8):
  net/octeontx2: setup link config based on BP level
  net/octeontx2: restructure tm helper functions
  net/octeontx2: add dynamic topology update support
  net/octeontx2: add tm node add and delete cb
  net/octeontx2: add tm hierarchy commit callback
  net/octeontx2: add tm stats and shaper profile cbs
  net/octeontx2: add tm dynamic topology update cb
  net/octeontx2: add tm debug support

 doc/guides/nics/features/octeontx2.ini    |    1 +
 doc/guides/nics/octeontx2.rst             |   15 +
 drivers/common/octeontx2/otx2_dev.h       |    9 +
 drivers/net/octeontx2/otx2_ethdev.c       |    5 +-
 drivers/net/octeontx2/otx2_ethdev.h       |    3 +
 drivers/net/octeontx2/otx2_ethdev_debug.c |  274 +++
 drivers/net/octeontx2/otx2_tm.c           | 2660 ++++++++++++++++++++++++-----
 drivers/net/octeontx2/otx2_tm.h           |  101 +-
 8 files changed, 2588 insertions(+), 480 deletions(-)
  

Comments

Andrzej Ostruszka March 13, 2020, 11:08 a.m. UTC | #1
Nithin

On 3/12/20 12:18 PM, Nithin Dabilpuram wrote:
> Add support to traffic management api in OCTEON TX2 PMD.
> This support applies to CN96xx of C0 silicon version.
> 
> This series depends on http://patchwork.dpdk.org/patch/66344/
> 
> Depends-on:series-66344

If I understood the proposal correctly that Depends-on should be
"series-8815".  Just a note - should not matter since probably CI is not
yet consuming this tag.

With regards
Andrzej
  
Nithin Dabilpuram March 13, 2020, 3:39 p.m. UTC | #2
On Fri, Mar 13, 2020 at 12:08:05PM +0100, Andrzej Ostruszka wrote:
> External Email
> 
> ----------------------------------------------------------------------
> Nithin
> 
> On 3/12/20 12:18 PM, Nithin Dabilpuram wrote:
> > Add support to traffic management api in OCTEON TX2 PMD.
> > This support applies to CN96xx of C0 silicon version.
> > 
> > This series depends on https://urldefense.proofpoint.com/v2/url?u=http-3A__patchwork.dpdk.org_patch_66344_&d=DwICaQ&c=nKjWec2b6R0mOyPaz7xtfQ&r=FZ_tPCbgFOh18zwRPO9H0yDx8VW38vuapifdDfc8SFQ&m=smfUp6sXk22pbjt3o4zLsXWDOjS4OD0O_lu9_ehxK3s&s=oOdoe5iPhKh_vrAzJu88Lwa7V05jlE3SAEh4khxmAd8&e= 
> > 
> > Depends-on:series-66344
> 
> If I understood the proposal correctly that Depends-on should be
> "series-8815".  Just a note - should not matter since probably CI is not
> yet consuming this tag.
Ok, I misunderstood the patch id to series id. Thanks, will correct it in
next version.
> 
> With regards
> Andrzej