X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=net%2Fopenvswitch%2Fflow.c;h=619f1d710eac0d9f9aab37d5d2340f91fa92b639;hb=ccf27814a63fc122dc5980453a18847dc5d8429f;hp=0ea128eeeab2f835221b2068b1098a81fe1d731d;hpb=52206520b3d0f0315079b9a4d08523876e8c5136;p=karo-tx-linux.git diff --git a/net/openvswitch/flow.c b/net/openvswitch/flow.c index 0ea128eeeab2..619f1d710eac 100644 --- a/net/openvswitch/flow.c +++ b/net/openvswitch/flow.c @@ -71,7 +71,7 @@ void ovs_flow_stats_update(struct sw_flow *flow, __be16 tcp_flags, const struct sk_buff *skb) { struct flow_stats *stats; - int node = numa_node_id(); + int node = numa_mem_id(); int len = skb->len + (skb_vlan_tag_present(skb) ? VLAN_HLEN : 0); stats = rcu_dereference(flow->stats[node]);