Peter Zijlstra
2c935bc572
locking/atomic, kref: Add kref_read()
...
Since we need to change the implementation, stop exposing internals.
Provide kref_read() to read the current reference count; typically
used for debug messages.
Kills two anti-patterns:
atomic_read(&kref->refcount)
kref->refcount.counter
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org >
Cc: Andrew Morton <akpm@linux-foundation.org >
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
Cc: Linus Torvalds <torvalds@linux-foundation.org >
Cc: Paul E. McKenney <paulmck@linux.vnet.ibm.com >
Cc: Peter Zijlstra <peterz@infradead.org >
Cc: Thomas Gleixner <tglx@linutronix.de >
Cc: linux-kernel@vger.kernel.org
Signed-off-by: Ingo Molnar <mingo@kernel.org >
2017-01-14 11:37:18 +01:00
Ira Weiny
15453e857a
IB/usnic: Support device FW version string
...
And remove sysfs file in favor of the common core.
Reviewed-by: Dennis Dalessandro <dennis.dalessandro@intel.com >
Signed-off-by: Ira Weiny <ira.weiny@intel.com >
Signed-off-by: Doug Ledford <dledford@redhat.com >
2016-06-23 12:08:34 -04:00
Jeff Squyres
3805eade3b
usnic: add missing clauses to BSD license
...
The usnic_verbs kernel module was clearly marked with the following in
its code:
MODULE_LICENSE("Dual BSD/GPL");
However, we accidentally left a few clauses of the BSD text out of the
license header in all the source files. This commit fixes that: all
the files are properly dual BSD/GPL-licensed. Contributors that might
have been confused by this have been contacted to get their permission
and are Cc:ed here.
Cc: Benoit Taine <benoit.taine@lip6.fr >
Cc: Ira Weiny <ira.weiny@intel.com >
Cc: Joerg Roedel <jroedel@suse.de >
Cc: Masanari Iida <standby24x7@gmail.com >
Cc: Matan Barak <matanb@mellanox.com >
Cc: Michael Wang <yun.wang@profitbricks.com >
Cc: Roland Dreier <roland@purestorage.com >
Cc: Wei Yongjun <yongjun_wei@trendmicro.com.cn >
Cc: Dan Carpenter <dan.carpenter@oracle.com >
Cc: Fabio Estevam <fabio.estevam@freescale.com >
Cc: Or Gerlitz <ogerlitz@mellanox.com >
Signed-off-by: Jeff Squyres <jsquyres@cisco.com >
Signed-off-by: Doug Ledford <dledford@redhat.com >
2015-10-06 13:43:25 -04:00
Upinder Malhi
9f637f7936
IB/usnic: Expose flows via debugfs
...
Signed-off-by: Upinder Malhi <umalhi@cisco.com >
Signed-off-by: Roland Dreier <roland@purestorage.com >
2014-01-14 00:44:46 -08:00
Upinder Malhi
60b215e8b2
IB/usnic: Port over sysfs to new usnic_fwd.h
...
This patch ports usnic_ib_sysfs.c to the new interface of
usnic_fwd.h.
Signed-off-by: Upinder Malhi <umalhi@cisco.com >
Signed-off-by: Roland Dreier <roland@purestorage.com >
2014-01-14 00:44:42 -08:00
Upinder Malhi
e3cf00d0a8
IB/usnic: Add Cisco VIC low-level hardware driver
...
This adds a driver that allows userspace to use UD-like QPs over a
proprietary Cisco transport with Cisco's Virtual Interface Cards (VICs),
including VIC 1240 and 1280 cards.
Signed-off-by: Upinder Malhi <umalhi@cisco.com >
Signed-off-by: Christian Benvenuti <benve@cisco.com >
Signed-off-by: Roland Dreier <roland@purestorage.com >
2014-01-14 00:44:28 -08:00