On Thu, Jan 3, 2019 at 2:27 AM Jason Gunthorpe <jgg@xxxxxxxxxxxx> wrote: > > On Mon, Dec 31, 2018 at 01:10:03AM -0500, Devesh Sharma wrote: > > The backing store to keep HW context data structures > > is allocated and initialized by L2 driver. For 57500 > > chip RoCE driver do not require to allocate and initialize > > additional memory. Changing to skip duplicate allocation > > and initialization for 57500 adapters. Driver continues as > > before for older chips. > > > > This patch is also takes care of stats context memory alignment > > to 128 boundary, a requirement for the 57500 series of chip. > > Older chips do care of alignment, thus the change is unconditional. > > 'do not care' ? > Another miss, realized after posting, will fix it > Jason