Whamcloud - gitweb
LU-6034 lnet: add default case for check summing
[fs/lustre-release.git] / lnet / include / lnet / lib-dlc.h
index 6ea30c3..59d57b0 100644 (file)
@@ -3,7 +3,7 @@
  *
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
- * Copyright (c) 2013, Intel Corporation, All rights reserved.
+ * Copyright (c) 2014, Intel Corporation.
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
@@ -70,6 +70,8 @@ struct lnet_ioctl_config_data {
                        __s32 net_peer_tx_credits;
                        __s32 net_peer_rtr_credits;
                        __s32 net_max_tx_credits;
+                       __u32 net_cksum_algo;
+                       __u32 net_pad;
                } cfg_net;
                struct {
                        __u32 buf_enable;