commit | c92aaff18e0a48f693678105343160e0bd032dfa | [log] [tgz] |
---|---|---|
author | Ben Hutchings <bhutchings@solarflare.com> | Tue Feb 21 23:22:00 2012 +0000 |
committer | Ben Hutchings <bhutchings@solarflare.com> | Wed Feb 22 20:48:08 2012 +0000 |
tree | 363bbef1367573f47e9bf93e67e1d1d6daf22b2c | |
parent | 01cb543db8a2d2dbcea5f357365ce1327ac46193 [diff] |
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 <bhutchings@solarflare.com>