On Thu, Oct 08, 2020 at 04:27:53PM -0500, Bob Pearson wrote: > - Fix a bug in rxe_rcv that causes all multicast packets to be > dropped. Currently rxe_match_dgid is called for each packet > to verify that the destination IP address matches one of the > entries in the port source GID table. This is incorrect for > IP multicast addresses since they do not appear in the GID table. > - Add code to detect multicast addresses. > - Change function name to rxe_chk_dgid which is clearer. > > Signed-off-by: Bob Pearson <rpearson@xxxxxxx> > --- > drivers/infiniband/sw/rxe/rxe_recv.c | 19 ++++++++++++++++--- > 1 file changed, 16 insertions(+), 3 deletions(-) Looks right, was there 4 patches? I only see three Applied to for-next Thanks, Jason