Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Several cases of overlapping changes which were for the most part trivially resolvable. Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
@@ -526,8 +526,8 @@ static void tun_flow_update(struct tun_struct *tun, u32 rxhash,
|
||||
e = tun_flow_find(head, rxhash);
|
||||
if (likely(e)) {
|
||||
/* TODO: keep queueing to old queue until it's empty? */
|
||||
if (e->queue_index != queue_index)
|
||||
e->queue_index = queue_index;
|
||||
if (READ_ONCE(e->queue_index) != queue_index)
|
||||
WRITE_ONCE(e->queue_index, queue_index);
|
||||
if (e->updated != jiffies)
|
||||
e->updated = jiffies;
|
||||
sock_rps_record_flow_hash(e->rps_rxhash);
|
||||
|
Reference in New Issue
Block a user