[ovs-dev] [PATCH 2/2] datapath: Removal of kernel compatibility code for upstreaming

Jesse Gross jesse at nicira.com
Thu Nov 10 04:17:05 UTC 2011


On Wed, Nov 9, 2011 at 6:40 PM, Pravin B Shelar <pshelar at nicira.com> wrote:
> Following patch deletes OVS compatibility code related to older kernel,
> bridge, vlan etc and rearranges it for upstreaming.
>
> This patch is against OVS upstream kernel tree.
>
> Signed-off-by: Pravin B Shelar <pshelar at nicira.com>
> Bug #7561

I haven't looked through this yet but it needs another function
implemented upstream when lockdep is enabled:

  CC [M]  net/openvswitch/datapath.o
net/openvswitch/datapath.c: In function ‘get_table_protected’:
net/openvswitch/datapath.c:101:2: error: implicit declaration of
function ‘lockdep_genl_is_held’
[-Werror=implicit-function-declaration]
cc1: some warnings being treated as errors



More information about the dev mailing list