Merge branch 'net-bridge-minor-followup-optimizations'
authorDavid S. Miller <davem@davemloft.net>
Fri, 1 Nov 2019 17:32:43 +0000 (10:32 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 1 Nov 2019 17:32:43 +0000 (10:32 -0700)
Nikolay Aleksandrov says:

====================
net: bridge: minor followup optimizations

After the converted flags to bitops we can take advantage of the flags
assignment and remove one test and three atomic bitops from the learning
paths (patch 01 and patch 02), patch 03 restores the unlikely() when taking
over HW learned entries.

v2: a clean export of the latest set version
====================

Signed-off-by: David S. Miller <davem@davemloft.net>

Trivial merge