From: Ben Hutchings Date: Wed, 12 Feb 2014 18:59:28 +0000 (+0000) Subject: sfc: Preserve rx_frm_trunc counters when resizing DMA rings X-Git-Tag: v3.15-rc1~113^2~384^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2fa25cf1e1cad74df4b465710e55a62386743614;p=pandora-kernel.git sfc: Preserve rx_frm_trunc counters when resizing DMA rings We allocate efx_channel structures with kzalloc() so we don't need to zero-initialise individual fields in efx_probe_channel(). Further, this function will be called again during DMA ring resizing and we should not reset any statistics then. Signed-off-by: Ben Hutchings Signed-off-by: Shradha Shah Signed-off-by: David S. Miller --- Reading git-diff-tree failed