kernel: fix mtk_eth_soc flow accounting for MT7986
authorFelix Fietkau <nbd@nbd.name>
Sat, 1 Apr 2023 07:07:22 +0000 (09:07 +0200)
committerFelix Fietkau <nbd@nbd.name>
Sat, 1 Apr 2023 07:16:30 +0000 (09:16 +0200)
This was accidentally dropped when MT7981 support was added

Signed-off-by: Felix Fietkau <nbd@nbd.name>
target/linux/generic/pending-5.15/731-net-ethernet-mediatek-ppe-add-support-for-flow-accou.patch

index 6ca33152fcaeabf683f1143c1242f9010da2c404..60c32b67057a936783d415c09662385560d13019 100644 (file)
@@ -88,6 +88,14 @@ v2: fix wrong variable name in return value check spotted by Denis Kirjanov
        .txrx = {
                .txd_size = sizeof(struct mtk_tx_dma_v2),
                .rxd_size = sizeof(struct mtk_rx_dma_v2),
+@@ -4847,6 +4850,7 @@ static const struct mtk_soc_data mt7986_
+       .offload_version = 2,
+       .hash_offset = 4,
+       .foe_entry_size = sizeof(struct mtk_foe_entry),
++      .has_accounting = true,
+       .txrx = {
+               .txd_size = sizeof(struct mtk_tx_dma_v2),
+               .rxd_size = sizeof(struct mtk_rx_dma_v2),
 --- a/drivers/net/ethernet/mediatek/mtk_eth_soc.h
 +++ b/drivers/net/ethernet/mediatek/mtk_eth_soc.h
 @@ -1014,6 +1014,8 @@ struct mtk_reg_map {