Re: [PATCH v5 0/4] Introduce the for_each_set_clump macro

2020-05-10 Thread Andy Shevchenko
On Sat, May 9, 2020 at 7:36 PM Syed Nayyar Waris wrote: > On Tue, May 5, 2020 at 8:24 PM William Breathitt Gray > wrote: > > On Tue, May 05, 2020 at 04:51:56PM +0300, Andy Shevchenko wrote: > > > On Mon, May 4, 2020 at 5:41 PM William Breathitt Gray > > > wrote: > > > > On Mon, May 04, 2020 at

Re: [PATCH v5 0/4] Introduce the for_each_set_clump macro

2020-05-09 Thread Syed Nayyar Waris
On Tue, May 5, 2020 at 8:24 PM William Breathitt Gray wrote: > > On Tue, May 05, 2020 at 04:51:56PM +0300, Andy Shevchenko wrote: > > On Mon, May 4, 2020 at 5:41 PM William Breathitt Gray > > wrote: > > > On Mon, May 04, 2020 at 02:41:09PM +0300, Andy Shevchenko wrote: > > > > On Sun, May 03,

Re: [PATCH v5 0/4] Introduce the for_each_set_clump macro

2020-05-05 Thread William Breathitt Gray
On Tue, May 05, 2020 at 04:51:56PM +0300, Andy Shevchenko wrote: > On Mon, May 4, 2020 at 5:41 PM William Breathitt Gray > wrote: > > On Mon, May 04, 2020 at 02:41:09PM +0300, Andy Shevchenko wrote: > > > On Sun, May 03, 2020 at 04:38:36AM +0530, Syed Nayyar Waris wrote: > > ... > > > > Looking

Re: [PATCH v5 0/4] Introduce the for_each_set_clump macro

2020-05-05 Thread Andy Shevchenko
On Mon, May 4, 2020 at 5:41 PM William Breathitt Gray wrote: > On Mon, May 04, 2020 at 02:41:09PM +0300, Andy Shevchenko wrote: > > On Sun, May 03, 2020 at 04:38:36AM +0530, Syed Nayyar Waris wrote: ... > > Looking into the last patches where we have examples I still do not see a > > benefit of

Re: [PATCH v5 0/4] Introduce the for_each_set_clump macro

2020-05-04 Thread William Breathitt Gray
On Mon, May 04, 2020 at 02:41:09PM +0300, Andy Shevchenko wrote: > On Sun, May 03, 2020 at 04:38:36AM +0530, Syed Nayyar Waris wrote: > > This patchset introduces a new generic version of for_each_set_clump. > > The previous version of for_each_set_clump8 used a fixed size 8-bit > > clump, but

Re: [PATCH v5 0/4] Introduce the for_each_set_clump macro

2020-05-04 Thread Andy Shevchenko
On Sun, May 03, 2020 at 04:38:36AM +0530, Syed Nayyar Waris wrote: > This patchset introduces a new generic version of for_each_set_clump. > The previous version of for_each_set_clump8 used a fixed size 8-bit > clump, but the new generic version can work with clump of any size but > less than or

[PATCH v5 0/4] Introduce the for_each_set_clump macro

2020-05-02 Thread Syed Nayyar Waris
This patchset introduces a new generic version of for_each_set_clump. The previous version of for_each_set_clump8 used a fixed size 8-bit clump, but the new generic version can work with clump of any size but less than or equal to BITS_PER_LONG. The patchset utilizes the new macro in several