Hi:

I am trying to compile ovs code from github for the 5.4 kernel and the
module builds are failing (excerpt pasted below). Is anyone working on
moving the out of tree modules forward to 5.4 now that it is released
and targeted as an LTS?

Thanks,
David


/home/dahern/oss/ovs.git/datapath/linux/compat/include/net/inet_frag.h:
In function 'inet_frag_evicting':
/home/dahern/oss/ovs.git/datapath/linux/compat/include/net/inet_frag.h:21:49:
error: 'struct inet_frag_queue' has no member named 'fragments'; did you
mean 'rb_fragments'?
  return (q_flags(q) & INET_FRAG_FIRST_IN) && q->fragments != NULL;
                                                 ^~~~~~~~~
                                                 rb_fragments
/home/dahern/oss/ovs.git/datapath/linux/compat/include/net/inet_frag.h:
At top level:
/home/dahern/oss/ovs.git/datapath/linux/compat/include/net/inet_frag.h:46:50:
warning: 'struct netns_frags' declared inside parameter list will not be
visible outside of this definition or declaration
 static inline void rpl_sub_frag_mem_limit(struct netns_frags *nf, int i)
                                                  ^~~~~~~~~~~
/home/dahern/oss/ovs.git/datapath/linux/compat/include/net/inet_frag.h:
In function 'rpl_sub_frag_mem_limit':
/home/dahern/oss/ovs.git/datapath/linux/compat/include/net/inet_frag.h:48:19:
error: dereferencing pointer to incomplete type 'struct netns_frags'
  atomic_sub(i, &nf->mem);
                   ^~
/home/dahern/oss/ovs.git/datapath/linux/compat/include/net/inet_frag.h:
At top level:
/home/dahern/oss/ovs.git/datapath/linux/compat/include/net/inet_frag.h:52:50:
warning: 'struct netns_frags' declared inside parameter list will not be
visible outside of this definition or declaration
 static inline void rpl_add_frag_mem_limit(struct netns_frags *nf, int i)
                                                  ^~~~~~~~~~~
/home/dahern/oss/ovs.git/datapath/linux/compat/include/net/inet_frag.h:
In function 'rpl_add_frag_mem_limit':
/home/dahern/oss/ovs.git/datapath/linux/compat/include/net/inet_frag.h:54:19:
error: dereferencing pointer to incomplete type 'struct netns_frags'
  atomic_add(i, &nf->mem);
                   ^~
_______________________________________________
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to