lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Fri,  6 May 2016 21:30:21 -0400
From:	James Simmons <jsimmons@...radead.org>
To:	Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
	devel@...verdev.osuosl.org,
	Andreas Dilger <andreas.dilger@...el.com>,
	Oleg Drokin <oleg.drokin@...el.com>
Cc:	Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
	Lustre Development List <lustre-devel@...ts.lustre.org>,
	James Simmons <jsimmons@...radead.org>
Subject: [PATCH 00/10] staging: lustre: lnet: per NI map-on-demand value

Enables support of different map-on-demand values per NI.  This is
required to support OPA coexistence with MLX5 cards.  MLX5 does not
support FMR, which is enabled via map-on-demand.  However OPA's
performance is greatly enahanced when FMR is enabled.  In order
to enable coexistence of both of these two types of cards we
need to be able to set different map-on-demand values for both
NIs.

This patch also lays the ground work for other per NI tunables to
be added in future patches.

Amir Shehata (10):
  staging: lustre: lnet: use struct lnet_ioctl_config_data for NI bring up
  staging: lustre: lnet: use struct lnet_ioctl_config_data for NI query
  staging: lustre: lnet: add per NI configuration structures
  staging: lustre: o2iblnd: convert macros to inline functions
  staging: lustre: o2iblnd: create default o2iblnd tunable settings
  staging: lustre: o2iblnd: use data in lnet_ni_t instead of kiblnd_tunables
  staging: lustre: o2iblnd: per NI map-on-demand value
  staging: lustre: o2iblnd: remove last of kiblnd_tunables_fini
  staging: lustre: o2iblnd: properly set ibr_why
  staging: lustre: lnet: enable configuration per NI interface

 .../staging/lustre/include/linux/lnet/lib-dlc.h    |   29 ++++-
 .../staging/lustre/include/linux/lnet/lib-lnet.h   |    9 +-
 .../staging/lustre/include/linux/lnet/lib-types.h  |    2 +
 .../staging/lustre/lnet/klnds/o2iblnd/o2iblnd.c    |   83 +++++++-----
 .../staging/lustre/lnet/klnds/o2iblnd/o2iblnd.h    |  101 ++++++++------
 .../staging/lustre/lnet/klnds/o2iblnd/o2iblnd_cb.c |   36 +++---
 .../lustre/lnet/klnds/o2iblnd/o2iblnd_modparams.c  |  139 ++++++++++++++------
 drivers/staging/lustre/lnet/lnet/api-ni.c          |  139 ++++++++++++--------
 drivers/staging/lustre/lnet/lnet/config.c          |    3 +
 drivers/staging/lustre/lnet/lnet/module.c          |    7 +-
 10 files changed, 341 insertions(+), 207 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