commit | b664e3673c6c2ca228ce025292e32b34f73df5f5 | [log] [tgz] |
---|---|---|
author | Mark McLoughlin <markmc@redhat.com> | Thu Jun 18 18:21:31 2009 +0100 |
committer | Anthony Liguori <aliguori@us.ibm.com> | Mon Jun 22 10:15:30 2009 -0500 |
tree | 0e9aabd57605f615b108c4972f4f7b79767867f8 | |
parent | b9adce2c833fae930f5bede2b8a3357697984e8c [diff] |
net: add tap_read_poll() helper Add a helper to enable/disable the read polling on tapfd. We need this, because we want to start write polling on the tapfd too and enable/disable both types of polling independently. Signed-off-by: Mark McLoughlin <markmc@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>