From: Suresh Reddy Date: Wed, 6 May 2015 09:30:36 +0000 (-0400) Subject: be2net: post full RXQ on interface enable X-Git-Tag: omap-for-v4.2/fixes-rc1^2~134^2~351^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b02e60c86eac4451543f3d2c695545baf093e9ea;p=pandora-kernel.git be2net: post full RXQ on interface enable When an RXQ is created in be_open(), the driver currently posts only 64 buffers. This sometimes results in packet drops when there is a traffic burst as soon as the interface is enabled. This patch fixes this problem by posting the full RXQ on interface enable. Signed-off-by: Suresh Reddy Signed-off-by: Sathya Perla Signed-off-by: David S. Miller --- Reading git-diff-tree failed