Re: [devel] [PATCH 1/1] mds: optimize mdstest suite 27 [#3087]

2019-09-24 Thread Minh Hon Chau
Hi Thuan, ack from me. Thanks Minh On 25/9/19 2:05 pm, thuan.tran wrote: - Just allocate a small buffer instead of huge buffer --- src/mds/apitest/mdstipc_api.c | 119 +++--- 1 file changed, 53 insertions(+), 66 deletions(-) diff --git

Re: [devel] [PATCH 1/1] mds: optimize mdstest suite 27 [#3087]

2019-09-24 Thread Tran Thuan
Hi bro.Minh, I will update and send out V3. Best Regards, ThuanTr -Original Message- From: Minh Hon Chau Sent: Wednesday, September 25, 2019 9:00 AM To: thuan.tran ; gary@dektech.com.au Cc: opensaf-devel@lists.sourceforge.net Subject: Re: [PATCH 1/1] mds: optimize mdstest suite 27

[devel] [PATCH 1/1] mds: optimize mdstest suite 27 [#3087]

2019-09-24 Thread thuan.tran
- Just allocate a small buffer instead of huge buffer --- src/mds/apitest/mdstipc_api.c | 119 +++--- 1 file changed, 53 insertions(+), 66 deletions(-) diff --git a/src/mds/apitest/mdstipc_api.c b/src/mds/apitest/mdstipc_api.c index 805728464..f667d7385 100644 ---

Re: [devel] [PATCH 1/1] mds: optimize mdstest suite 27 [#3087]

2019-09-24 Thread Minh Hon Chau
Hi Thuan, Some comments: - a few warnings for >80 chars line - Need to free(msg) that is returned from each MDS callback - Another minor comment below Thanks Minh On 24/9/19 1:10 pm, thuan.tran wrote: - Just allocate a small buffer instead of huge buffer ---

[devel] [PATCH 1/1] mds: optimize mdstest suite 27 [#3087]

2019-09-23 Thread thuan.tran
- Just allocate a small buffer instead of huge buffer --- src/mds/apitest/mdstipc_api.c | 116 +++--- 1 file changed, 52 insertions(+), 64 deletions(-) diff --git a/src/mds/apitest/mdstipc_api.c b/src/mds/apitest/mdstipc_api.c index 805728464..33e7d6c12 100644 ---

[devel] [PATCH 1/1] mds: optimize mdstest suite 27 [#3087]

2019-09-23 Thread thuan.tran
- Just allocate a small buffer instead of huge buffer --- src/mds/apitest/mdstipc_api.c | 102 +++--- 1 file changed, 45 insertions(+), 57 deletions(-) diff --git a/src/mds/apitest/mdstipc_api.c b/src/mds/apitest/mdstipc_api.c index 805728464..663d70369 100644 ---