commit | 2cb9c6bafc58cf4066cb15f0ac6989a1015a02cc | [log] [tgz] |
---|---|---|
author | Rusty Russell <rusty@rustcorp.com.au> | Mon Feb 04 23:50:07 2008 -0500 |
committer | Rusty Russell <rusty@rustcorp.com.au> | Mon Feb 04 23:50:08 2008 +1100 |
tree | 5a81ecc2d80724054d2b8f5679a58e1d42e9322a | |
parent | a48bd8f67003c342e147309a331f656a5e75a5e4 [diff] |
virtio: free transmit skbs when notified, not on next xmit. This fixes a potential dangling xmit problem. We also suppress refill interrupts until we need them. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>