[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20141125.141620.1331667846639491375.davem@davemloft.net>
Date: Tue, 25 Nov 2014 14:16:20 -0500 (EST)
From: David Miller <davem@...emloft.net>
To: ogerlitz@...lanox.com
Cc: netdev@...r.kernel.org, matanb@...lanox.com, amirv@...lanox.com,
jackm@....mellanox.co.il
Subject: Re: [PATCH net] net/mlx4_core: Limit count field to 24 bits in
qp_alloc_res
From: Or Gerlitz <ogerlitz@...lanox.com>
Date: Tue, 25 Nov 2014 11:54:31 +0200
> case RES_OP_RESERVE:
> - count = get_param_l(&in_param);
> + count = get_param_l(&in_param) & 0xffffff;
I think if these high bits are set, you should be using the maximum
value rather then truncating.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists