linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/34] staging: lustre: lnet: change lnet selftest UAPI typedefs to proper structure
@ 2017-01-16 21:30 James Simmons
  2017-01-16 21:30 ` [PATCH 01/34] staging: lustre: lnet: change lst_nid_t " James Simmons
                   ` (33 more replies)
  0 siblings, 34 replies; 35+ messages in thread
From: James Simmons @ 2017-01-16 21:30 UTC (permalink / raw)
  To: Greg Kroah-Hartman, devel, Andreas Dilger, Oleg Drokin
  Cc: Linux Kernel Mailing List, Lustre Development List,
	James Simmons, James Simmons

The upstream kernel requires proper structures so
convert all the UAPI typdefs in lnetst.h.

Signed-off-by: James Simmons <uja.ornl@yahoo.com>
Reviewed-on: https://review.whamcloud.com/24188
Reviewed-by: Andreas Dilger <andreas.dilger@intel.com>
Reviewed-by: Doug Oucharek <doug.s.oucharek@intel.com>
Signed-off-by: James Simmons <jsimmons@infradead.org>

James Simmons (34):
  staging: lustre: lnet: change lst_nid_t to proper structure
  staging: lustre: lnet: change lst_bid_t to proper structure
  staging: lustre: lnet: change lstcon_node_ent_t to proper structure
  staging: lustre: lnet: change lstcon_ndlist_ent_t to proper structure
  staging: lustre: lnet: change lstcon_test_ent_t to proper structure
  staging: lustre: lnet: change lstcon_batch_ent_t to proper structure
  staging: lustre: lnet: change lstcon_test_batch_ent_t to proper structure
  staging: lustre: lnet: change lstcon_rpc_ent_t to proper structure
  staging: lustre: lnet: change lstcon_trans_stat_t to proper structure
  staging: lustre: lnet: change lstio_session_new_args_t to proper structure
  staging: lustre: lnet: change lstio_session_info_args_t to proper structure
  staging: lustre: lnet: change lstio_session_end_args_t to proper structure
  staging: lustre: lnet: change lstio_debug_args_t to proper structure
  staging: lustre: lnet: change lstio_group_add_args_t to proper structure
  staging: lustre: lnet: change lstio_group_del_args_t to proper structure
  staging: lustre: lnet: change lstio_group_update_args_t to proper structure
  staging: lustre: lnet: change lstio_group_nodes_args_t to proper structure
  staging: lustre: lnet: change lstio_group_list_args_t to proper structure
  staging: lustre: lnet: change lstio_group_info_args_t to proper structure
  staging: lustre: lnet: change lstio_batch_add_args_t to proper structure
  staging: lustre: lnet: change lstio_batch_del_args_t to proper structure
  staging: lustre: lnet: change lstio_batch_run_args_t to proper structure
  staging: lustre: lnet: change lstio_batch_stop_args_t to proper structure
  staging: lustre: lnet: change lstio_batch_query_args_t to proper structure
  staging: lustre: lnet: change lstio_batch_list_args_t to proper structure
  staging: lustre: lnet: change lstio_batch_info_args_t to proper structure
  staging: lustre: lnet: change lstio_stat_args_t to proper structure
  staging: lustre: lnet: change lst_test_type_t to proper enum
  staging: lustre: lnet: change lstio_test_args_t to proper structure
  staging: lustre: lnet: change lst_brw_[type|flags]_t to proper enum
  staging: lustre: lnet: change lst_test_bulk_param_t to proper structure
  staging: lustre: lnet: change lst_test_ping_param_t to proper structure
  staging: lustre: lnet: change srpc_counters_t to proper structure
  staging: lustre: lnet: change sfw_counter_t to proper structure

 drivers/staging/lustre/include/linux/lnet/lnetst.h | 198 ++++++++++-----------
 drivers/staging/lustre/lnet/selftest/conctl.c      |  76 ++++----
 drivers/staging/lustre/lnet/selftest/conrpc.c      |  26 +--
 drivers/staging/lustre/lnet/selftest/conrpc.h      |   4 +-
 drivers/staging/lustre/lnet/selftest/console.c     |  56 +++---
 drivers/staging/lustre/lnet/selftest/console.h     |  24 +--
 drivers/staging/lustre/lnet/selftest/framework.c   |  10 +-
 drivers/staging/lustre/lnet/selftest/rpc.c         |   6 +-
 drivers/staging/lustre/lnet/selftest/rpc.h         |  38 ++--
 drivers/staging/lustre/lnet/selftest/selftest.h    |   8 +-
 10 files changed, 223 insertions(+), 223 deletions(-)

-- 
1.8.3.1

^ permalink raw reply	[flat|nested] 35+ messages in thread

end of thread, other threads:[~2017-01-16 21:38 UTC | newest]

