On Sun Oct 04 2020, Vladimir Oltean wrote: > On Sun, Oct 04, 2020 at 01:29:05PM +0200, Kurt Kanzenbach wrote: >> +static const struct dsa_device_ops hellcreek_netdev_ops = { >> + .name = "hellcreek", >> + .proto = DSA_TAG_PROTO_HELLCREEK, >> + .xmit = hellcreek_xmit, >> + .rcv = hellcreek_rcv, >> + .overhead = HELLCREEK_TAG_LEN, > > After the changes in "Generic adjustment for flow dissector in DSA": > https://patchwork.ozlabs.org/project/netdev/list/?series=204347&state=* > you might want to set ".tail_tag = true" (see patch 07/15), either now > or later. > > Either way, > > Reviewed-by: Vladimir Oltean Added it. Thanks, Kurt