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 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 CPU_SETSIZE is bigger than > 1024 entries. > > > git commit --amend > git format-patch --subject-prefix="PATCHv2" HEAD^ > > Thank you, > Maxim. > > On 03/01/17 02:20, Bill Fischofer wrote: > > > > On Tue, Feb 28, 2017 at 11:55 AM, Marco Varlese <[email protected]> > > wrote: > > > > > > > > Signed-off-by: Marco Varlese <[email protected]> > > > > > > > Reviewed-and-tested-by: Bill Fischofer <[email protected]> > > > > > > > > > > --- > > > 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 > > > b/platform/linux-generic/include/odp/api/plat/cpumask_types.h > > > index c2727a4..1855a03 100644 > > > --- a/platform/linux-generic/include/odp/api/plat/cpumask_types.h > > > +++ b/platform/linux-generic/include/odp/api/plat/cpumask_types.h > > > @@ -25,7 +25,7 @@ extern "C" { > > > #include <odp/api/std_types.h> > > > #include <odp/api/align.h> > > > > > > -#define ODP_CPUMASK_SIZE 1024 > > > +#define ODP_CPUMASK_SIZE 4096 > > > > > > #define ODP_CPUMASK_STR_SIZE ((ODP_CPUMASK_SIZE + 3) / 4 + 3) > > > > > > -- > > > 2.10.2 > > > > > > >
