> -----Original Message----- > From: Intel-wired-lan <[email protected]> On Behalf Of > Jacob Keller > Sent: Wednesday, November 5, 2025 10:03 PM > To: Wochtman, Natalia <[email protected]>; intel-wired- > [email protected] > Cc: [email protected]; Fijalkowski, Maciej > <[email protected]>; Kitszel, Przemyslaw > <[email protected]>; Loktionov, Aleksandr > <[email protected]> > Subject: Re: [Intel-wired-lan] [PATCH iwl-next v1] ixgbevf: ixgbevf_q_vector > clean up > > > > On 11/5/2025 4:21 AM, Natalia Wochtman wrote: > > Flex array should be at the end of the structure and use [] syntax > > > > Remove unused fields of ixgbevf_q_vector. > > They aren't used since busy poll was moved to core code in commit > > 508aac6dee02 ("ixgbevf: get rid of custom busy polling code"). > > > > Reviewed-by: Przemek Kitszel <[email protected]> > > Reviewed-by: Aleksandr Loktionov <[email protected]> > > Signed-off-by: Natalia Wochtman <[email protected]> > > --- > > drivers/net/ethernet/intel/ixgbevf/ixgbevf.h | 18 +----------------- > > 1 file changed, 1 insertion(+), 17 deletions(-) > > > > diff --git a/drivers/net/ethernet/intel/ixgbevf/ixgbevf.h > > b/drivers/net/ethernet/intel/ixgbevf/ixgbevf.h > > index 039187607e98..516a6fdd23d0 100644 > > --- a/drivers/net/ethernet/intel/ixgbevf/ixgbevf.h > > +++ b/drivers/net/ethernet/intel/ixgbevf/ixgbevf.h > > @@ -241,23 +241,7 @@ struct ixgbevf_q_vector {
Tested-by: Rafal Romanowski <[email protected]>
