On 11/1/2020 11:16 AM, Vladimir Oltean wrote: > Now that we have a central TX reallocation procedure that accounts for > the tagger's needed headroom in a generic way, we can remove the > skb_cow_head call. > > This one is interesting, the DSA tag is 8 bytes on RX and 4 bytes on TX. > Because DSA is unaware of asymmetrical tag lengths, the overhead/needed > headroom is declared as 8 bytes and therefore 4 bytes larger than it > needs to be. If this becomes a problem, and the GSWIP driver can't be > converted to a uniform header length, we might need to make DSA aware of > separate RX/TX overhead values. > > Cc: Hauke Mehrtens <ha...@hauke-m.de> > Signed-off-by: Vladimir Oltean <vladimir.olt...@nxp.com> Reviewed-by: Florian Fainelli <f.faine...@gmail.com> -- Florian
- Re: [PATCH v3 net-next 02/12] net: dsa: tag_ksz: don... Florian Fainelli
- [PATCH v3 net-next 05/12] net: dsa: tag_ocelot: let DSA c... Vladimir Oltean
- Re: [PATCH v3 net-next 05/12] net: dsa: tag_ocelot: ... Florian Fainelli
- [PATCH v3 net-next 08/12] net: dsa: tag_edsa: let DSA cor... Vladimir Oltean
- Re: [PATCH v3 net-next 08/12] net: dsa: tag_edsa: le... Florian Fainelli
- [PATCH v3 net-next 09/12] net: dsa: tag_brcm: let DSA cor... Vladimir Oltean
- Re: [PATCH v3 net-next 09/12] net: dsa: tag_brcm: le... Florian Fainelli
- [PATCH v3 net-next 06/12] net: dsa: tag_mtk: let DSA core... Vladimir Oltean
- Re: [PATCH v3 net-next 06/12] net: dsa: tag_mtk: let... Florian Fainelli
- [PATCH v3 net-next 11/12] net: dsa: tag_gswip: let DSA co... Vladimir Oltean
- Re: [PATCH v3 net-next 11/12] net: dsa: tag_gswip: l... Florian Fainelli
- [PATCH v3 net-next 10/12] net: dsa: tag_dsa: let DSA core... Vladimir Oltean
- Re: [PATCH v3 net-next 10/12] net: dsa: tag_dsa: let... Florian Fainelli
- Re: [PATCH v3 net-next 00/12] Generic TX reallocation for... Jakub Kicinski