Re: [ovs-dev] [PATCH v4] dapapath: Kill VPORT_F_TUN_ID vport flag.

2013-05-06 Thread Pravin Shelar
On Fri, May 3, 2013 at 10:46 AM, Jesse Gross wrote: > On Fri, May 3, 2013 at 10:35 AM, Pravin B Shelar wrote: >> VPORT_F_TUN_ID is last remaining flag, once we remove it, flags >> field from vport-ops can be removed. Since it does not complicate >> much code, we decided to remove this flag. >> >

Re: [ovs-dev] [PATCH v4] dapapath: Kill VPORT_F_TUN_ID vport flag.

2013-05-03 Thread Jesse Gross
On Fri, May 3, 2013 at 10:35 AM, Pravin B Shelar wrote: > VPORT_F_TUN_ID is last remaining flag, once we remove it, flags > field from vport-ops can be removed. Since it does not complicate > much code, we decided to remove this flag. > > Signed-off-by: Pravin B Shelar Acked-by: Jesse Gross T

[ovs-dev] [PATCH v4] dapapath: Kill VPORT_F_TUN_ID vport flag.

2013-05-03 Thread Pravin B Shelar
VPORT_F_TUN_ID is last remaining flag, once we remove it, flags field from vport-ops can be removed. Since it does not complicate much code, we decided to remove this flag. Signed-off-by: Pravin B Shelar --- v3-v4: - Pass tun_key as param to ovs_vport_receive(). v1-v3: New patch. --- datapath