-
Notifications
You must be signed in to change notification settings - Fork 56
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
net/core: Add help functions to udp/ipv4 tunnel xmit flow
udp_tunnel_xmit_skb/ip_tunnel_xmit_skb functions prepare udp/ ipv4 headers accordingly and xmit the packet. This patch separate the header preparation from packet transmitting and adds 2 help functions: udp_tunnel_prepare_skb and iptunnel_prepare The infrastructure change will be used by the rxe driver to allow icrc calculation after the packet headers are built and before xmiting the package. Issue: 535827 Change-Id: Iecd377e84f5a69cd4f1f742e5d7329e6f6ab56c1 Signed-off-by: Hadar Hen Zion <[email protected]>
- Loading branch information
1 parent
ab1d2cd
commit 148a54f
Showing
4 changed files
with
36 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters