On 08/10/2012 11:26 AM, Caspar Zhang wrote:
libnuma_helper could be used by testcases both under syscalls/ and mem/,
it's better to add a new common lib in their parent dir, so I created
libkerntest under testcases/kernel/lib/, and put numa_helper to it. In
the future, we can add more APIs to it.

Signed-off-by: Caspar Zhang <cas...@casparzhang.com>
tested on two machines with 2 & 8 nodes, and offline all cpus in one nodes, not found any issues.

Tested-by: Zhouping Liu <z...@redhat.com>

Thanks,
Zhouping

---
  testcases/kernel/Makefile                        |    4 +
  testcases/kernel/include/lib.mk                  |   37 +++
  testcases/kernel/include/numa_helper.h           |   37 +++
  testcases/kernel/lib/Makefile                    |   28 +++
  testcases/kernel/lib/numa_helper.c               |  266 ++++++++++++++++++++++
  testcases/kernel/syscalls/get_mempolicy/Makefile |    2 +-
  testcases/kernel/syscalls/mbind/Makefile         |    2 +-
  testcases/kernel/syscalls/move_pages/Makefile    |    2 +-
  testcases/kernel/syscalls/numa/Makefile          |   22 --
  testcases/kernel/syscalls/numa/Makefile.inc      |   27 ---
  testcases/kernel/syscalls/numa/lib/Makefile      |   26 --
  testcases/kernel/syscalls/numa/lib/numa_helper.c |  266 ----------------------
  testcases/kernel/syscalls/numa/lib/numa_helper.h |   37 ---
  13 files changed, 375 insertions(+), 381 deletions(-)
  create mode 100644 testcases/kernel/include/lib.mk
  create mode 100644 testcases/kernel/include/numa_helper.h
  create mode 100644 testcases/kernel/lib/Makefile
  create mode 100644 testcases/kernel/lib/numa_helper.c
  delete mode 100644 testcases/kernel/syscalls/numa/Makefile
  delete mode 100644 testcases/kernel/syscalls/numa/Makefile.inc
  delete mode 100644 testcases/kernel/syscalls/numa/lib/Makefile
  delete mode 100644 testcases/kernel/syscalls/numa/lib/numa_helper.c
  delete mode 100644 testcases/kernel/syscalls/numa/lib/numa_helper.h



------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and
threat landscape has changed and how IT managers can respond. Discussions
will include endpoint security, mobile security and the latest in malware
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/


_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list

Reply via email to