RE: [Intel-wired-lan] [iwl-next PATCH v4 3/3] idpf: add more info during virtchnl transaction timeout/salt mismatch
From: Singh, Krishneil K
Date: Tue Jan 14 2025 - 02:01:59 EST
> -----Original Message-----
> From: Intel-wired-lan <intel-wired-lan-bounces@xxxxxxxxxx> On Behalf Of
> Brian Vazquez
> Sent: Monday, December 16, 2024 8:28 AM
> To: Brian Vazquez <brianvv.kernel@xxxxxxxxx>; Nguyen, Anthony L
> <anthony.l.nguyen@xxxxxxxxx>; Kitszel, Przemyslaw
> <przemyslaw.kitszel@xxxxxxxxx>; David S. Miller <davem@xxxxxxxxxxxxx>;
> Eric Dumazet <edumazet@xxxxxxxxxx>; Jakub Kicinski <kuba@xxxxxxxxxx>;
> Paolo Abeni <pabeni@xxxxxxxxxx>; intel-wired-lan@xxxxxxxxxxxxxxxx
> Cc: David Decotigny <decot@xxxxxxxxxx>; Vivek Kumar
> <vivekmr@xxxxxxxxxx>; Singhai, Anjali <anjali.singhai@xxxxxxxxx>;
> Samudrala, Sridhar <sridhar.samudrala@xxxxxxxxx>; linux-
> kernel@xxxxxxxxxxxxxxx; netdev@xxxxxxxxxxxxxxx; Tantilov, Emil S
> <emil.s.tantilov@xxxxxxxxx>; Manoj Vishwanathan
> <manojvishy@xxxxxxxxxx>; Brian Vazquez <brianvv@xxxxxxxxxx>; Keller,
> Jacob E <jacob.e.keller@xxxxxxxxx>; Linga, Pavan Kumar
> <pavan.kumar.linga@xxxxxxxxx>; Paul Menzel <pmenzel@xxxxxxxxxxxxx>
> Subject: [Intel-wired-lan] [iwl-next PATCH v4 3/3] idpf: add more info during
> virtchnl transaction timeout/salt mismatch
>
> From: Manoj Vishwanathan <manojvishy@xxxxxxxxxx>
>
> 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@xxxxxxxxxx>
> Signed-off-by: Brian Vazquez <brianvv@xxxxxxxxxx>
> Reviewed-by: Jacob Keller <jacob.e.keller@xxxxxxxxx>
> Reviewed-by: Pavan Kumar Linga <pavan.kumar.linga@xxxxxxxxx>
> Reviewed-by: Paul Menzel <pmenzel@xxxxxxxxxxxxx>
> ---
> drivers/net/ethernet/intel/idpf/idpf_virtchnl.c | 11 +++++++----
> 1 file changed, 7 insertions(+), 4 deletions(-)
>
Tested-by: Krishneil Singh <krishneil.k.singh@xxxxxxxxx>