Re: [PATCH net v3 3/4] net: hsr: unfold GSO super-packets at the forward entry
Ali Ahmet Memis <[email protected]> Sat, 1 Aug 2026 02:58:52 +0300
| Newsgroups | org.kernel.vger.linux-kselftest,org.kernel.vger.linux-kernel,org.kernel.vger.netdev |
|---|---|
| Message-ID | <[email protected]> |
The __skb_gso_segment() dispatch and the consume_skb() and kfree_skb() paths look correct: the original skb is freed on success and the segment list is freed on error, with no double free. The port type gate keeps LAN and tagged aggregates out of software segmentation. Reviewed-by: Ali Ahmet Memis <[email protected]>