]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit74d11c62a9fb9943fdee34dafd8b1330e6862431
treefd9c1b4a122c91c69f7038f2956f9d741a8959e1
parentd96b48562c7f82f25ecb2610abf18903ab0c3a4d
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