]> asedeno.scripts.mit.edu Git - linux.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)
commit23c161ee2c220f3791cfd452f38b516f0d3ffaa8
treec3ba126a35c3ac10579e7a6ff9b990526448ce51
parent52340b82cf1a9c8d466b6e36a0881bc44174b969
parent58ec1ea637ca2230c69d6972985ba619366c688b
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>