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 mailing list or here: > http://patches.opendataplane.org/project/lng-odp/list/ > > maybe stuck for some time in mail queue.
Not sure... see output from "git send-email" Sendmail: /usr/sbin/sendmail -i [email protected] [email protected] From: Marco Varlese <[email protected]> To: [email protected] Cc: Marco Varlese <[email protected]> Subject: [PATCHv2] linux-gen: increase ODP_CPUMASK_SIZE to 4096 Date: Wed, 1 Mar 2017 14:08:54 +0100 Message-Id: <[email protected]> X-Mailer: git-send-email 2.10.2 Result: OK > > Maxim. > > > > > 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 > > > > > > > > > > > > > > >
