From: Ben Hutchings Date: Tue, 21 Feb 2012 23:22:00 +0000 (+0000) Subject: sfc: Reverse initial buffer table allocation to allow for later resizing X-Git-Tag: v3.4-rc1~177^2~221^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c92aaff18e0a48f693678105343160e0bd032dfa;p=pandora-kernel.git sfc: Reverse initial buffer table allocation to allow for later resizing We have a very simple way of allocating buffer table entries to queues, which is just to take the next one available. The extra channels are the highest numbered channels but they need to be allocated the lowest entries so that the traffic channels can be allocated new entries without any collisions. Signed-off-by: Ben Hutchings --- Reading git-diff-tree failed