Re: [PATCH net-next v3 1/1] geneve: add rtnl changelink support

2017-07-24 Thread David Miller
From: Girish Moodalbail Date: Thu, 20 Jul 2017 22:44:20 -0700 > This patch adds changelink rtnl operation support for geneve devices > and the code changes involve: > > - added geneve_quiesce() which quiesces the geneve device data path > for both TX and RX. This lets us perform the change

Re: [PATCH net-next v3 1/1] geneve: add rtnl changelink support

2017-07-23 Thread Pravin Shelar
On Thu, Jul 20, 2017 at 10:44 PM, Girish Moodalbail wrote: > This patch adds changelink rtnl operation support for geneve devices > and the code changes involve: > > - added geneve_quiesce() which quiesces the geneve device data path > for both TX and RX. This lets us perform the changelink

[PATCH net-next v3 1/1] geneve: add rtnl changelink support

2017-07-20 Thread Girish Moodalbail
This patch adds changelink rtnl operation support for geneve devices and the code changes involve: - added geneve_quiesce() which quiesces the geneve device data path for both TX and RX. This lets us perform the changelink operation atomically w.r.t data path. Also added geneve_unquiesce