[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20190729.142455.1728471766679878919.davem@davemloft.net>
Date: Mon, 29 Jul 2019 14:24:55 -0700 (PDT)
From: David Miller <davem@...emloft.net>
To: michael.chan@...adcom.com
Cc: netdev@...r.kernel.org
Subject: Re: [PATCH net-next 00/16] bnxt_en: Add TPA (GRO_HW and LRO) on
57500 chips.
From: Michael Chan <michael.chan@...adcom.com>
Date: Mon, 29 Jul 2019 06:10:17 -0400
> This patchset adds TPA v2 support on the 57500 chips. TPA v2 is
> different from the legacy TPA scheme on older chips and requires major
> refactoring and restructuring of the existing TPA logic. The main
> difference is that the new TPA v2 has on-the-fly aggregation buffer
> completions before a TPA packet is completed. The larger aggregation
> ID space also requires a new ID mapping logic to make it more
> memory efficient.
Series applied, but please explain something to me.
I thought initially while reviewing this that patch #5 makes the series
non-bisectable because this only includes the logic that appends new
entries to the agg array but lacks the changes to reset the agg count
at TPE end time (which occurs in patch #8).
However I then realized that you haven't turned on the logic yet that
can result in CMP_TYPE_RX_TPA_AGG_CMP entries in this context.
Am I right?
Powered by blists - more mailing lists