Re: [PATCH] net/ice: fix use of ice_bitmap_t in promisc functions

2024-07-02 Thread Bruce Richardson
On Tue, Jul 02, 2024 at 01:27:35PM +0100, Bruce Richardson wrote: > On Tue, Jul 02, 2024 at 01:24:03PM +0100, Stokes, Ian wrote: > > > Promisc functions were modified to use ice_bitmap_t. > > > However use of ice_bitmap_t requires specific helper > > > functions to ensure correctness. > > > > > >

Re: [PATCH] net/ice: fix use of ice_bitmap_t in promisc functions

2024-07-02 Thread Bruce Richardson
On Tue, Jul 02, 2024 at 01:24:03PM +0100, Stokes, Ian wrote: > > Promisc functions were modified to use ice_bitmap_t. > > However use of ice_bitmap_t requires specific helper > > functions to ensure correctness. > > > > Fix this by adding correct calls to declare, zero and set > > ice_bitmap_t wit

RE: [PATCH] net/ice: fix use of ice_bitmap_t in promisc functions

2024-07-02 Thread Stokes, Ian
> Promisc functions were modified to use ice_bitmap_t. > However use of ice_bitmap_t requires specific helper > functions to ensure correctness. > > Fix this by adding correct calls to declare, zero and set > ice_bitmap_t within the promisc functions. > > Signed-off-by: Ian Stokes Just to clari

[PATCH] net/ice: fix use of ice_bitmap_t in promisc functions

2024-07-02 Thread Ian Stokes
Promisc functions were modified to use ice_bitmap_t. However use of ice_bitmap_t requires specific helper functions to ensure correctness. Fix this by adding correct calls to declare, zero and set ice_bitmap_t within the promisc functions. Signed-off-by: Ian Stokes --- drivers/net/ice/ice_ethde