Files
linux/drivers
Faisal Latif 30da7cff87 RDMA/nes: Fix CRC endianness for RDMA connection establishment on big-endian
With commit ef19454b ("[LIB] crc32c: Keep intermediate crc state in
cpu order"), the behavior of crc32c changes on big-endian platforms.

Our algorithm expects the previous behavior; otherwise we have RDMA
connection establishment failure on big-endian platforms like powerpc.
Apply cpu_to_le32() to value returned by crc32c() to get the previous
behavior.

Signed-off-by: Faisal Latif <flatif@neteffect.com>
Signed-off-by: Glenn Streiff <gstreiff@neteffect.com>
Signed-off-by: Roland Dreier <rolandd@cisco.com>
2008-02-26 16:24:29 -08:00
..
…
2008-02-24 00:28:48 -05:00
…
2008-02-22 16:50:29 -08:00
…
…
…
2008-02-06 10:41:15 -08:00
2008-02-24 20:03:42 +01:00
2008-02-08 09:22:38 -08:00
…
2008-02-19 15:52:27 -08:00
2008-02-07 08:42:23 -08:00
2008-02-14 21:13:33 -08:00
…
2008-02-13 16:21:19 -08:00
2008-02-23 17:12:14 -08:00
…
2008-02-23 19:49:34 -08:00
…
2008-02-23 17:12:14 -08:00
…
2008-02-21 15:27:07 -08:00
2008-02-23 20:29:09 -08:00
…