]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit58a7387a27b0dad77c7926718ee4ccef972c7273
treec3ba126a35c3ac10579e7a6ff9b990526448ce51
parent1acfed2182708cfee35ebe4033715547e398f3ff
parent064ab8dfc50627aea9919ed8be5e9b441629fa31
Merge branch 'net-bridge-minor-followup-optimizations'

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>