>-----Original Message----- >From: Vladimir Oltean <olte...@gmail.com> >Sent: Wednesday, March 10, 2021 2:04 PM >To: David S . Miller <da...@davemloft.net>; Jakub Kicinski ><k...@kernel.org>; netdev@vger.kernel.org >Cc: Alexandru Marginean <alexandru.margin...@nxp.com>; Claudiu Manoil ><claudiu.man...@nxp.com> >Subject: [PATCH net-next 00/12] 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. >
For the series - Reviewed-by: Claudiu Manoil <claudiu.man...@nxp.com>