commit | a91fb143de61dce847e319ca79b9937a665ad622 | [log] [tgz] |
---|---|---|
author | Jan-Bernd Themann <ossthema@de.ibm.com> | Tue Jun 15 05:35:16 2010 +0000 |
committer | David S. Miller <davem@davemloft.net> | Wed Jun 16 18:05:26 2010 -0700 |
tree | 168a8dbf4cd8408747972d0ddec741ac8c358b9c | |
parent | 756725064fe6abbcdb43b1e64d017649b828be35 [diff] |
ehea: fix delayed packet processing In the eHEA poll function an rmb() is required. Without that some packets on the receive queue are not seen and thus delayed until the next interrupt is handled for the same receive queue. Signed-off-by: Jan-Bernd Themann <themann@de.ibm.com> Signed-off-by: Jay Vosburgh <fubar@us.ibm.com> Signed-off-by: David S. Miller <davem@davemloft.net>