Re: [PATCH iproute2-next] devlink: report cell size

2019-02-03 Thread Ido Schimmel
On Sun, Feb 03, 2019 at 05:39:19PM -0800, Jakub Kicinski wrote: > diff --git a/man/man8/devlink-sb.8 b/man/man8/devlink-sb.8 > index 1882833a3fa7..767c932dd4c1 100644 > --- a/man/man8/devlink-sb.8 > +++ b/man/man8/devlink-sb.8 > @@ -128,6 +128,16 @@ Behaviour of this argument it the same for every

[PATCH iproute2-next] devlink: report cell size

2019-02-03 Thread Jakub Kicinski
Print the value of DEVLINK_ATTR_SB_POOL_CELL_SIZE, if reported. Example: pci/:82:00.0: sb 1 pool 0 type egress size 40945664 thtype static cell_size 2048 sb 2 pool 0 type egress size 258867200 thtype static cell_size 10240 ... Signed-off-by: Jakub Kicinski Reviewed-by: Quentin Monnet --