[openib-general] [PATCH] mad_rmpp: fix check for old ACK

Sean Hefty mshefty at ichips.intel.com
Tue Feb 28 09:41:26 PST 2006


Jack Morgenstein wrote:
> -	if (newwin < mad_send_wr->newwin || seg_num < mad_send_wr->last_ack)
> +	if (newwin < mad_send_wr->newwin || seg_num <= mad_send_wr->last_ack)
>  		goto out;	/* Old ACK */

This would drop ACKs that are only updating the new window.

- Sean



More information about the general mailing list