Whamcloud - gitweb
Add some basic data integrity checking to obdecho.
authoradilger <adilger>
Mon, 19 Aug 2002 21:51:33 +0000 (21:51 +0000)
committeradilger <adilger>
Mon, 19 Aug 2002 21:51:33 +0000 (21:51 +0000)
commit6aea6cf0aecb1f819bb8a0e9cf546d26b653e2b4
tree04058bae7ab04c0b168bd8f3f71df4a9f0f50d4b
parent435d260547ad9cc81c1f800a025f541d74dcc363
Add some basic data integrity checking to obdecho.

This puts the offset and objid into the first 16 bytes and last 16 bytes
of the bulk transfer.  These are in HTON__u64() format.

The lctl command for test_brw now takes an objid instead of an obdo count,
so that you can (potentially) use lctl with test_brw on a real OBD instead
of just obdecho.  That has not been tested yet.
lustre/include/linux/lustre_debug.h
lustre/include/linux/obd.h
lustre/lib/debug.c
lustre/obdclass/Makefile.am
lustre/obdclass/class_obd.c
lustre/obdecho/echo.c
lustre/utils/lctl.c
lustre/utils/obd.c
lustre/utils/obdctl.c