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' ? Jason