Merge "net: rmnet_data: Handle buffer bloat for TCP scenarios"
This commit is contained in:
commit
316debf36c
1 changed files with 1 additions and 0 deletions
|
@ -180,6 +180,7 @@ static netdev_tx_t rmnet_vnd_start_xmit(struct sk_buff *skb,
|
|||
rmnet_vnd_add_qos_header(skb,
|
||||
dev,
|
||||
dev_conf->qos_version);
|
||||
skb_orphan(skb);
|
||||
rmnet_egress_handler(skb, &dev_conf->local_ep);
|
||||
} else {
|
||||
dev->stats.tx_dropped++;
|
||||
|
|
Loading…
Add table
Reference in a new issue