On Thu, Jan 24, 2019 at 04:44:34PM +0200, Kamal Heib wrote: > Currently a packet is marked for loopback only if the source and > destination addresses match, This is not enough when multiple gids are > present in rxe device's gid table and the traffic is from one gid to > another, this patch fixes this by marking the packet for loopback if the > destination address found in the rxe's netdevice address list. Shouldn't loop back detection be based on the DMAC/SMAC being equal and nothing else? Jason