]> Git Repo - linux.git/commit
IPoIB/cm: Reduce connected mode TX object size
authorEli Cohen <[email protected]>
Tue, 15 Jul 2008 06:48:52 +0000 (23:48 -0700)
committerRoland Dreier <[email protected]>
Tue, 15 Jul 2008 06:48:52 +0000 (23:48 -0700)
commite112373fd6aa280bd2cbc0d5cc3809115325a1be
treeaaefb13c2558ab1041e63035b71ee6d114b8c906
parentdf8666198dd058b9498ebdbc52c61957206d30a5
IPoIB/cm: Reduce connected mode TX object size

Since IPoIB connected mode does not NETIF_F_SG, we only have one DMA
mapping per send, so we don't need a mapping[] array.  Define a new
struct with a single u64 mapping member and use it for the CM tx_ring.

Signed-off-by: Eli Cohen <[email protected]>
Signed-off-by: Roland Dreier <[email protected]>
drivers/infiniband/ulp/ipoib/ipoib.h
drivers/infiniband/ulp/ipoib/ipoib_cm.c
This page took 0.057944 seconds and 4 git commands to generate.