Re: [PATCH net-next 0/3] bridge: minor fdb cleanup
From: David Miller <davem@davemloft.net>
Date: 2017-02-14 17:41:25
Also in:
bridge
From: David Miller <davem@davemloft.net>
Date: 2017-02-14 17:41:25
Also in:
bridge
From: Nikolay Aleksandrov <redacted> Date: Mon, 13 Feb 2017 14:59:08 +0100
These patches aim to simplify the bridge fdb API a little by removing some redundant functions and converting them into wrappers of a single function. Also add proper lock checking to avoid future mistakes for the search functions.
This looks fine, series applied. Thanks.