On Wed, Mar 31, 2021 at 07:27:15PM +0530, Potnuri Bharat Teja wrote: > ipv6 bit is wrongly set by commit '3408be145a5d' which causes fatal adapter > lookup engine errors for ipv4 connections while destroying listener. > Current patch properly checks the local address for ipv6 and fixes the > blunder introduced by commit '3408be145a5d'. > > Fixes: 3408be145a5d ("RDMA/cxgb4: Fix adapter LE hash errors while destroying ipv6 listening server") > Signed-off-by: Potnuri Bharat Teja <bharat@xxxxxxxxxxx> > --- > drivers/infiniband/hw/cxgb4/cm.c | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) Applied to for-rc, thanks Jason