Re: [PATCH] mctp i2c: Add rx trace

2024-05-31 Thread kernel test robot
' as documented in https://git-scm.com/docs/git-format-patch#_base_tree_information] url: https://github.com/intel-lab-lkp/linux/commits/Tal-Yacobi/mctp-i2c-Add-rx-trace/20240528-223555 base: linus/master patch link: https://lore.kernel.org/r/20240528143420.742611-1-talycb8%40gmail.com

Re: [PATCH] mctp i2c: Add rx trace

2024-05-30 Thread Jeremy Kerr
Hi Tal, > > > mctp-i2c rx implementation doesn't call > > > __i2c_transfer which calls the i2c reply trace function. > > > > No, but we can trace the i2c rx path through the trace_i2c_slave > > tracepoint. It is a little messier than tracing trace_i2c_wr

Re: [PATCH] mctp i2c: Add rx trace

2024-05-29 Thread Tal Yacobi
Hi Jeremy, Thanks for the reply. > > mctp-i2c rx implementation doesn't call > > __i2c_transfer which calls the i2c reply trace function. > > No, but we can trace the i2c rx path through the trace_i2c_slave > tracepoint. It is a little messier than tracing trace_i2c_

Re: [PATCH] mctp i2c: Add rx trace

2024-05-28 Thread Jeremy Kerr
Hi Tal, Thanks for the contribution! Some comments: > mctp-i2c rx implementation doesn't call > __i2c_transfer which calls the i2c reply trace function. No, but we can trace the i2c rx path through the trace_i2c_slave tracepoint. It is a little messier than tracing trace_i2c_write, but ha

[PATCH] mctp i2c: Add rx trace

2024-05-28 Thread Tal Yacobi
mctp-i2c rx implementation doesn't call __i2c_transfer which calls the i2c reply trace function. Add an mctp_reply trace function that will be used instead. Signed-off-by: Tal Yacobi --- drivers/net/mctp/mctp-i2c.c | 3 +++ include/trace/events/mctp.h | 16 2 files changed

MCTP Protocol driver

2015-12-28 Thread Umesh A
I need to implement firmware download software on MCTP( Management Component Transport Protocol) protocol & PLDM . I am not sure whether any driver/software available in linux on MCTP. Please letme know any driver software available in Linux. -- To unsubscribe from this list: send the

MCTP Protocol driver

2015-12-28 Thread Umesh A
I need to implement firmware download software on MCTP( Management Component Transport Protocol) protocol & PLDM . I am not sure whether any driver/software available in linux on MCTP. Please letme know any driver software available in Linux. -- To unsubscribe from this list: send the

MCTP

2015-12-27 Thread Umesh A
Is driver suppport available in linux for MCTP (management component transport protocol) ? -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.h

MCTP

2015-12-27 Thread Umesh A
Is driver suppport available in linux for MCTP (management component transport protocol) ? -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.h