Re: [PATCH v2 2/8] net/ice: enhance debug when HW fails to transmit

2024-04-15 Thread David Marchand
On Thu, Apr 11, 2024 at 10:42 AM Bruce Richardson wrote: > > On Thu, Apr 11, 2024 at 10:30:19AM +0200, David Marchand wrote: > > On Mon, Apr 8, 2024 at 5:23 PM Bruce Richardson > > wrote: > > > > > > On Fri, Apr 05, 2024 at 04:45:56PM +0200, David Marchand wrote: > > > > At the moment, if the dri

Re: [PATCH v2 2/8] net/ice: enhance debug when HW fails to transmit

2024-04-11 Thread Bruce Richardson
On Thu, Apr 11, 2024 at 10:30:19AM +0200, David Marchand wrote: > On Mon, Apr 8, 2024 at 5:23 PM Bruce Richardson > wrote: > > > > On Fri, Apr 05, 2024 at 04:45:56PM +0200, David Marchand wrote: > > > At the moment, if the driver sets an incorrect Tx descriptor, the HW > > > will raise a MDD event

Re: [PATCH v2 2/8] net/ice: enhance debug when HW fails to transmit

2024-04-11 Thread David Marchand
On Mon, Apr 8, 2024 at 5:23 PM Bruce Richardson wrote: > > On Fri, Apr 05, 2024 at 04:45:56PM +0200, David Marchand wrote: > > At the moment, if the driver sets an incorrect Tx descriptor, the HW > > will raise a MDD event reported as: > > ice_interrupt_handler(): OICR: MDD event > > > > Add some

Re: [PATCH v2 2/8] net/ice: enhance debug when HW fails to transmit

2024-04-08 Thread Bruce Richardson
On Fri, Apr 05, 2024 at 04:45:56PM +0200, David Marchand wrote: > At the moment, if the driver sets an incorrect Tx descriptor, the HW > will raise a MDD event reported as: > ice_interrupt_handler(): OICR: MDD event > > Add some debug info for this case and the VF index in all logs. > > Signed-of

[PATCH v2 2/8] net/ice: enhance debug when HW fails to transmit

2024-04-05 Thread David Marchand
At the moment, if the driver sets an incorrect Tx descriptor, the HW will raise a MDD event reported as: ice_interrupt_handler(): OICR: MDD event Add some debug info for this case and the VF index in all logs. Signed-off-by: David Marchand --- drivers/net/ice/ice_ethdev.c | 29 +