Merge tag 'arm-soc-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc
[linux-2.6-microblaze.git] / net / openvswitch / datapath.c
index 9d6ef6c..bc164b3 100644 (file)
@@ -43,6 +43,7 @@
 #include "flow_table.h"
 #include "flow_netlink.h"
 #include "meter.h"
+#include "openvswitch_trace.h"
 #include "vport-internal_dev.h"
 #include "vport-netdev.h"
 
@@ -275,6 +276,9 @@ int ovs_dp_upcall(struct datapath *dp, struct sk_buff *skb,
        struct dp_stats_percpu *stats;
        int err;
 
+       if (trace_ovs_dp_upcall_enabled())
+               trace_ovs_dp_upcall(dp, skb, key, upcall_info);
+
        if (upcall_info->portid == 0) {
                err = -ENOTCONN;
                goto err;