Re: [net PATCH] macvlan: Only deliver one copy of the frame to the macvlan interface

2017-10-09 Thread Alexander Duyck
On Mon, Oct 9, 2017 at 10:30 AM, Alexander Duyck wrote: > On Sun, Oct 8, 2017 at 6:07 PM, Eric Dumazet wrote: >> On Sun, 2017-10-08 at 15:54 -0700, Alexander Duyck wrote: >>> From: Alexander Duyck >>> >>> This patch intoduces a slight adjustment for macvlan to address the fact >>> that in source

Re: [net PATCH] macvlan: Only deliver one copy of the frame to the macvlan interface

2017-10-09 Thread Alexander Duyck
On Sun, Oct 8, 2017 at 6:07 PM, Eric Dumazet wrote: > On Sun, 2017-10-08 at 15:54 -0700, Alexander Duyck wrote: >> From: Alexander Duyck >> >> This patch intoduces a slight adjustment for macvlan to address the fact >> that in source mode I was seeing two copies of any packet addressed to the >>

Re: [net PATCH] macvlan: Only deliver one copy of the frame to the macvlan interface

2017-10-08 Thread Eric Dumazet
On Sun, 2017-10-08 at 15:54 -0700, Alexander Duyck wrote: > From: Alexander Duyck > > This patch intoduces a slight adjustment for macvlan to address the fact > that in source mode I was seeing two copies of any packet addressed to the > macvlan interface being delivered where there should have b

[net PATCH] macvlan: Only deliver one copy of the frame to the macvlan interface

2017-10-08 Thread Alexander Duyck
From: Alexander Duyck This patch intoduces a slight adjustment for macvlan to address the fact that in source mode I was seeing two copies of any packet addressed to the macvlan interface being delivered where there should have been only one. The issue appears to be that one copy was delivered b