[openib-general] Nitpicking: IB spec 1.2

Hal Rosenstock halr at voltaire.com
Tue Jan 4 07:33:18 PST 2005


On Tue, 2005-01-04 at 02:56, Michael S. Tsirkin wrote: 
> Index: core/mad.c
> ===================================================================
> -- core/mad.c  (revision 1399)
> +++ core/mad.c  (working copy)
> @@ -2017,7 +2043,7 @@ static void local_completions(void *data)
>                         wc.status = IB_WC_SUCCESS;
>                         wc.opcode = IB_WC_RECV;
>                         wc.vendor_err = 0;
> -                       wc.byte_len = sizeof(struct ib_mad);
> +                       wc.byte_len = sizeof(struct ib_mad) + sizeof(ib_grh);
>                         wc.src_qp = IB_QP0;
>                         wc.wc_flags = 0;
>                         wc.pkey_index = 0;

Thanks. Applied manually as patch was rejected for some reason.

Also, in the future, please include the signed off line.

-- Hal




More information about the general mailing list