Hi,
  
  I have 8548 Linux based firewall which will mostly do packet processing for 
80% time.
  So obviously most of the time it will RX and TX packets through gianfar 
ethernet driver.
  
  I want to lock my interrupt handler of this driver in the L1 cache.
  1. How can I use "icbtls" - Instruction Cache Block Touch and Lock Set" for 
locking my interrupt handler?
  
  2. Is "icbtls" is the correct instruction at which I am looking at?
  
  3. How do I find end address of the interrupt handler function and how  do we 
pass it to cache locking instructions? (Because it can happen  that interrupt 
handler size is more than a cache line, not aligned etc)?
  
  4. Can we enhance request_irq() function to take an additional parameter to 
lock the interrupt handler in the cache?
  
  I understand that if my interrupt handler is going to be called most of  the 
time then it is very likely to happen that OS will flush the same,  but there 
is no guarantee for it.
  
  Regards,
  Parav Pandit
  
 
---------------------------------
Be a PS3 game guru.
Get your game face on with the latest PS3 news and previews at Yahoo! Games.
_______________________________________________
Linuxppc-embedded mailing list
[email protected]
https://ozlabs.org/mailman/listinfo/linuxppc-embedded

Reply via email to