Re: [PATCH] Fix fnic driver to remove bogus ratelimit messages.

2021-04-01 Thread Martin K. Petersen
On Tue, 23 Mar 2021 10:27:56 -0700, ldun...@suse.com wrote: > Commit b43abcbbd5b1 ("scsi: fnic: Ratelimit printks to avoid > looding when vlan is not set by the switch.i") added > printk_ratelimit() in front of a couple of debug-mode > messages, to reduce logging overrun when debugging the >

Re: [PATCH] Fix fnic driver to remove bogus ratelimit messages.

2021-03-29 Thread Martin K. Petersen
Lee, > Commit b43abcbbd5b1 ("scsi: fnic: Ratelimit printks to avoid looding > when vlan is not set by the switch.i") added printk_ratelimit() in > front of a couple of debug-mode messages, to reduce logging overrun > when debugging the driver. Applied to 5.13/scsi-staging, thanks! -- Martin

Re: [PATCH] Fix fnic driver to remove bogus ratelimit messages.

2021-03-29 Thread Lee Duncan
On 3/24/21 3:41 PM, Joe Perches wrote: > On Tue, 2021-03-23 at 10:27 -0700, ldun...@suse.com wrote: >> From: Lee Duncan >> >> Commit b43abcbbd5b1 ("scsi: fnic: Ratelimit printks to avoid >> looding when vlan is not set by the switch.i") added >> printk_ratelimit() in front of a couple of

Re: [PATCH] Fix fnic driver to remove bogus ratelimit messages.

2021-03-25 Thread Lee Duncan
On 3/24/21 3:41 PM, Joe Perches wrote: > On Tue, 2021-03-23 at 10:27 -0700, ldun...@suse.com wrote: >> From: Lee Duncan >> >> Commit b43abcbbd5b1 ("scsi: fnic: Ratelimit printks to avoid >> looding when vlan is not set by the switch.i") added >> printk_ratelimit() in front of a couple of

Re: [PATCH] Fix fnic driver to remove bogus ratelimit messages.

2021-03-24 Thread Joe Perches
On Tue, 2021-03-23 at 10:27 -0700, ldun...@suse.com wrote: > From: Lee Duncan > > Commit b43abcbbd5b1 ("scsi: fnic: Ratelimit printks to avoid > looding when vlan is not set by the switch.i") added > printk_ratelimit() in front of a couple of debug-mode > messages, to reduce logging overrun when

Re: [PATCH] Fix fnic driver to remove bogus ratelimit messages.

2021-03-23 Thread Laurence Oberman
On Tue, 2021-03-23 at 10:27 -0700, ldun...@suse.com wrote: > From: Lee Duncan > > Commit b43abcbbd5b1 ("scsi: fnic: Ratelimit printks to avoid > looding when vlan is not set by the switch.i") added > printk_ratelimit() in front of a couple of debug-mode > messages, to reduce logging overrun when

[PATCH] Fix fnic driver to remove bogus ratelimit messages.

2021-03-23 Thread lduncan
From: Lee Duncan Commit b43abcbbd5b1 ("scsi: fnic: Ratelimit printks to avoid looding when vlan is not set by the switch.i") added printk_ratelimit() in front of a couple of debug-mode messages, to reduce logging overrun when debugging the driver. The code: > if (printk_ratelimit()) >