Re: [PATCH v1] scsi: lpfc: Add auto select on IRQ_POLL

2021-01-29 Thread Martin K. Petersen
On Mon, 25 Jan 2021 19:05:54 -0500, Tong Zhang wrote: > lpfc depends on irq_poll library, but it is not selected automatically. > When irq_poll is not selected, compiling it can run into following error > > ERROR: modpost: "irq_poll_init" [drivers/scsi/lpfc/lpfc.ko] undefined! > ERROR: modpost:

Re: [PATCH v1] scsi: lpfc: Add auto select on IRQ_POLL

2021-01-26 Thread Martin K. Petersen
Tong, > lpfc depends on irq_poll library, but it is not selected > automatically. When irq_poll is not selected, compiling it can run > into following error Applied to 5.12/scsi-staging, thanks! -- Martin K. Petersen Oracle Linux Engineering

Re: [PATCH v1] scsi: lpfc: Add auto select on IRQ_POLL

2021-01-26 Thread James Smart
On 1/25/2021 4:05 PM, Tong Zhang wrote: lpfc depends on irq_poll library, but it is not selected automatically. When irq_poll is not selected, compiling it can run into following error ERROR: modpost: "irq_poll_init" [drivers/scsi/lpfc/lpfc.ko] undefined! ERROR: modpost: "irq_poll_sched"

[PATCH v1] scsi: lpfc: Add auto select on IRQ_POLL

2021-01-25 Thread Tong Zhang
lpfc depends on irq_poll library, but it is not selected automatically. When irq_poll is not selected, compiling it can run into following error ERROR: modpost: "irq_poll_init" [drivers/scsi/lpfc/lpfc.ko] undefined! ERROR: modpost: "irq_poll_sched" [drivers/scsi/lpfc/lpfc.ko] undefined! ERROR: