From: Mitch Williams Date: Thu, 28 Nov 2013 06:39:33 +0000 (+0000) Subject: i40e: reinit buffer size each time X-Git-Tag: v3.14-rc1~94^2~281^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2f0191238d1d82c3cf0de350ac84e6e8d14aaf08;p=pandora-kernel.git i40e: reinit buffer size each time When cleaning the ARQ, we must reinitialize the buffer size each time we go through the loop, because i40e_clean_arq_element returns the message length in the same field. Without this change, subsequent messages can be truncated to the length of the previous message. Change-Id: Ic9c32ff843faf0fc3196d21351a1c3a60c6158eb Signed-off-by: Mitch Williams Signed-off-by: Jesse Brandeburg Tested-by: Kavindya Deegala Tested-by: Sibai Li Signed-off-by: Jeff Kirsher --- Reading git-diff-tree failed