]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'ipa-refactoring'
authorDavid S. Miller <davem@davemloft.net>
Mon, 13 Jun 2022 11:01:58 +0000 (12:01 +0100)
committerDavid S. Miller <davem@davemloft.net>
Mon, 13 Jun 2022 11:01:58 +0000 (12:01 +0100)
commit332c10cbf9bad487f128450ae55987d6b49a52af
treefcab8d82c798211f7e731d12fc4b341ff80fcbaf
parenta029106648304fc15f6ccbed3e1829286e6c0c63
parent5e3de5f6aee24b941d64bb3f589d410c49b2b4d2
Merge branch 'ipa-refactoring'

Alex Elder says:

====================
net: ipa: simple refactoring

This series contains some minor code improvements.

The first patch verifies that the configuration is compatible with a
recently-defined limit.  The second and third rename two fields so
they better reflect their use in the code.  The next gets rid of an
empty function by reworking its only caller.

The last two begin to remove the assumption that an event ring is
associated with a single channel.  Eventually we'll support having
multiple channels share an event ring but some more needs to be done
before that can happen.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>