Skip to content
Commit 735c64ea authored by Xin Long's avatar Xin Long Committed by Greg Kroah-Hartman
Browse files

tipc: add tipc_bearer_min_mtu to calculate min mtu

[ Upstream commit 3ae6d66b

 ]

As different media may requires different min mtu, and even the
same media with different net family requires different min mtu,
add tipc_bearer_min_mtu() to calculate min mtu accordingly.

This API will be used to check the new mtu when doing the link
mtu negotiation in the next patch.

Signed-off-by: default avatarXin Long <lucien.xin@gmail.com>
Acked-by: default avatarJon Maloy <jmaloy@redhat.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
Stable-dep-of: 56077b56

 ("tipc: do not update mtu if msg_max is too small in mtu negotiation")
Signed-off-by: default avatarSasha Levin <sashal@kernel.org>
parent 73f53bc2
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment