From: Florian Fainelli
Date: Fri, 7 Apr 2017 13:41:51 -0700
> This patch series does factor the common code found in all tag implementations
> into dsa_switch_rcv(). The original motivation was to add GRO support, but
> this
> may be a lot of work with unclear benefits at this point.
Let's get
> Yes, that's a good point, this just became slightly obsolete since the
> mediatek tag code got included.
Yes, rebase, add the received tags, and Dave can merge it before the
next talk ends :-)
Andrew
On 04/07/2017 01:53 PM, Andrew Lunn wrote:
> On Fri, Apr 07, 2017 at 01:41:51PM -0700, Florian Fainelli wrote:
>> Hi all,
>>
>> This patch series does factor the common code found in all tag
>> implementations
>> into dsa_switch_rcv(). The original motivation was to add GRO support, but
>> this
On Fri, Apr 07, 2017 at 01:41:51PM -0700, Florian Fainelli wrote:
> Hi all,
>
> This patch series does factor the common code found in all tag implementations
> into dsa_switch_rcv(). The original motivation was to add GRO support, but
> this
> may be a lot of work with unclear benefits at this p
Hi all,
This patch series does factor the common code found in all tag implementations
into dsa_switch_rcv(). The original motivation was to add GRO support, but this
may be a lot of work with unclear benefits at this point.
Florian Fainelli (3):
net: dsa: Do not check for NULL dst in tag parse