Skip to content

Commit

Permalink
intel10g: num_descriptors = 1024 (was: 2048)
Browse files Browse the repository at this point in the history
This value is probably not perfectly optimal. See discussion:
#888 (comment)
  • Loading branch information
lukego committed May 6, 2016
1 parent a3c95c0 commit 7fddfe8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/apps/intel/intel10g.lua
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ local timer = require("core.timer")
local bits, bitset = lib.bits, lib.bitset
local band, bor, lshift = bit.band, bit.bor, bit.lshift

num_descriptors = 2048
num_descriptors = 1024

-- Defaults for configurable items
local default = {
Expand Down

0 comments on commit 7fddfe8

Please sign in to comment.