From: Dan Carpenter <hidden> Date: 2012-07-11 06:33:56
This should be ">=" here instead of ">". MLX4_NET_TRANS_RULE_NUM is 6.
We use "spec->id" as an array offset into the __rule_hw_sz[] and
__sw_id_hw[] arrays which have 6 elements.
Signed-off-by: Dan Carpenter <redacted>
From: Hadar Hen Zion <hidden> Date: 2012-07-11 14:54:39
On 7/11/2012 9:33 AM, Dan Carpenter wrote:
quoted hunk
This should be ">=" here instead of ">". MLX4_NET_TRANS_RULE_NUM is 6.
We use "spec->id" as an array offset into the __rule_hw_sz[] and
__sw_id_hw[] arrays which have 6 elements.
Signed-off-by: Dan Carpenter <redacted>
This should be ">=" here instead of ">". MLX4_NET_TRANS_RULE_NUM is 6.
We use "spec->id" as an array offset into the __rule_hw_sz[] and
__sw_id_hw[] arrays which have 6 elements.
Signed-off-by: Dan Carpenter <redacted>
Applied, thanks.
Dan, in the future please indicate clearly that your patches are
targetted at net-next specifically. Thanks.