]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'enetc-cleanups'
authorDavid S. Miller <davem@davemloft.net>
Wed, 10 Mar 2021 21:14:15 +0000 (13:14 -0800)
committerDavid S. Miller <davem@davemloft.net>
Wed, 10 Mar 2021 21:14:15 +0000 (13:14 -0800)
commit3d1899bfd8f08a1e8d7ac7c2e5eaa45ccd25d6d3
tree706021935901f1eac58fa1dea411def1596a7621
parenta36ed52920518cc97405b3b182eab8186a4ffbb4
parent48f6aa4ca50924e27d2016274ec5bd2df61ffc39
Merge branch 'enetc-cleanups'

Vladimir Oltean says:

====================
Refactoring/cleanup for NXP ENETC

This series performs the following:
- makes the API for Control Buffer Descriptor Rings in enetc_cbdr.c a
  bit more tightly knit.
- moves more logic into enetc_rxbd_next to make the callers simpler
- moves more logic into enetc_refill_rx_ring to make the callers simpler
- removes forward declarations
- simplifies the probe path to unify probing for used and unused PFs.

Nothing radical.
====================

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