OSDN Git Service

misc: mic: SCIF node queue pair setup management
authorSudeep Dutt <sudeep.dutt@intel.com>
Wed, 29 Apr 2015 12:32:34 +0000 (05:32 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 24 May 2015 19:13:36 +0000 (12:13 -0700)
commit40cb59428c842e6f14be1fe0cb8cfa295080c2e5
tree1f635d813234d8ca0ce0574b45d2e17002ab88ed
parentfb4d0e3d4fbb46fd1324545eeb086b4ba59d9750
misc: mic: SCIF node queue pair setup management

SCIF node queue pair setup creates the SCIF driver kernel
mode private node queue pairs between all the nodes to enable
internal control message communication once SCIF gets probed
by the SCIF hardware bus. Peer to peer communication between
MIC Coprocessor nodes is supported.

Reviewed-by: Nikhil Rao <nikhil.rao@intel.com>
Reviewed-by: Ashutosh Dixit <ashutosh.dixit@intel.com>
Signed-off-by: Sudeep Dutt <sudeep.dutt@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/misc/mic/scif/scif_nm.c [new file with mode: 0644]
drivers/misc/mic/scif/scif_nodeqp.c [new file with mode: 0644]
drivers/misc/mic/scif/scif_nodeqp.h [new file with mode: 0644]