Re: [Intel-wired-lan] [PATCH] ice: fix building withouto XDP

2024-01-03 Thread Paul Menzel
Dear Arnd, Thank you for your patch. There is a small typo in the commit message summary: withouto → without Kind regards, Paul

Re: [Intel-wired-lan] [PATCH] ice: fix building withouto XDP

2024-01-03 Thread Arnd Bergmann
On Wed, Jan 3, 2024, at 11:54, Maciej Fijalkowski wrote: > On Wed, Jan 03, 2024 at 11:24:45AM +0100, Arnd Bergmann wrote: >> From: Arnd Bergmann >> >> The newly added function fails to build when struct xsk_cb_desc is >> not defined: >> >> drivers/net/ethernet/intel/ice/ice_base.c: In function

Re: [Intel-wired-lan] [PATCH] ice: fix building withouto XDP

2024-01-03 Thread Maciej Fijalkowski
On Wed, Jan 03, 2024 at 11:24:45AM +0100, Arnd Bergmann wrote: > From: Arnd Bergmann > > The newly added function fails to build when struct xsk_cb_desc is > not defined: > > drivers/net/ethernet/intel/ice/ice_base.c: In function 'ice_xsk_pool_fill_cb': > drivers/net/ethernet/intel/ice/ice_base.