Re: [ovs-dev] [PATCH 0/5] Backport upstream Linux kernel patches

2019-10-18 Thread Gregory Rose



On 10/18/2019 7:23 AM, Simon Horman wrote:

On Thu, Oct 17, 2019 at 01:32:27PM -0700, Gregory Rose wrote:


Hello maintainers,

Yi-Hung has added his acks.  Please consider applying these patches.

Thanks,

- Greg

Thanks Greg,

applied to master.


Thanks Simon!
___
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev


Re: [ovs-dev] [PATCH 0/5] Backport upstream Linux kernel patches

2019-10-18 Thread Simon Horman
On Thu, Oct 17, 2019 at 01:32:27PM -0700, Gregory Rose wrote:
> On 10/9/2019 2:22 PM, Greg Rose wrote:
> > Pull in upstream kernel patches not related to conntrack and
> > add compatibility layer code where needed.
> > 
> > The upstream conntrack related patches will come later from Yi-Hung.
> > 
> > Passes Travis:
> > https://travis-ci.org/gvrose8192/ovs-experimental/builds/595755449
> > 
> > Passes check-kmod with no regressions on Ubuntu 16.04 and 18.04
> > 
> > Arnd Bergmann (1):
> >datapath: hide clang frame-overflow warnings
> > 
> > Greg Rose (1):
> >datapath: compat: drop bridge nf reset from nf_reset
> > 
> > Haishuang Yan (1):
> >compat: remove the incorrect mtu limit for erspan
> > 
> > Li RongQing (1):
> >datapath: change type of UPCALL_PID attribute to NLA_UNSPEC
> > 
> > Pablo Neira Ayuso (1):
> >datapath: rename flow_stats to sw_flow_stats
> > 
> >   acinclude.m4 |  1 +
> >   datapath/datapath.c  | 17 +
> >   datapath/flow.c  |  8 
> >   datapath/flow.h  |  4 ++--
> >   datapath/flow_table.c|  6 +++---
> >   datapath/linux/compat/include/linux/skbuff.h |  4 
> >   datapath/linux/compat/ip_gre.c   |  3 +++
> >   datapath/vport-internal_dev.c|  2 +-
> >   8 files changed, 27 insertions(+), 18 deletions(-)
> > 
> 
> Hello maintainers,
> 
> Yi-Hung has added his acks.  Please consider applying these patches.
> 
> Thanks,
> 
> - Greg

Thanks Greg,

applied to master.
___
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev


Re: [ovs-dev] [PATCH 0/5] Backport upstream Linux kernel patches

2019-10-17 Thread Gregory Rose


Hello maintainers,

Yi-Hung has added his acks.  Please consider applying these patches.

Thanks,

- Greg

On 10/9/2019 2:22 PM, Greg Rose wrote:

Pull in upstream kernel patches not related to conntrack and
add compatibility layer code where needed.

The upstream conntrack related patches will come later from Yi-Hung.

Passes Travis:
https://travis-ci.org/gvrose8192/ovs-experimental/builds/595755449

Passes check-kmod with no regressions on Ubuntu 16.04 and 18.04

Arnd Bergmann (1):
   datapath: hide clang frame-overflow warnings

Greg Rose (1):
   datapath: compat: drop bridge nf reset from nf_reset

Haishuang Yan (1):
   compat: remove the incorrect mtu limit for erspan

Li RongQing (1):
   datapath: change type of UPCALL_PID attribute to NLA_UNSPEC

Pablo Neira Ayuso (1):
   datapath: rename flow_stats to sw_flow_stats

  acinclude.m4 |  1 +
  datapath/datapath.c  | 17 +
  datapath/flow.c  |  8 
  datapath/flow.h  |  4 ++--
  datapath/flow_table.c|  6 +++---
  datapath/linux/compat/include/linux/skbuff.h |  4 
  datapath/linux/compat/ip_gre.c   |  3 +++
  datapath/vport-internal_dev.c|  2 +-
  8 files changed, 27 insertions(+), 18 deletions(-)



___
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev