From: Mitch Williams Date: Tue, 11 Feb 2014 08:27:50 +0000 (+0000) Subject: i40evf: correctly program RSS HLUT table X-Git-Tag: v3.15-rc1~113^2~124^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=96d477045388c03a03041c382f19e122046c0afd;p=pandora-kernel.git i40evf: correctly program RSS HLUT table The HLUT programming loop in in i40evf_configure_rss was a) overly- complicated, and b) just plain broken. Most of the entries ended up being not written at all, so most of the flows ended up at queue zero. Refactor the HLUT programming loop to simply walk through the registers and write four values to each one, incrementing through the number of available queues. Change-ID: I75766179bc67e4e997187794f3144e28c83fd00d Signed-off-by: Mitch Williams Signed-off-by: Catherine Sullivan Tested-by: Sibai Li Signed-off-by: Jeff Kirsher --- Reading git-diff-tree failed