Re: [lng-odp] [PATCH] As per mailing-list and meeting conversation: this patch addresses the build failure on operating systems where CPU_SETSIZE is bigger than 1024 entries.

2017-03-01 Thread Maxim Uvarov
please send it one more time and add me to --cc option of git-send-email Maxim. On 03/01/17 16:34, Marco Varlese wrote: > On Wed, 2017-03-01 at 16:22 +0300, Maxim Uvarov wrote: >> On 03/01/17 16:10, Marco Varlese wrote: >>> >>> Done. I've literally taken your text below since very clear and

Re: [lng-odp] [PATCH] As per mailing-list and meeting conversation: this patch addresses the build failure on operating systems where CPU_SETSIZE is bigger than 1024 entries.

2017-03-01 Thread Marco Varlese
On Wed, 2017-03-01 at 16:22 +0300, Maxim Uvarov wrote: > On 03/01/17 16:10, Marco Varlese wrote: > > > > Done. I've literally taken your text below since very clear and clean. > > > > Apologies for the bad-format of previous patch. > > > > > > Cheers, > > Marco > > > > do not see it in in

Re: [lng-odp] [PATCH] As per mailing-list and meeting conversation: this patch addresses the build failure on operating systems where CPU_SETSIZE is bigger than 1024 entries.

2017-03-01 Thread Maxim Uvarov
On 03/01/17 16:10, Marco Varlese wrote: > Done. I've literally taken your text below since very clear and clean. > > Apologies for the bad-format of previous patch. > > > Cheers, > Marco > do not see it in in mailing list or here: http://patches.opendataplane.org/project/lng-odp/list/ maybe

Re: [lng-odp] [PATCH] As per mailing-list and meeting conversation: this patch addresses the build failure on operating systems where CPU_SETSIZE is bigger than 1024 entries.

2017-03-01 Thread Marco Varlese
Done. I've literally taken your text below since very clear and clean. Apologies for the bad-format of previous patch. Cheers, Marco On Wed, 2017-03-01 at 15:59 +0300, Maxim Uvarov wrote: > Marco, > > can you please resend this patch with more clean description? > You can type git log to see

Re: [lng-odp] [PATCH] As per mailing-list and meeting conversation: this patch addresses the build failure on operating systems where CPU_SETSIZE is bigger than 1024 entries.

2017-03-01 Thread Maxim Uvarov
Marco, can you please resend this patch with more clean description? You can type git log to see how other commits described. It has to be: short description empty line ling description. Something like: linux-gen: increase ODP_CPUMASK_SIZE to 4096 Fix build failure on operating systems where

Re: [lng-odp] [PATCH] As per mailing-list and meeting conversation: this patch addresses the build failure on operating systems where CPU_SETSIZE is bigger than 1024 entries.

2017-02-28 Thread Bill Fischofer
On Tue, Feb 28, 2017 at 11:55 AM, Marco Varlese wrote: > Signed-off-by: Marco Varlese > Reviewed-and-tested-by: Bill Fischofer > --- > platform/linux-generic/include/odp/api/plat/cpumask_types.h | 2 +- > 1 file

[lng-odp] [PATCH] As per mailing-list and meeting conversation: this patch addresses the build failure on operating systems where CPU_SETSIZE is bigger than 1024 entries.

2017-02-28 Thread Marco Varlese
Signed-off-by: Marco Varlese --- platform/linux-generic/include/odp/api/plat/cpumask_types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/linux-generic/include/odp/api/plat/cpumask_types.h