RE: [net-next v5 04/15] iecm: Common module introduction and function stubs

2020-08-27 Thread Brady, Alan
Phani R ; Hay, > Joshua A ; Chittim, Madhu > ; Linga, Pavan Kumar > ; Skidmore, Donald C > ; Brandeburg, Jesse > ; Samudrala, Sridhar > > Subject: Re: [net-next v5 04/15] iecm: Common module introduction and > function stubs > > On Mon, 24 Aug 2020 10:

Re: [net-next v5 04/15] iecm: Common module introduction and function stubs

2020-08-24 Thread Jakub Kicinski
On Mon, 24 Aug 2020 10:32:55 -0700 Tony Nguyen wrote: > +static inline bool > +iecm_tx_singleq_clean_all(struct iecm_q_vector *q_vec, int budget) > +{ > + /* stub */ > +} Still a lot of static inlines throughout. Are they making any difference? The compiler will inline static functions, anyway

[net-next v5 04/15] iecm: Common module introduction and function stubs

2020-08-24 Thread Tony Nguyen
From: Alice Michael This introduces function stubs for the framework of the common module. Signed-off-by: Alice Michael Signed-off-by: Alan Brady Signed-off-by: Phani Burra Signed-off-by: Joshua Hay Signed-off-by: Madhu Chittim Signed-off-by: Pavan Kumar Linga Reviewed-by: Donald Skidmore