[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20210713123654.31174-1-yajun.deng@linux.dev>
Date: Tue, 13 Jul 2021 20:36:52 +0800
From: Yajun Deng <yajun.deng@...ux.dev>
To: davem@...emloft.net, kuba@...nel.org, jhs@...atatu.com,
xiyou.wangcong@...il.com, jiri@...nulli.us, yajun.deng@...ux.dev,
johannes.berg@...el.com, ryazanov.s.a@...il.com, avagin@...il.com,
vladimir.oltean@....com, roopa@...ulusnetworks.com,
zhudi21@...wei.com
Cc: linux-kernel@...r.kernel.org, netdev@...r.kernel.org
Subject: [PATCH 0/2] net: Use nlmsg_{multicast, unicast} that contain if statement
Patch1: use nlmsg_{multicast, unicast} instead of netlink_
{broadcast,unicast} in rtnetlink.
Patch2: The caller no need deal with the if statements and use
the rename function.
Yajun Deng (2):
rtnetlink: use nlmsg_{multicast, unicast} instead of
netlink_{broadcast,unicast}
net/sched: Remove unnecessary judgment statements
include/linux/rtnetlink.h | 2 +-
net/core/rtnetlink.c | 13 +++++++------
net/sched/act_api.c | 20 ++++++--------------
net/sched/cls_api.c | 28 +++++++++++-----------------
net/sched/sch_api.c | 18 ++++++------------
5 files changed, 31 insertions(+), 50 deletions(-)
--
2.32.0
Powered by blists - more mailing lists