[openib-general] Re: [PATCH] IPoIB splitting CQ, increase both send/recv poll NUM_WC & interval
Shirley Ma
xma at us.ibm.com
Wed Apr 19 11:10:25 PDT 2006
Oops. You mean change priv to:
struct ipoib_rx_buf *rx_ring ____cacheline_aligned_in_smp;
struct ib_wc recv_ibwc[IPOIB_NUM_RECV_WC];
spinlock_t tx_lock; ____cacheline_aligned_in_smp;
struct ipoib_tx_buf *tx_ring;
unsigned tx_head;
unsigned tx_tail;
struct ib_sge tx_sge;
struct ib_send_wr tx_wr;
struct ib_wc ibwc[IPOIB_NUM_WC];
Thanks
Shirley Ma
IBM Linux Technology Center
15300 SW Koll Parkway
Beaverton, OR 97006-6063
Phone(Fax): (503) 578-7638
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openfabrics.org/pipermail/general/attachments/20060419/9435d0c4/attachment.html>
More information about the general
mailing list