RE:

2019-09-24 Thread Venkat Subbiah
Hello http://omniummjc.com/freeze.php?dpeh=knot10401 Venkat alpajqmka wmsyduztf Update: Back in stock. This won’t last long! qgaegip fuwzmnt isqhzstcc wqkejlrnt So the waters were healed unto this day, according to the saying of Elisha which he spake. hypyvykicy rthi

hello

2019-05-28 Thread Venkat Subbiah
Good afternoon linux http://alexandrastanciu.com/chapter.php?sykegp=VLZ19401 Bests Venkat

re

2019-05-24 Thread Venkat Subbiah
Hi http://www.rstechnology.club/lay.php?nnyar=ZJA8001 Venkat

[no subject]

2018-07-07 Thread Venkat Subbiah
hi Linux https://goo.gl/MD9TK5 Venkat Subbiah

[no subject]

2017-08-28 Thread Venkat Subbiah
Sup Linux http://www.imr-asso.org/wp-content/uploads/innovation.php?corn=pks2ea81htmcx01ew Venkat

[no subject]

2017-02-08 Thread Venkat Subbiah
hi Linux http://CosmicHarvestFarm.com/environment.php?test=h24hz07rxu1f Venkat

from: Venkat Subbiah

2015-07-31 Thread Venkat Subbiah
Salutations linux http://curaparaherpes.net/breakfast.php?test=ps8958nqdndw linux Sent from my iPhone -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.h

i2c block read on an SMBus

2007-12-20 Thread Venkat Subbiah
I am trying to do an i2c block read using a call like rc = i2c_smbus_xfer(g_i2c_adp, buf[0], 0x0, I2C_SMBUS_READ, 0x0, I2C_SMBUS_I2C_BLOCK_DATA, &data); and the logs show me that this hits the else part of this if condition in i801_block_transaction funct

RE: irq load balancing

2007-09-13 Thread Venkat Subbiah
Venkat -Original Message- From: Lennart Sorensen [mailto:[EMAIL PROTECTED] Sent: Thursday, September 13, 2007 1:45 PM To: Venkat Subbiah Cc: Chris Snook; linux-kernel@vger.kernel.org Subject: Re: irq load balancing On Thu, Sep 13, 2007 at 01:31:39PM -0700, Venkat Subbiah wrote: > Doing it i

RE: irq load balancing

2007-09-13 Thread Venkat Subbiah
September 12, 2007 2:45 PM To: Venkat Subbiah Cc: linux-kernel@vger.kernel.org Subject: Re: irq load balancing Venkat Subbiah wrote: > Most of the load in my system is triggered by a single ethernet IRQ. > Essentially the IRQ schedules a tasklet and most of the work is done in the > taskel

irq load balancing

2007-09-11 Thread Venkat Subbiah
Most of the load in my system is triggered by a single ethernet IRQ. Essentially the IRQ schedules a tasklet and most of the work is done in the taskelet which is scheduled in the IRQ. From what I read looks like the tasklet would be executed on the same CPU on which it was scheduled. So this me