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

Alex Elder posted 5 patches 3 years, 9 months ago
There is a newer version of this series
drivers/net/ipa/gsi.c       |  5 ++-
drivers/net/ipa/gsi.h       |  6 ++-
drivers/net/ipa/gsi_trans.c | 89 +++++++++++++++++++++++--------------
drivers/net/ipa/ipa_main.c  |  2 +
4 files changed, 65 insertions(+), 37 deletions(-)
[PATCH net-next 0/5] net: ipa: small transaction updates
Posted by Alex Elder 3 years, 9 months ago
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       |  6 ++-
 drivers/net/ipa/gsi_trans.c | 89 +++++++++++++++++++++++--------------
 drivers/net/ipa/ipa_main.c  |  2 +
 4 files changed, 65 insertions(+), 37 deletions(-)

-- 
2.34.1