Hello:
This patch was applied to netdev/net-next.git (master) by Jakub Kicinski kuba@kernel.org:
On Mon, 12 Dec 2022 11:24:26 +0800 you wrote:
tso_count_descs() is a small function doing simple calculation, and tso_count_descs() is used in fast path, so inline it to reduce the overhead of calls.
Signed-off-by: Yunsheng Lin linyunsheng@huawei.com
V2: include skbuff.h explicitly and refactor comment as jakub's suggestion.
[...]
Here is the summary with links: - [net-next,v2] net: tso: inline tso_count_descs() https://git.kernel.org/netdev/net-next/c/d7b061b80ee6
You are awesome, thank you!