Re: [net-next PATCH 0/2] Minor macvlan source mode cleanups

2017-10-14 Thread David Miller
From: Alexander Duyck Date: Fri, 13 Oct 2017 13:40:18 -0700 > So this patch series is just a few minor cleanups for macvlan source mode. > The first patch addresses double receives when a packet is being routed to > the macvlan destination address, and the other addresses the pkt_type being > upd

[net-next PATCH 0/2] Minor macvlan source mode cleanups

2017-10-13 Thread Alexander Duyck
So this patch series is just a few minor cleanups for macvlan source mode. The first patch addresses double receives when a packet is being routed to the macvlan destination address, and the other addresses the pkt_type being updated in cases where it most likely should not be. --- Alexander Duyc