Re: [ovs-dev] [PATCH 3/3] datapath: Use tun_info only for egress tunnel path.

2014-08-06 Thread Pravin Shelar
On Wed, Aug 6, 2014 at 3:30 PM, Andy Zhou wrote: > On Tue, Aug 5, 2014 at 4:46 PM, Pravin B Shelar wrote: >> Currently tun_info is used for passing tunnel information >> on ingress and egress path, this cause confusion. Following >> patch removes its use on ingress path make it egress only param

Re: [ovs-dev] [PATCH 3/3] datapath: Use tun_info only for egress tunnel path.

2014-08-06 Thread Andy Zhou
On Tue, Aug 5, 2014 at 4:46 PM, Pravin B Shelar wrote: > Currently tun_info is used for passing tunnel information > on ingress and egress path, this cause confusion. Following > patch removes its use on ingress path make it egress only parameter. Sorry for the patch rebasing request. I messed u

Re: [ovs-dev] [PATCH 3/3] datapath: Use tun_info only for egress tunnel path.

2014-08-06 Thread Pravin Shelar
On Wed, Aug 6, 2014 at 1:07 PM, Andy Zhou wrote: > This patch does not apply for me. Would you please rebase and repost? > It applies fine to me. It does depends on earlier patches, have you applied those? > On Tue, Aug 5, 2014 at 4:46 PM, Pravin B Shelar wrote: >> Currently tun_info is used for

Re: [ovs-dev] [PATCH 3/3] datapath: Use tun_info only for egress tunnel path.

2014-08-06 Thread Andy Zhou
This patch does not apply for me. Would you please rebase and repost? On Tue, Aug 5, 2014 at 4:46 PM, Pravin B Shelar wrote: > Currently tun_info is used for passing tunnel information > on ingress and egress path, this cause confusion. Following > patch removes its use on ingress path make it e

[ovs-dev] [PATCH 3/3] datapath: Use tun_info only for egress tunnel path.

2014-08-05 Thread Pravin B Shelar
Currently tun_info is used for passing tunnel information on ingress and egress path, this cause confusion. Following patch removes its use on ingress path make it egress only parameter. Signed-off-by: Pravin B Shelar --- datapath/actions.c |2 +- datapath/datapath.c | 23 +++