Re: [PATCH net-next 2/3] vrf: Use dst_dev_put() instead of using loopback device
From: David Ahern <dsahern@kernel.org> Date: 2026-03-24 19:07:13
On 3/24/26 9:55 AM, Ido Schimmel wrote:
Use dst_dev_put() to clean up the device referenced by the dst entry
instead of partially open coding it. Internally, the helper uses the
blackhole device instead of the loopback device.
Reviewed-by: Petr Machata <petrm@nvidia.com>
Signed-off-by: Ido Schimmel <idosch@nvidia.com>
---
drivers/net/vrf.c | 24 ++++--------------------
1 file changed, 4 insertions(+), 20 deletions(-)