On Mon, Nov 18, 2019 at 11:41 PM Jason Gunthorpe <jgg@xxxxxxxx> wrote: > > On Sat, Nov 16, 2019 at 12:14:53AM -0500, Devesh Sharma wrote: > > From: Luke Starrett <luke.starrett@xxxxxxxxxxxx> > > > > In the first version of Gen P5 ASIC, chip-id was always > > set to 0x1750 for all adaptor port configurations. This > > has been fixed in the new chip rev. > > > > Making a change in chip-number validation check to honor > > other chip-ids as well. > > > > Signed-off-by: Naresh Kumar PBS <nareshkumar.pbs@xxxxxxxxxxxx> > > Signed-off-by: Selvin Xavier <selvin.xavier@xxxxxxxxxxxx> > > Signed-off-by: Luke Starrett <luke.starrett@xxxxxxxxxxxx> > > Signed-off-by: Devesh Sharma <devesh.sharma@xxxxxxxxxxxx> > > --- > > drivers/infiniband/hw/bnxt_re/qplib_res.h | 8 ++++++-- > > 1 file changed, 6 insertions(+), 2 deletions(-) > > You marked this for-rc without a fixes line Yes, I realized after posting the patch let me add that here. In-fact I have one more fix to go along with this one. I will rather make a short series of 2 patches. -Regards Devesh > > Jason