[devel] [PATCH 1 of 1] amf: add check for middleware component for automatic comp instantiation and deletion [#597]

2014-02-10 Thread nagendra . k
osaf/services/saf/amf/amfd/comp.cc| 4 +++- osaf/services/saf/amf/amfnd/compdb.cc | 34 ++ 2 files changed, 21 insertions(+), 17 deletions(-) diff --git a/osaf/services/saf/amf/amfd/comp.cc b/osaf/services/saf/amf/amfd/comp.cc ---

[devel] [PATCH 0 of 1] Review Request for amf: add check for middleware component for automatic comp instantiation and deletion [#597

2014-02-10 Thread nagendra . k
Summary: amf: add check for middleware component for automatic comp instantiation and deletion [#597] Review request for Trac Ticket(s): #597 Peer Reviewer(s): Hans F, Mathi, Hans N, Praveen Pull request to: LIST THE PERSON WITH PUSH ACCESS HERE Affected branch(es): 4.4 and default Development

Re: [devel] CLM PR doc update review

2014-02-10 Thread Ramesh Betham
Ack with a minor comment. W.r.t the following update If the AMFND process on that CLM node exits (crashes) in a scenario when OpenSAF does not controls the TIPC connectivity, i.e. when OPENSAF_TIPC_MANAGE=NO flag is set in the /etc/opensaf/nid.conf. I hope this is an impact of the changes

[devel] [PATCH 0 of 2] Review Request for amf: Coverity issues in amfd/amfnd

2014-02-10 Thread Gary Lee
Summary: amf: Coverity issues in amfd/amfnd [#680] Review request for Trac Ticket(s): 680 Peer Reviewer(s): Hans N, Hans F, Nagendra Pull request to: Affected branch(es): default Development branch: default Impacted area Impact y/n

Re: [devel] [PATCH 1 of 1] amfd: use bool instead of SaBoolT V3 [#713]

2014-02-10 Thread praveen malviya
This patch and AMFND patch for the SaBoolT changes seems ok to me. But a there are lot of changes and discussion under the same ticket and I am seeing a lot of patches. So for patches 3 of 4 and 4 of 4 which are all to be reviewed or shall I review these two patches floated on 14th Jan.

Re: [devel] [PATCH 1 of 1] amfnd : handle successful cleanup of assigned comp gracefully in shutdown phase [#767]

2014-02-10 Thread Hans Feldt
Considering #739 can you explain why you changed the while loop into a for loop? After the call to avnd_comp_csi_remove_done() the memory that the csi variable points to might have been freed thus can't be trusted for the next iteration of the loop. Otherwise the patch looks OK but I haven't