Skip to content

Commit

Permalink
datapath:netdevice: Export rpl_skb_gso_segment.
Browse files Browse the repository at this point in the history
With the latest change of separating vports into their own modules,
we also need to explicitly export rpl_skb_gso_segment to avoid linker
error.

VMware-BZ: #1432578
VMware-BZ: #1308175

Signed-off-by: Alex Wang <[email protected]>
Acked-by: Jesse Gross <[email protected]>
  • Loading branch information
yew011 committed Apr 16, 2015
1 parent df4d9ec commit c3db81e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions datapath/linux/compat/netdevice.c
Original file line number Diff line number Diff line change
Expand Up @@ -106,4 +106,5 @@ struct sk_buff *rpl_skb_gso_segment(struct sk_buff *skb,
skb->protocol = skb_proto;
return skb_gso;
}
EXPORT_SYMBOL_GPL(rpl_skb_gso_segment);
#endif /* kernel version < 3.16.0 */

0 comments on commit c3db81e

Please sign in to comment.