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 command. > - specifies the devlink device to show pools. > If this argument is omitted all pools of all devices are listed. > > +Display available pools listing their > +.B type, size, thtype > +and > +.B cell_size. cell_size > +is the allocation granularity of memory within the shared buffer. Drivers > +may round up, round down or reject > +.B size > +passed to the set command if its not multiple of
s/its/it is/ > +.B cell_size. > + > .SS devlink sb pool set - set attributes of pool > > .PP > -- > 2.19.2 >