All of lore.kernel.org
 help / color / mirror / Atom feed
* [MPTCP][PATCH mptcp-next] Squash to "mptcp: dump csum fields in mptcp_dump_mpext"
@ 2021-05-06 14:19 Geliang Tang
  2021-05-06 14:30 ` Matthieu Baerts
  0 siblings, 1 reply; 2+ messages in thread
From: Geliang Tang @ 2021-05-06 14:19 UTC (permalink / raw)
  To: mptcp; +Cc: Geliang Tang

Use %x for csum as Paolo suggested.

Signed-off-by: Geliang Tang <geliangtang@gmail.com>
---
 include/trace/events/mptcp.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/trace/events/mptcp.h b/include/trace/events/mptcp.h
index c853849692af..6bf43176f14c 100644
--- a/include/trace/events/mptcp.h
+++ b/include/trace/events/mptcp.h
@@ -104,7 +104,7 @@ DECLARE_EVENT_CLASS(mptcp_dump_mpext,
 		__entry->csum_reqd = mpext->csum_reqd;
 	),
 
-	TP_printk("data_ack=%llu data_seq=%llu subflow_seq=%u data_len=%u csum=%u use_map=%u dsn64=%u data_fin=%u use_ack=%u ack64=%u mpc_map=%u frozen=%u reset_transient=%u reset_reason=%u csum_reqd=%u",
+	TP_printk("data_ack=%llu data_seq=%llu subflow_seq=%u data_len=%u csum=%x use_map=%u dsn64=%u data_fin=%u use_ack=%u ack64=%u mpc_map=%u frozen=%u reset_transient=%u reset_reason=%u csum_reqd=%u",
 		  __entry->data_ack, __entry->data_seq,
 		  __entry->subflow_seq, __entry->data_len,
 		  __entry->csum, __entry->use_map,
-- 
2.31.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [MPTCP][PATCH mptcp-next] Squash to "mptcp: dump csum fields in mptcp_dump_mpext"
  2021-05-06 14:19 [MPTCP][PATCH mptcp-next] Squash to "mptcp: dump csum fields in mptcp_dump_mpext" Geliang Tang
@ 2021-05-06 14:30 ` Matthieu Baerts
  0 siblings, 0 replies; 2+ messages in thread
From: Matthieu Baerts @ 2021-05-06 14:30 UTC (permalink / raw)
  To: Geliang Tang, Paolo Abeni; +Cc: mptcp

Hi Geliang, Paolo,

On 06/05/2021 16:19, Geliang Tang wrote:
> Use %x for csum as Paolo suggested.
> 
> Signed-off-by: Geliang Tang <geliangtang@gmail.com>

Thank you for the patch and the suggestion!

- 4a14b5949e5e: "squashed" in "mptcp: dump csum fields in mptcp_dump_mpext"
- Results: 9e9ac1620af0..3ad3c4cba5ea

Builds and tests are now in progress:

https://cirrus-ci.com/github/multipath-tcp/mptcp_net-next/export/20210506T143039
https://github.com/multipath-tcp/mptcp_net-next/actions/workflows/build-validation.yml?query=branch:export/20210506T143039

Cheers,
Matt
-- 
Tessares | Belgium | Hybrid Access Solutions
www.tessares.net

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-05-06 14:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-06 14:19 [MPTCP][PATCH mptcp-next] Squash to "mptcp: dump csum fields in mptcp_dump_mpext" Geliang Tang
2021-05-06 14:30 ` Matthieu Baerts

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.