Skip to content

Commit

Permalink
Squash to "mptcp: dump csum fields in mptcp_dump_mpext"
Browse files Browse the repository at this point in the history
Use %x for csum as Paolo suggested.

Signed-off-by: Geliang Tang <[email protected]>
Signed-off-by: Matthieu Baerts <[email protected]>
  • Loading branch information
geliangtang authored and matttbe committed May 6, 2021
1 parent e2cc6a7 commit 4a14b59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/trace/events/mptcp.h
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 4a14b59

Please sign in to comment.