commit | 5f24df0945b3ce3be71602c2655f689d42a24181 | [log] [tgz] |
---|---|---|
author | Michael S. Tsirkin <mst@redhat.com> | Wed Mar 29 23:12:23 2017 +0300 |
committer | Michael S. Tsirkin <mst@redhat.com> | Tue May 09 16:43:22 2017 +0300 |
tree | 357a5ac18baa9e489aaa906037dc43a7c0690ef7 | |
parent | d85b758f72b05a774045545f24d70980e3e9aac4 [diff] |
virtio_net: don't reset twice on XDP on/off We already do a reset once in remove_vq_common - there appears to be no point in doing another one when we add/remove XDP. Signed-off-by: Michael S. Tsirkin <mst@redhat.com>