Re: [ovs-dev] [PATCH] datapath: Deprecated CAPWAP support.

2012-10-26 Thread Jesse Gross
On Sat, Oct 27, 2012 at 1:07 PM, Pravin B Shelar wrote: > Signed-off-by: Pravin B Shelar I think we should probably add a little bit of information about the rationale and timeline to the commit message. I would also mention that it is deprecated in the schema documentation for CAPWAP. > v1.8

Re: [ovs-dev] [PATCH] datapath: Deprecated CAPWAP support.

2012-10-26 Thread Cong Wang
On 10/28/2012 04:07 AM, Pravin B Shelar wrote: --- a/datapath/vport-capwap.c +++ b/datapath/vport-capwap.c @@ -473,6 +473,7 @@ static struct vport *capwap_create(const struct vport_parms *parms) struct vport *vport; int err; + pr_err("%s: capwap support is deprecated\n", _

Re: [ovs-dev] [PATCH] datapath: Deprecated CAPWAP support.

2012-10-25 Thread Pravin Shelar
On Thu, Oct 25, 2012 at 1:28 PM, Kyle Mestery (kmestery) wrote: > On Oct 27, 2012, at 3:07 PM, Pravin B Shelar wrote: >> Signed-off-by: Pravin B Shelar > > > This looks ok. Is this error going to be around for a release, at which point > CAPWAP support will then be removed from the code? Just cu

Re: [ovs-dev] [PATCH] datapath: Deprecated CAPWAP support.

2012-10-25 Thread Kyle Mestery (kmestery)
On Oct 27, 2012, at 3:07 PM, Pravin B Shelar wrote: > Signed-off-by: Pravin B Shelar This looks ok. Is this error going to be around for a release, at which point CAPWAP support will then be removed from the code? Just curious about the plan there. Acked-by: Kyle Mestery _

[ovs-dev] [PATCH] datapath: Deprecated CAPWAP support.

2012-10-25 Thread Pravin B Shelar
Signed-off-by: Pravin B Shelar --- NEWS|1 + datapath/vport-capwap.c |1 + 2 files changed, 2 insertions(+) diff --git a/NEWS b/NEWS index 3cb1bd3..3f99054 100644 --- a/NEWS +++ b/NEWS @@ -42,6 +42,7 @@ v1.9.0 - xx xxx - The autopath action. - I