mbox series

[net-next,v2,0/5] net: ipa: small transaction updates

Message ID 20220719181020.372697-1-elder@linaro.org
Headers show
Series net: ipa: small transaction updates | expand

Message

Alex Elder July 19, 2022, 6:10 p.m. UTC
Version 2 of this series corrects a misspelling of "outstanding"
pointed out by the netdev test bots.  (For some reason I don't see
that when I run "checkpatch".)  I found and fixed a second instance
of that word being misspelled as well.

This series includes three changes to the transaction code.  The
first adds a new transaction list that represents a distinct state
that has not been maintained.  The second moves a field in the
transaction information structure, and reorders its initialization
a bit.  The third skips a function call when it is known not to be
necessary.

The last two are very small "leftover" patches.

					-Alex

Alex Elder (5):
  net: ipa: add a transaction committed list
  net: ipa: rearrange transaction initialization
  net: ipa: skip some cleanup for unused transactions
  net: ipa: report when the driver has been removed
  net: ipa: fix an outdated comment

 drivers/net/ipa/gsi.c       |  5 ++-
 drivers/net/ipa/gsi.h       |  8 ++--
 drivers/net/ipa/gsi_trans.c | 89 +++++++++++++++++++++++--------------
 drivers/net/ipa/ipa_main.c  |  2 +
 4 files changed, 66 insertions(+), 38 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org July 21, 2022, 4:10 a.m. UTC | #1
Hello:

This series was applied to netdev/net-next.git (master)
by Jakub Kicinski <kuba@kernel.org>:

On Tue, 19 Jul 2022 13:10:15 -0500 you wrote:
> Version 2 of this series corrects a misspelling of "outstanding"
> pointed out by the netdev test bots.  (For some reason I don't see
> that when I run "checkpatch".)  I found and fixed a second instance
> of that word being misspelled as well.
> 
> This series includes three changes to the transaction code.  The
> first adds a new transaction list that represents a distinct state
> that has not been maintained.  The second moves a field in the
> transaction information structure, and reorders its initialization
> a bit.  The third skips a function call when it is known not to be
> necessary.
> 
> [...]

Here is the summary with links:
  - [net-next,v2,1/5] net: ipa: add a transaction committed list
    https://git.kernel.org/netdev/net-next/c/b63f507c06e6
  - [net-next,v2,2/5] net: ipa: rearrange transaction initialization
    (no matching commit)
  - [net-next,v2,3/5] net: ipa: skip some cleanup for unused transactions
    https://git.kernel.org/netdev/net-next/c/4d8996cbeeab
  - [net-next,v2,4/5] net: ipa: report when the driver has been removed
    https://git.kernel.org/netdev/net-next/c/3c91c86d1bb6
  - [net-next,v2,5/5] net: ipa: fix an outdated comment
    https://git.kernel.org/netdev/net-next/c/616c4a83b6ea

You are awesome, thank you!