cxgb4: Add T5 write combining support
authorSantosh Rastapur <santosh@chelsio.com>
Thu, 14 Mar 2013 05:08:51 +0000 (05:08 +0000)
committerDavid S. Miller <davem@davemloft.net>
Thu, 14 Mar 2013 15:35:54 +0000 (11:35 -0400)
commit22adfe0a85ca3808e09e7b4787cb08299d89aeaa
treefd9c1b4a122c91c69f7038f2956f9d741a8959e1
parent251f9e88a2c1e61071bd0eefa0f5f2e1ebc3fcff
cxgb4: Add T5 write combining support

This patch implements a low latency Write Combining (aka Write Coalescing) work
request path. PCIE maps User Space Doorbell BAR2 region writes to the new
interface to SGE. SGE pulls a new message from PCIE new interface and if its a
coalesced write work request then pushes it for processing. This patch copies
coalesced work request to memory mapped BAR2 space.

Signed-off-by: Santosh Rastapur <santosh@chelsio.com>
Signed-off-by: Vipul Pandya <vipul@chelsio.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/chelsio/cxgb4/cxgb4.h
drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c
drivers/net/ethernet/chelsio/cxgb4/sge.c
This page took 0.027457 seconds and 5 git commands to generate.