Re: [PATCH] RDMA/nes: correct register write in set TX pause param

2010-09-08 Thread Roland Dreier
thanks, applied. -- To unsubscribe from this list: send the line unsubscribe linux-rdma in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

[PATCH] RDMA/nes: correct register write in set TX pause param

2010-09-07 Thread Chien Tung
Set TX pause param is writing to the wrong register location causing the adpater to hang. Correct the define used to write the reigster. This fixes OFED bug #2116. https://bugs.openfabrics.org/show_bug.cgi?id=2116 Reported-by: Shiri Franchi shi...@voltaire.com Signed-off-by: Chien Tung