[PATCH 06/10] nvmet_fc: Reduce work_q count
James Smart
jsmart2021 at gmail.com
Mon May 15 15:43:11 PDT 2017
>>>
>> Per-cpu ptr?
>> Check drivers/scsi/fcoe/fcoe.c:fcoe_init() for reference.
>
> As you can see above - I'm using per_cpu(), which is actually "#define
> per_cpu(var, cpu) (*per_cpu_ptr(&(var), cpu))". So I'm already
> using it.
Actually your right, they aren't quite the same. Should have looked a
little closer at the macros. I'll repost.
-- james
More information about the Linux-nvme
mailing list