]> 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)
commitffb97b6996e21bd5d630ae959f757b674fce0025
treefcab8d82c798211f7e731d12fc4b341ff80fcbaf
parentb03c3e42a7ccc4726786b7a879373cb77edc7a0a
parent1771d23a44113d4d5ba83f0c5fd15a6a9b62e551
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>