commit | b02e60c86eac4451543f3d2c695545baf093e9ea | [log] [tgz] |
---|---|---|
author | Suresh Reddy <Suresh.Reddy@avagotech.com> | Wed May 06 05:30:36 2015 -0400 |
committer | David S. Miller <davem@davemloft.net> | Sat May 09 16:27:03 2015 -0400 |
tree | 77f4cbb744fe4348f422b432334575ac35e3a1aa | |
parent | 77be8c1c4ceabdb61781e96f8610fdc53c03c072 [diff] |
be2net: post full RXQ on interface enable When an RXQ is created in be_open(), the driver currently posts only 64 buffers. This sometimes results in packet drops when there is a traffic burst as soon as the interface is enabled. This patch fixes this problem by posting the full RXQ on interface enable. Signed-off-by: Suresh Reddy <Suresh.Reddy@avagotech.com> Signed-off-by: Sathya Perla <sathya.perla@avagotech.com> Signed-off-by: David S. Miller <davem@davemloft.net>