On Thu, Jan 28, 2021 at 12:23:02PM -0600, Bob Pearson wrote: > rxe_net.c sends packets at the IP layer with skb->data > pointing at the IP header but receives packets from > a UDP tunnel with skb->data pointing at the UDP header. > On the loopback path this was not correctly accounted for. > This patch corrects for this by using sbk_pull() to > strip the IP header from the skb on received packets. > > Fixes: 8700e3e7c4857 ("Soft RoCE driver") > Signed-off-by: Bob Pearson <rpearson@xxxxxxx> > --- > drivers/infiniband/sw/rxe/rxe_net.c | 5 +++++ > 1 file changed, 5 insertions(+) Applied to for-next, thanks Jason