From: Andrew Lunn <and...@lunn.ch> Date: Mon, 10 Jun 2019 18:36:59 +0200
> On Mon, Jun 10, 2019 at 09:18:40AM -0700, David Miller wrote: >> From: <same...@amazon.com> >> Date: Mon, 10 Jun 2019 14:19:16 +0300 >> >> > +static inline void set_io_rings_size(struct ena_adapter *adapter, >> > + int new_tx_size, int new_rx_size) >> >> Please do not ever use inline in foo.c files, let the compiler decide. > > Hi David > > It looks like a few got passed review: I know :-/