commit | 5193e5fbb52a33f1f684b0d42d29a452dfd29e4a | [log] [tgz] |
---|---|---|
author | Jason Wang <jasowang@redhat.com> | Wed Jan 30 19:12:30 2013 +0800 |
committer | Anthony Liguori <aliguori@us.ibm.com> | Fri Feb 01 11:03:01 2013 -0600 |
tree | ee2db653f5eeacaa8e97aad85ca669f1784f90f8 | |
parent | 4e4f9ae7da90b55fe77307e58c867aa6b02a7384 [diff] |
tap: factor out common tap initialization This patch factors out the common initialization of tap into a new helper net_init_tap_one(). This will be used by multiqueue tap patches. Signed-off-by: Jason Wang <jasowang@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>