On Tue, Apr 30, 2013 at 5:38 PM, Jesse Gross wrote:
> On Tue, Apr 30, 2013 at 4:21 PM, Pravin B Shelar wrote:
>> diff --git a/datapath/vport-gre.c b/datapath/vport-gre.c
>> index 2db4934..59e22be 100644
>> --- a/datapath/vport-gre.c
>> +++ b/datapath/vport-gre.c
>> @@ -327,10 +325,17 @@ static st
On Tue, Apr 30, 2013 at 4:21 PM, Pravin B Shelar wrote:
> diff --git a/datapath/vport-gre.c b/datapath/vport-gre.c
> index 2db4934..59e22be 100644
> --- a/datapath/vport-gre.c
> +++ b/datapath/vport-gre.c
> @@ -327,10 +325,17 @@ static struct vport *gre_create(const struct
> vport_parms *parms)
>
vport->init and exit() functios are defined by gre and netdev vport
only and both can be moved to first port create.
Following patch does same, it moves vport init to respectve vport
create and get rid of vport->init() and vport->exit() fnctions.
Signed-off-by: Pravin B Shelar
---
v1-v2:
No Chan