From cdbac634babb77c18a1e50c0ca2d9a0011ff1aec Mon Sep 17 00:00:00 2001 From: Lucas Asvio Date: Tue, 25 Feb 2025 11:05:23 +0100 Subject: [PATCH] ipq806x_nss: refresh patches --- .../patches-6.6/990-051-qca-nss-drv-add-qdisc-support.patch | 2 +- .../ipq806x/patches-6.6/990-054-net-add-fast-xmit-api.patch | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/target/linux/ipq806x/patches-6.6/990-051-qca-nss-drv-add-qdisc-support.patch b/target/linux/ipq806x/patches-6.6/990-051-qca-nss-drv-add-qdisc-support.patch index 2ae079488e..fa8027f2f1 100644 --- a/target/linux/ipq806x/patches-6.6/990-051-qca-nss-drv-add-qdisc-support.patch +++ b/target/linux/ipq806x/patches-6.6/990-051-qca-nss-drv-add-qdisc-support.patch @@ -8,7 +8,7 @@ * @tc_at_ingress: used within tc_classify to distinguish in/egress * @redirected: packet was redirected by packet classifier * @from_ingress: packet was redirected from the ingress path -@@ -970,6 +971,12 @@ struct sk_buff { +@@ -970,6 +971,10 @@ struct sk_buff { __u8 offload_fwd_mark:1; __u8 offload_l3_fwd_mark:1; #endif diff --git a/target/linux/ipq806x/patches-6.6/990-054-net-add-fast-xmit-api.patch b/target/linux/ipq806x/patches-6.6/990-054-net-add-fast-xmit-api.patch index 4593c26593..c27a471940 100644 --- a/target/linux/ipq806x/patches-6.6/990-054-net-add-fast-xmit-api.patch +++ b/target/linux/ipq806x/patches-6.6/990-054-net-add-fast-xmit-api.patch @@ -15,7 +15,7 @@ Signed-off-by: Tallapragada Kalyan --- a/include/linux/skbuff.h +++ b/include/linux/skbuff.h -@@ -992,6 +992,8 @@ struct sk_buff { +@@ -990,6 +990,8 @@ struct sk_buff { __u8 csum_not_inet:1; #endif __u8 fast_forwarded:1;