summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2015-08-07 18:53:06 (GMT)
committerDavid S. Miller <davem@davemloft.net>2015-08-07 18:53:06 (GMT)
commitd1163e91ce1efab514468085924de3b7afa1b0ca (patch)
tree01c2c799a14784e6d060d94a360c7a4d47bcb66d /net
parent48900cb6af4282fa0fb6ff4d72a81aa3dadb5c39 (diff)
parent649886a36b5f023811321819eceaa8ba66444e3b (diff)
downloadlinux-d1163e91ce1efab514468085924de3b7afa1b0ca.tar.xz
Merge branch 'be2net-fixes'
Sathya Perla says: ==================== be2net: patch set This patch set contains 2 driver fixes to a Lancer HW issue and a fix to a double free bug. Pls apply to the "net" tree. Thanks! Patch 1 now enables filters only after creating RXQs. This is done as HW issues were observed on Lancer adapters if filters (flags, mac addrs etc) are enabled *before* creating RXQs. This patch changes the driver design by enabling filters in be_open() -- instead of be_setup() -- after RXQs are created and buffers posted. Patch 2 fixes an RX stall issue that was seen on Lancer adapters when RXQs are destroyed while they are in an "out of buffer" state. This patch fixes this issue by posting 64 buffers to each RXQ before destroying them in the close path. This is done after ensuring that no more new packets are selected for transfer to the RXQs by disabling interface filters. Patch 3 protects eqo->affinity_mask variable from being freed twice and resulting in a crash. It's now freed only when EQs haven't yet been destroyed. ==================== Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net')
0 files changed, 0 insertions, 0 deletions