On Fri, Feb 01, 2019 at 05:56:28PM -0800, Jakub Kicinski wrote: > Shared buffer allocation is usually done in cell increments. > Drivers will either round up the allocation or refuse the > configuration if it's not an exact multiple of cell size. > Drivers know exactly the cell size of shared buffer, so help > out users by providing this information in dumps. > > Signed-off-by: Jakub Kicinski <jakub.kicin...@netronome.com> > Reviewed-by: Dirk van der Merwe <dirk.vanderme...@netronome.com>
Reviewed-by: Ido Schimmel <ido...@mellanox.com> I assume you're going to patch iproute2. Consider explaining what is cell size in devlink-sb manpage. Thanks!