Thread overview: 35+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-01-16 21:30 [PATCH 00/34] staging: lustre: lnet: change lnet selftest UAPI typedefs to proper structure James Simmons
2017-01-16 21:30 ` [PATCH 01/34] staging: lustre: lnet: change lst_nid_t " James Simmons
2017-01-16 21:30 ` [PATCH 02/34] staging: lustre: lnet: change lst_bid_t " James Simmons
2017-01-16 21:30 ` [PATCH 03/34] staging: lustre: lnet: change lstcon_node_ent_t " James Simmons
2017-01-16 21:30 ` [PATCH 04/34] staging: lustre: lnet: change lstcon_ndlist_ent_t " James Simmons
2017-01-16 21:30 ` [PATCH 05/34] staging: lustre: lnet: change lstcon_test_ent_t " James Simmons
2017-01-16 21:30 ` [PATCH 06/34] staging: lustre: lnet: change lstcon_batch_ent_t " James Simmons
2017-01-16 21:30 ` [PATCH 07/34] staging: lustre: lnet: change lstcon_test_batch_ent_t " James Simmons
2017-01-16 21:30 ` [PATCH 08/34] staging: lustre: lnet: change lstcon_rpc_ent_t " James Simmons
2017-01-16 21:30 ` [PATCH 09/34] staging: lustre: lnet: change lstcon_trans_stat_t " James Simmons
2017-01-16 21:30 ` [PATCH 10/34] staging: lustre: lnet: change lstio_session_new_args_t " James Simmons
2017-01-16 21:30 ` [PATCH 11/34] staging: lustre: lnet: change lstio_session_info_args_t " James Simmons
2017-01-16 21:30 ` [PATCH 12/34] staging: lustre: lnet: change lstio_session_end_args_t " James Simmons
2017-01-16 21:30 ` [PATCH 13/34] staging: lustre: lnet: change lstio_debug_args_t " James Simmons
2017-01-16 21:30 ` [PATCH 14/34] staging: lustre: lnet: change lstio_group_add_args_t " James Simmons
2017-01-16 21:30 ` [PATCH 15/34] staging: lustre: lnet: change lstio_group_del_args_t " James Simmons
2017-01-16 21:30 ` [PATCH 16/34] staging: lustre: lnet: change lstio_group_update_args_t " James Simmons
2017-01-16 21:30 ` [PATCH 17/34] staging: lustre: lnet: change lstio_group_nodes_args_t " James Simmons
2017-01-16 21:30 ` [PATCH 18/34] staging: lustre: lnet: change lstio_group_list_args_t " James Simmons
2017-01-16 21:30 ` [PATCH 19/34] staging: lustre: lnet: change lstio_group_info_args_t " James Simmons
2017-01-16 21:30 ` [PATCH 20/34] staging: lustre: lnet: change lstio_batch_add_args_t " James Simmons
2017-01-16 21:30 ` [PATCH 21/34] staging: lustre: lnet: change lstio_batch_del_args_t " James Simmons
2017-01-16 21:30 ` [PATCH 22/34] staging: lustre: lnet: change lstio_batch_run_args_t " James Simmons
2017-01-16 21:30 ` [PATCH 23/34] staging: lustre: lnet: change lstio_batch_stop_args_t " James Simmons
2017-01-16 21:30 ` [PATCH 24/34] staging: lustre: lnet: change lstio_batch_query_args_t " James Simmons
2017-01-16 21:30 ` [PATCH 25/34] staging: lustre: lnet: change lstio_batch_list_args_t " James Simmons
2017-01-16 21:30 ` [PATCH 26/34] staging: lustre: lnet: change lstio_batch_info_args_t " James Simmons
2017-01-16 21:30 ` [PATCH 27/34] staging: lustre: lnet: change lstio_stat_args_t " James Simmons
2017-01-16 21:30 ` [PATCH 28/34] staging: lustre: lnet: change lst_test_type_t to proper enum James Simmons
2017-01-16 21:30 ` [PATCH 29/34] staging: lustre: lnet: change lstio_test_args_t to proper structure James Simmons
2017-01-16 21:30 ` [PATCH 30/34] staging: lustre: lnet: change lst_brw_[type|flags]_t to proper enum James Simmons
2017-01-16 21:30 ` [PATCH 31/34] staging: lustre: lnet: change lst_test_bulk_param_t to proper structure James Simmons
2017-01-16 21:30 ` [PATCH 32/34] staging: lustre: lnet: change lst_test_ping_param_t " James Simmons
2017-01-16 21:30 ` [PATCH 33/34] staging: lustre: lnet: change srpc_counters_t " James Simmons
2017-01-16 21:30 ` [PATCH 34/34] staging: lustre: lnet: change sfw_counter_t " James Simmons

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).