Re: [PATCH v3 04/21] net/ena: remove unused offloads variables

2022-02-23 Thread Ferruh Yigit
On 2/23/2022 5:47 PM, Michał Krawczyk wrote: śr., 23 lut 2022 o 18:25 Ferruh Yigit napisał(a): On 2/23/2022 12:19 PM, Michal Krawczyk wrote: Those variables are being set, but never read. As they seem to be leftover from the old offloads API and don't have any purpose right now, they are simp

Re: [PATCH v3 04/21] net/ena: remove unused offloads variables

2022-02-23 Thread Michał Krawczyk
śr., 23 lut 2022 o 18:25 Ferruh Yigit napisał(a): > > On 2/23/2022 12:19 PM, Michal Krawczyk wrote: > > Those variables are being set, but never read. As they seem to be > > leftover from the old offloads API and don't have any purpose right > > now, they are simply being removed. > > > > It can b

Re: [PATCH v3 04/21] net/ena: remove unused offloads variables

2022-02-23 Thread Ferruh Yigit
On 2/23/2022 12:19 PM, Michal Krawczyk wrote: Those variables are being set, but never read. As they seem to be leftover from the old offloads API and don't have any purpose right now, they are simply being removed. It can be good to add fixes tag, both for - document in which commit old offlo