Re: [ovs-dev] [PATCH] ip_gre: Removed unused ipgre netdev ops

2019-11-01 Thread Simon Horman
On Fri, Nov 01, 2019 at 09:54:40AM -0700, Gregory Rose wrote: > > > On 11/1/2019 9:52 AM, Gregory Rose wrote: > > > >     42a059e02bf3 ("ip_gre: Remove even more unused code") > > > > That one should be fine. > > > > Thanks, > > > > Oh goodness, I meant this one should be fine. > >

Re: [ovs-dev] [PATCH] ip_gre: Removed unused ipgre netdev ops

2019-11-01 Thread Gregory Rose
On 11/1/2019 9:52 AM, Gregory Rose wrote:     42a059e02bf3 ("ip_gre: Remove even more unused code") That one should be fine. Thanks, Oh goodness, I meant this one should be fine. adf9ac69aee1 ("ip_gre: Removed unused ipgre netdev ops") - Greg

Re: [ovs-dev] [PATCH] ip_gre: Removed unused ipgre netdev ops

2019-11-01 Thread Gregory Rose
On 11/1/2019 9:48 AM, Simon Horman wrote: On Fri, Nov 01, 2019 at 09:39:29AM -0700, Gregory Rose wrote: On 11/1/2019 9:36 AM, Simon Horman wrote: On Fri, Nov 01, 2019 at 09:24:08AM -0700, Gregory Rose wrote: On 11/1/2019 9:20 AM, Simon Horman wrote: On Fri, Nov 01, 2019 at 09:02:43AM

Re: [ovs-dev] [PATCH] ip_gre: Removed unused ipgre netdev ops

2019-11-01 Thread Simon Horman
On Fri, Nov 01, 2019 at 09:39:29AM -0700, Gregory Rose wrote: > > On 11/1/2019 9:36 AM, Simon Horman wrote: > > On Fri, Nov 01, 2019 at 09:24:08AM -0700, Gregory Rose wrote: > > > On 11/1/2019 9:20 AM, Simon Horman wrote: > > > > On Fri, Nov 01, 2019 at 09:02:43AM -0700, Gregory Rose wrote: > > >

Re: [ovs-dev] [PATCH] ip_gre: Removed unused ipgre netdev ops

2019-11-01 Thread Gregory Rose
On 11/1/2019 9:36 AM, Simon Horman wrote: On Fri, Nov 01, 2019 at 09:24:08AM -0700, Gregory Rose wrote: On 11/1/2019 9:20 AM, Simon Horman wrote: On Fri, Nov 01, 2019 at 09:02:43AM -0700, Gregory Rose wrote: On 11/1/2019 8:48 AM, Gregory Rose wrote: On 11/1/2019 7:50 AM, Simon Horman wrote:

Re: [ovs-dev] [PATCH] ip_gre: Removed unused ipgre netdev ops

2019-11-01 Thread Simon Horman
On Fri, Nov 01, 2019 at 09:24:08AM -0700, Gregory Rose wrote: > > On 11/1/2019 9:20 AM, Simon Horman wrote: > > On Fri, Nov 01, 2019 at 09:02:43AM -0700, Gregory Rose wrote: > > > On 11/1/2019 8:48 AM, Gregory Rose wrote: > > > > On 11/1/2019 7:50 AM, Simon Horman wrote: > > > > > On Thu, Oct 31,

Re: [ovs-dev] [PATCH] ip_gre: Removed unused ipgre netdev ops

2019-11-01 Thread Gregory Rose
On 11/1/2019 9:20 AM, Simon Horman wrote: On Fri, Nov 01, 2019 at 09:02:43AM -0700, Gregory Rose wrote: On 11/1/2019 8:48 AM, Gregory Rose wrote: On 11/1/2019 7:50 AM, Simon Horman wrote: On Thu, Oct 31, 2019 at 03:18:23PM -0700, Gregory Rose wrote: On 10/31/2019 2:08 PM, Ben Pfaff wrote:

Re: [ovs-dev] [PATCH] ip_gre: Removed unused ipgre netdev ops

