]> www.infradead.org Git - users/jedix/linux-maple.git/commit
idpf: add more info during virtchnl transaction timeout/salt mismatch
authorManoj Vishwanathan <manojvishy@google.com>
Mon, 16 Dec 2024 16:27:35 +0000 (16:27 +0000)
committerTony Nguyen <anthony.l.nguyen@intel.com>
Fri, 24 Jan 2025 18:03:39 +0000 (10:03 -0800)
commitd0ea9ebac3e7a5b53bc259e51f54043aa98696ad
tree8de3f52a5ccf0f5dcef56fc233aaeb6aeb4c9464
parent9a5b021cb8186f1854bac2812bd4f396bb1e881c
idpf: add more info during virtchnl transaction timeout/salt mismatch

Add more information related to the transaction like cookie, vc_op,
salt when transaction times out and include similar information
when transaction salt does not match.

Info output for transaction timeout:
-------------------
(op:5015 cookie:45fe vc_op:5015 salt:45 timeout:60000ms)
-------------------

before it was:

-------------------
(op 5015, 60000ms)
-------------------

Signed-off-by: Manoj Vishwanathan <manojvishy@google.com>
Signed-off-by: Brian Vazquez <brianvv@google.com>
Reviewed-by: Jacob Keller <jacob.e.keller@intel.com>
Reviewed-by: Pavan Kumar Linga <pavan.kumar.linga@intel.com>
Reviewed-by: Paul Menzel <pmenzel@molgen.mpg.de>
Tested-by: Krishneil Singh <krishneil.k.singh@intel.com>
Signed-off-by: Tony Nguyen <anthony.l.nguyen@intel.com>
drivers/net/ethernet/intel/idpf/idpf_virtchnl.c