|
@@ -308,7 +308,7 @@ static int queue_gso_packets(struct datapath *dp, struct sk_buff *skb,
|
|
const struct dp_upcall_info *upcall_info,
|
|
const struct dp_upcall_info *upcall_info,
|
|
uint32_t cutlen)
|
|
uint32_t cutlen)
|
|
{
|
|
{
|
|
- unsigned short gso_type = skb_shinfo(skb)->gso_type;
|
|
|
|
|
|
+ unsigned int gso_type = skb_shinfo(skb)->gso_type;
|
|
struct sw_flow_key later_key;
|
|
struct sw_flow_key later_key;
|
|
struct sk_buff *segs, *nskb;
|
|
struct sk_buff *segs, *nskb;
|
|
int err;
|
|
int err;
|