This series makes the IP fragmentation backport detection more robust in the
face of different linux distributions backporting various patches to older
kernels.

Most of the patches from v1 of this series were applied. However, there were a
few additional issues also discovered during v1, so this v2 respins a couple
of the patches which broke particular kernels, and adds a few extra patches
that fix issues on particular kernels.

The first few patches are new or modified from v1.  The last few patches have
trivial (or no) changes from v1, but I have not applied them yet as they would
break the build without the earlier patches. I have retained them from v1 with
the Ack from Pravin.

Joe Stringer (6):
  datapath: Fix kernel-4.3 build.
  compat: Rename OVS frag caches.
  compat: Detect and use inet_frag_queue->list_evictor.
  compat: Detect and use upstream ip_fragment().
  datapath: Re-designate OVS_FRAGMENT_BACKPORT.
  travis: Update kernel matrix.

 .travis.yml                                   | 16 ++++++++--------
 acinclude.m4                                  | 11 ++++++++++-
 datapath/linux/compat/include/net/inet_frag.h | 12 ++++++++++++
 datapath/linux/compat/include/net/ip.h        | 20 ++++++++++----------
 datapath/linux/compat/inet_fragment.c         | 20 ++++++++++----------
 datapath/linux/compat/ip_fragment.c           |  8 ++++----
 datapath/linux/compat/nf_conntrack_reasm.c    |  2 +-
 7 files changed, 55 insertions(+), 34 deletions(-)

-- 
2.1.4

_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to