writing to a device through driver entrypoint or directly from user space after mapping it

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi all,

If I want to write to a register of a PCI device which is in BAR
region, there are two ways:-
1) inside write() entrypoint of my driver, i can write to that
particular register.
2) if i have mapped my BAR region to user space, then writing to the
required register directly from user space.

So is there any difference in performance or time required to write to
a device from write() entrypoint of a driver or mapping a BAR region
to user space & then writing to it from user space?

are there any advantages / disadvantages ?

If i am wrong, correct me please.
Thanks in advance.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[Index of Archives]     [Kernel Newbies]     [Netfilter]     [Bugtraq]     [Photo]     [Stuff]     [Gimp]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Video 4 Linux]     [Linux for the blind]     [Linux Resources]
  Powered by Linux