From: Ariel Elior Date: Tue, 1 Jan 2013 05:22:26 +0000 (+0000) Subject: bnx2x: Separate VF and PF logic X-Git-Tag: v3.9-rc1~139^2~505 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ad5afc89365e981cffafc241a4c46f56ca943370;p=pandora-kernel.git bnx2x: Separate VF and PF logic Generally, the VF driver cannot access the chip, except by the narrow window its BAR allows. Care had to be taken so the VF driver will not reach code which accesses the chip elsewhere. Refactor the nic_load flow into parts so it would be easier to separate the VF-only logic from the PF-only logic. Signed-off-by: Ariel Elior Signed-off-by: Eilon Greenstein Signed-off-by: David S. Miller --- Reading git-diff-tree failed