commit | 2b1244a43be97f504494b557a7f7a65fe0d00dba | [log] [tgz] |
---|---|---|
author | Chris Leech <christopher.leech@intel.com> | Thu Mar 08 09:57:36 2007 -0800 |
committer | Dan Williams <dan.j.williams@intel.com> | Wed Jul 11 16:10:53 2007 -0700 |
tree | d3be36597917dbbae664fc6eb97dbe876c5e44e3 | |
parent | 72d0b7a81d60f5e64ee7197bc190b9b3265f99dd [diff] |
I/OAT: Only offload copies for TCP when there will be a context switch The performance wins come with having the DMA copy engine doing the copies in parallel with the context switch. If there is enough data ready on the socket at recv time just use a regular copy. Signed-off-by: Chris Leech <christopher.leech@intel.com>