kernelnewbies.kernelnewbies.org archive mirror
 help / color / mirror / Atom feed
* VFS/driver core overhead
@ 2015-04-07  3:12 nick
  2015-04-07 14:56 ` Valdis.Kletnieks at vt.edu
  0 siblings, 1 reply; 2+ messages in thread
From: nick @ 2015-04-07  3:12 UTC (permalink / raw)
  To: kernelnewbies

Greetings All,
After reading through the code for the usb and vfs core infrastructure, I was wondering if 
after reading it if I am correct in my notion of there being very little overhead or none
at all int these areas of the kernel. This is due to be noticing most drivers and file 
systems wrap around the core/vfs and therefore the overhead is very little and no need
to worry about it like the overhead of the kernel's process structures based off task_struct
.Honestly, I could benchmark this area of the kernel but it's hard to remove the file 
system/drivers interfering with my benchmarks due to me not knowing of any one way to do that.
If someone either points me to a benchmark for me to test this or answers it that would be
very helpful.
Thanks,
Nick

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-04-07 14:56 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-07  3:12 VFS/driver core overhead nick
2015-04-07 14:56 ` Valdis.Kletnieks at vt.edu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).