[devel] [PATCH 0 of 1] Review Request for amf #611

2013-10-31 Thread Hans Feldt
Summary: amfd: saflog all model changes Review request for Trac Ticket(s): 611 Peer Reviewer(s): Praveen Pull request to: LIST THE PERSON WITH PUSH ACCESS HERE Affected branch(es): All Development branch: staging Impacted area Impact y/n

[devel] [PATCH 1 of 1] amfd: saflog all model changes [#611]

2013-10-31 Thread Hans Feldt
osaf/services/saf/amf/amfd/imm.cc | 32 ++-- 1 files changed, 18 insertions(+), 14 deletions(-) Trivial change, move a code block so that it saflog also for base entity types. diff --git a/osaf/services/saf/amf/amfd/imm.cc b/osaf/services/saf/amf/amfd/imm.cc ---

Re: [devel] [PATCH 1 of 1] amfd: saflog all model changes [#611]

2013-10-31 Thread Hans Feldt
Yes that is a bit strange... Is this an ack with that change? Thanks, Hans -Original Message- From: praveen malviya [mailto:praveen.malv...@oracle.com] Sent: den 31 oktober 2013 14:04 To: Hans Feldt Cc: opensaf-devel@lists.sourceforge.net Subject: Re: [devel] [PATCH 1 of 1] amfd:

[devel] [PATCH 09 of 15] log: Replace select() with osaf_poll() to avoid 1024 fd limit [#452]

2013-10-31 Thread Anders Widell
osaf/libs/agents/saf/lga/lga_api.c | 2 +- osaf/libs/agents/saf/lga/lga_util.c | 7 ++- osaf/tools/saflog/saflogger/saf_logger.c | 1 - tests/logsv/Makefile.am | 6 -- 4 files changed, 7 insertions(+), 9 deletions(-) The select() function cannot handle

[devel] [PATCH 01 of 15] amf: Replace select() with osaf_poll() to avoid 1024 fd limit [#452]

2013-10-31 Thread Anders Widell
osaf/libs/agents/saf/amfa/ava_init.c | 8 +++- 1 files changed, 3 insertions(+), 5 deletions(-) The select() function cannot handle file descriptors larger than 1023. To avoid this limitation, we replace all usages of select() with poll(). diff --git a/osaf/libs/agents/saf/amfa/ava_init.c

[devel] [PATCH 11 of 15] msg: Replace select() with osaf_poll() to avoid 1024 fd limit [#452]

2013-10-31 Thread Anders Widell
osaf/libs/agents/saf/mqa/mqa_init.c | 13 +++-- 1 files changed, 3 insertions(+), 10 deletions(-) The select() function cannot handle file descriptors larger than 1023. To avoid this limitation, we replace all usages of select() with poll(). diff --git

[devel] [PATCH 05 of 15] dtm: Replace select() with osaf_poll() to avoid 1024 fd limit [#452]

2013-10-31 Thread Anders Widell
osaf/services/infrastructure/dtms/dtm/dtm_main.c | 12 +++- 1 files changed, 3 insertions(+), 9 deletions(-) The select() function cannot handle file descriptors larger than 1023. To avoid this limitation, we replace all usages of select() with poll(). diff --git

[devel] [PATCH 06 of 15] evt: Replace select() with osaf_poll() to avoid 1024 fd limit [#452]

2013-10-31 Thread Anders Widell
osaf/libs/agents/saf/eda/eda_mds.c | 10 +++--- osaf/libs/agents/saf/eda/eda_saf_api.c | 2 +- 2 files changed, 4 insertions(+), 8 deletions(-) The select() function cannot handle file descriptors larger than 1023. To avoid this limitation, we replace all usages of select() with

[devel] [PATCH 02 of 15] base: Replace select() with osaf_poll() to avoid 1024 fd limit [#452]

2013-10-31 Thread Anders Widell
osaf/libs/core/include/ncs_osprm.h | 142 +- osaf/libs/core/include/os_defs.h |1 - osaf/libs/core/leap/os_defs.c | 203 +--- osaf/libs/core/leap/sysf_ipc.c |9 +- osaf/libs/core/leap/sysf_tmr.c | 68 ++--

[devel] [PATCH 00 of 15] Review Request for osaf: Replace select() with osaf_poll() to avoid 1024 fd limit [#452]

2013-10-31 Thread Anders Widell
Summary: osaf: Replace select() with osaf_poll() to avoid 1024 fd limit [#452] Review request for Trac Ticket(s): 452 Peer Reviewer(s): Mathi, Ramesh Pull request to: Affected branch(es): default(4.4) Development branch: default Impacted area Impact y/n

[devel] [PATCH 15 of 15] rde: Replace select() with osaf_poll() to avoid 1024 fd limit [#452]

2013-10-31 Thread Anders Widell
osaf/libs/agents/infrastructure/rda/rda_papi.c | 36 + 1 files changed, 7 insertions(+), 29 deletions(-) The select() function cannot handle file descriptors larger than 1023. To avoid this limitation, we replace all usages of select() with poll(). diff --git

[devel] [PATCH 13 of 15] ntf: Replace select() with osaf_poll() to avoid 1024 fd limit [#452]

2013-10-31 Thread Anders Widell
osaf/libs/agents/saf/ntfa/ntfa_api.c | 2 +- osaf/libs/agents/saf/ntfa/ntfa_util.c | 8 +++- osaf/tools/safntf/ntfread/ntfread.c | 1 - osaf/tools/safntf/ntfsend/ntfsend.c | 1 - osaf/tools/safntf/ntfsubscribe/ntfsubscribe.c | 1 -

[devel] ACTION: Accept your tickets for OpenSAF 4.4.FC

2013-10-31 Thread Anders Widell
Hi all! The feature freeze for OpenSAF 4.4 is approaching. We will tag OpenSAF 4.4.FC in the beginning of January - a bit more than two months from now. After 4.4.FC has been tagged, we will only accept bug fixes to go into the 4.4 branch. To help us plan the release, I urge you to accept all