From: David Ahern <david.ah...@oracle.com>
Date: Thu, 30 Apr 2015 10:27:53 -0400

> @@ -183,8 +183,17 @@ void rds_ib_cm_connect_complete(struct rds_connection 
> *conn, struct rdma_cm_even
>  
>       /* If the peer gave us the last packet it saw, process this as if
>        * we had received a regular ACK. */
> -     if (dp && dp->dp_ack_seq)
> -             rds_send_drop_acked(conn, be64_to_cpu(dp->dp_ack_seq), NULL);
> +     if (dp) {
> +             /* dp structure start is not guaranteed to be 8 bytes aligned
> +              * so on SPARC we get trap for nu-aligned access. we solve
> +              * this by using the macros for unaligned memory access
> +              */

"nu-aligned" is misspelled, and Mentioning sparc specifically is completely
inappropriate because this is not a sparc specific problem.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to