[ovs-git] [openvswitch/ovs] f92276: datapath: Fix compilation on kernel 2.6.32

GitHub noreply at github.com
Fri Oct 9 21:30:49 UTC 2015


  Branch: refs/heads/branch-2.3
  Home:   https://github.com/openvswitch/ovs
  Commit: f922763ad533ee1498d1ad01e7b79ce152620bf7
      https://github.com/openvswitch/ovs/commit/f922763ad533ee1498d1ad01e7b79ce152620bf7
  Author: Pravin B Shelar <pshelar at nicira.com>
  Date:   2015-10-09 (Fri, 09 Oct 2015)

  Changed paths:
    M acinclude.m4
    M datapath/linux/compat/include/linux/skbuff.h

  Log Message:
  -----------
  datapath: Fix compilation on kernel 2.6.32

Fixes following compilation error:

CC [M]  /home/travis/build/openvswitch/ovs/datapath/linux/actions.o

In file included from
/home/travis/build/openvswitch/ovs/datapath/linux/actions.c:21:0:

/home/travis/build/openvswitch/ovs/datapath/linux/compat/include/linux/skbuff.h:
In function ‘rpl_skb_postpull_rcsum’:

/home/travis/build/openvswitch/ovs/datapath/linux/compat/include/linux/skbuff.h:384:4:
error: implicit declaration of function ‘skb_checksum_start_offset’
[-Werror=implicit-function-declaration]

cc1: some warnings being treated as errors

Reported-by: Joe Stringer <joestringer at nicira.com>
Signed-off-by: Pravin B Shelar <pshelar at nicira.com>
Acked-by: Joe Stringer <joestringer at nicira.com>




More information about the git mailing list