Re: [PATCH net v2 1/3] net: mvpp2: fix parsing fragmentation detection

2017-09-25 Thread Antoine Tenart
On Mon, Sep 25, 2017 at 02:59:46PM +0200, Antoine Tenart wrote: > From: Stefan Chulski > > Parsing fragmentation detection failed due to wrong configured > parser TCAM entry's. Some traffic was marked as fragmented in RX > descriptor, even it wasn't IP fragmented. The hardware also failed to > ca

[PATCH net v2 1/3] net: mvpp2: fix parsing fragmentation detection

2017-09-25 Thread Antoine Tenart
From: Stefan Chulski Parsing fragmentation detection failed due to wrong configured parser TCAM entry's. Some traffic was marked as fragmented in RX descriptor, even it wasn't IP fragmented. The hardware also failed to calculate checksums which lead to use software checksum and caused performance