On Tue, Nov 24, 2020 at 08:24:09PM +0800, Weihang Li wrote: > From: Yangyang Li <liyangyang20@xxxxxxxxxx> > > In order to improve performance by balancing the load between different > banks of cache, the QPC cache is desigend to choose one of 8 banks > according to lower 3 bits of QPN. The hns driver needs to count the number > of QP on each bank and then assigns the QP being created to the bank with > the minimum load first. > > Signed-off-by: Yangyang Li <liyangyang20@xxxxxxxxxx> > Signed-off-by: Weihang Li <liweihang@xxxxxxxxxx> > --- Applied to for-next, thanks Jason