mirror of
https://github.com/openvswitch/ovs
synced 2025-10-15 14:17:18 +00:00
datapath: Check for backported rcu_read_lock_held.
New versions of Xen backport this function. Signed-off-by: Jesse Gross <jesse@nicira.com> Acked-by: Ben Pfaff <blp@nicira.com>
This commit is contained in:
@@ -168,6 +168,10 @@ AC_DEFUN([OVS_CHECK_LINUX26_COMPAT], [
|
||||
OVS_GREP_IFELSE([$KSRC26/include/linux/netdevice.h], [dev_disable_lro])
|
||||
OVS_GREP_IFELSE([$KSRC26/include/linux/netdevice.h], [dev_get_stats])
|
||||
|
||||
OVS_GREP_IFELSE([$KSRC26/include/linux/rcupdate.h], [rcu_read_lock_held], [],
|
||||
[OVS_GREP_IFELSE([$KSRC26/include/linux/rtnetlink.h],
|
||||
[rcu_read_lock_held])])
|
||||
|
||||
# Check for the proto_data_valid member in struct sk_buff. The [^@]
|
||||
# is necessary because some versions of this header remove the
|
||||
# member but retain the kerneldoc comment that describes it (which
|
||||
|
@@ -11,7 +11,7 @@
|
||||
#define rcu_dereference_protected(p, c) (p)
|
||||
#endif
|
||||
|
||||
#if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,34)
|
||||
#ifndef HAVE_RCU_READ_LOCK_HELD
|
||||
static inline int rcu_read_lock_held(void)
|
||||
{
|
||||
return 1;
|
||||
|
Reference in New Issue
Block a user