> -----Original Message----- > From: Intel-wired-lan <[email protected]> On Behalf Of > Brian Vazquez > Sent: Monday, December 16, 2024 8:28 AM > To: Brian Vazquez <[email protected]>; Nguyen, Anthony L > <[email protected]>; Kitszel, Przemyslaw > <[email protected]>; David S. Miller <[email protected]>; > Eric Dumazet <[email protected]>; Jakub Kicinski <[email protected]>; > Paolo Abeni <[email protected]>; [email protected] > Cc: David Decotigny <[email protected]>; Vivek Kumar > <[email protected]>; Singhai, Anjali <[email protected]>; > Samudrala, Sridhar <[email protected]>; linux- > [email protected]; [email protected]; Tantilov, Emil S > <[email protected]>; Manoj Vishwanathan > <[email protected]>; Brian Vazquez <[email protected]>; Keller, > Jacob E <[email protected]>; Linga, Pavan Kumar > <[email protected]>; Paul Menzel <[email protected]> > Subject: [Intel-wired-lan] [iwl-next PATCH v4 3/3] idpf: add more info during > virtchnl transaction timeout/salt mismatch > > From: Manoj Vishwanathan <[email protected]> > > 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 <[email protected]> > Signed-off-by: Brian Vazquez <[email protected]> > Reviewed-by: Jacob Keller <[email protected]> > Reviewed-by: Pavan Kumar Linga <[email protected]> > Reviewed-by: Paul Menzel <[email protected]> > --- > drivers/net/ethernet/intel/idpf/idpf_virtchnl.c | 11 +++++++---- > 1 file changed, 7 insertions(+), 4 deletions(-) >
Tested-by: Krishneil Singh <[email protected]>
