On Thu, Jan 24, 2008 at 12:06:30PM -0800, Shirley Ma wrote:
>       Can you make IPoIB-CM rx S/G functions more generic so it can be
> reused here for IPoIB UD tx S/G?
> 
I am not sure I understand your intention. This patch provides an API
for mapping/unmapping tx UD SKBs:

static inline int ipoib_dma_map_tx(struct ib_device *ca,
                                   struct ipoib_tx_buf *tx_req);

static inline void ipoib_dma_unmap_tx(struct ib_device *ca,
                                      struct ipoib_tx_buf *tx_req);

_______________________________________________
general mailing list
[email protected]
http://lists.openfabrics.org/cgi-bin/mailman/listinfo/general

To unsubscribe, please visit http://openib.org/mailman/listinfo/openib-general

Reply via email to