[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20200926.141818.1170749837743709005.davem@davemloft.net>
Date: Sat, 26 Sep 2020 14:18:18 -0700 (PDT)
From: David Miller <davem@...emloft.net>
To: vladimir.oltean@....com
Cc: netdev@...r.kernel.org, andrew@...n.ch, f.fainelli@...il.com,
vivien.didelot@...il.com, kuba@...nel.org
Subject: Re: [PATCH v3 net-next 00/15] Generic adjustment for flow
dissector in DSA
From: Vladimir Oltean <vladimir.oltean@....com>
Date: Sat, 26 Sep 2020 22:32:00 +0300
> This is the v2 of a series initially submitted in May:
> https://www.spinics.net/lists/netdev/msg651866.html
>
> The end goal is to get rid of the unintuitive code for the flow
> dissector that currently exists in the taggers. It can all be replaced
> by a single, common function.
>
> Some background work needs to be done for that. Especially the ocelot
> driver poses some problems, since it has a different tag length between
> RX and TX, and I didn't want to make DSA aware of that, since I could
> instead make the tag lengths equal.
>
> Changes in v3:
> - Added an optimization (08/15) that makes the generic case not need to
> call the .flow_dissect function pointer. Basically .flow_dissect now
> currently only exists for sja1105.
> - Moved the .promisc_on_master property to the tagger structure.
> - Added the .tail_tag property to the tagger structure.
> - Disabled "suppresscc = all" from my .gitconfig.
Series applied, thank you.
Powered by blists - more mailing lists