mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-02-13 11:01:50 +00:00
12 lines
476 B
Diff
12 lines
476 B
Diff
|
--- ./simulated-driver/sfe_drv.c.orig 2020-06-16 12:49:47.680153371 +0800
|
||
|
+++ ./simulated-driver/sfe_drv.c 2020-06-16 12:50:18.540153371 +0800
|
||
|
@@ -1167,7 +1167,7 @@ int sfe_drv_recv(struct sk_buff *skb)
|
||
|
* If ingress Qdisc configured, and packet not processed by ingress Qdisc yet
|
||
|
* We can not accelerate this packet.
|
||
|
*/
|
||
|
- if (dev->ingress_queue && !(skb->tc_verd & TC_NCLS)) {
|
||
|
+ if (dev->ingress_queue && !(skb->tc_verd_qca_nss & TC_NCLS)) {
|
||
|
return 0;
|
||
|
}
|
||
|
#endif
|