2019-11-01 Thread Simon Horman
On Fri, Nov 01, 2019 at 09:02:43AM -0700, Gregory Rose wrote: > > On 11/1/2019 8:48 AM, Gregory Rose wrote: > > > > On 11/1/2019 7:50 AM, Simon Horman wrote: > > > On Thu, Oct 31, 2019 at 03:18:23PM -0700, Gregory Rose wrote: > > > > On 10/31/2019 2:08 PM, Ben Pfaff wrote: > > > > > On Thu, Oct

Re: [ovs-dev] [PATCH] ip_gre: Removed unused ipgre netdev ops

2019-11-01 Thread Gregory Rose
On 11/1/2019 8:48 AM, Gregory Rose wrote: On 11/1/2019 7:50 AM, Simon Horman wrote: On Thu, Oct 31, 2019 at 03:18:23PM -0700, Gregory Rose wrote: On 10/31/2019 2:08 PM, Ben Pfaff wrote: On Thu, Oct 31, 2019 at 01:30:39PM -0700, Greg Rose wrote: When cleaning up unused ipgre code the

Re: [ovs-dev] [PATCH] ip_gre: Removed unused ipgre netdev ops

2019-11-01 Thread Gregory Rose
On 11/1/2019 7:50 AM, Simon Horman wrote: On Thu, Oct 31, 2019 at 03:18:23PM -0700, Gregory Rose wrote: On 10/31/2019 2:08 PM, Ben Pfaff wrote: On Thu, Oct 31, 2019 at 01:30:39PM -0700, Greg Rose wrote: When cleaning up unused ipgre code the ipgre_netdev_ops structure was missed. Get rid of

Re: [ovs-dev] [PATCH] ip_gre: Removed unused ipgre netdev ops

2019-11-01 Thread Simon Horman
On Thu, Oct 31, 2019 at 03:18:23PM -0700, Gregory Rose wrote: > > On 10/31/2019 2:08 PM, Ben Pfaff wrote: > > On Thu, Oct 31, 2019 at 01:30:39PM -0700, Greg Rose wrote: > > > When cleaning up unused ipgre code the ipgre_netdev_ops structure > > > was missed. Get rid of it now. > > > > > > Fixes:

Re: [ovs-dev] [PATCH] ip_gre: Removed unused ipgre netdev ops

2019-10-31 Thread Gregory Rose
On 10/31/2019 2:08 PM, Ben Pfaff wrote: On Thu, Oct 31, 2019 at 01:30:39PM -0700, Greg Rose wrote: When cleaning up unused ipgre code the ipgre_netdev_ops structure was missed. Get rid of it now. Fixes: d5822f428814 ("gre: Remove dead ipgre code") Signed-off-by: Greg Rose Applied to master,

Re: [ovs-dev] [PATCH] ip_gre: Removed unused ipgre netdev ops

2019-10-31 Thread Ben Pfaff
On Thu, Oct 31, 2019 at 01:30:39PM -0700, Greg Rose wrote: > When cleaning up unused ipgre code the ipgre_netdev_ops structure > was missed. Get rid of it now. > > Fixes: d5822f428814 ("gre: Remove dead ipgre code") > Signed-off-by: Greg Rose Applied to master, thanks!

Re: [ovs-dev] [PATCH] ip_gre: Removed unused ipgre netdev ops

2019-10-31 Thread Gregory Rose
Please hold off on this - there's more code to excise.  I'll send along a V2 Thanks, - Greg On 10/31/2019 1:30 PM, Greg Rose wrote: When cleaning up unused ipgre code the ipgre_netdev_ops structure was missed. Get rid of it now. Fixes: d5822f428814 ("gre: Remove dead ipgre code")

[ovs-dev] [PATCH] ip_gre: Removed unused ipgre netdev ops

2019-10-31 Thread Greg Rose
When cleaning up unused ipgre code the ipgre_netdev_ops structure was missed. Get rid of it now. Fixes: d5822f428814 ("gre: Remove dead ipgre code") Signed-off-by: Greg Rose --- datapath/linux/compat/ip_gre.c | 16 1 file changed, 16 deletions(-) diff --git