aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorAlexander Usyskin <[email protected]>2020-08-18 14:51:45 +0300
committerGreg Kroah-Hartman <[email protected]>2020-08-18 15:44:44 +0200
commitaa207a05f95abc3530b7415232f0f73278336bd3 (patch)
tree89887b2fb40849e19b457fb9fb99d34088416620 /tools/perf/scripts/python
parent224ae607526b4a389ae469207530fcdc9abaa7b9 (diff)
mei: add connect with vtag ioctl
This IOCTL is used to associate the current file descriptor with a FW Client (given by UUID), and virtual tag (vtag). The IOCTL opens a communication channel between a host client and a FW client on a tagged channel. From this point on, every reader and write will communicate with the associated FW client on the tagged channel. Upon close() the communication is terminated. The IOCTL argument is a struct with a union that contains the input parameter and the output parameter for this IOCTL. The input parameter is UUID of the FW Client, a vtag [0,255] The output parameter is the properties of the FW client Clients that do not support tagged connection will respond with -EOPNOTSUPP Signed-off-by: Alexander Usyskin <[email protected]> Signed-off-by: Tomas Winkler <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions