Commit 79d0a3e
committed
Remove Initial Value for vq->info.notify_off in virtio-net
This commit removes the initialization of vq->info.notify_off
value in the virtio-net implementation. The reason for this
change is that during the execution of RX and TX enable
callback functions, the `vm_ioeventfd_register` function
registers the ioeventfd at the same address repeatly.
Therefore, the notify_off value is now initialized directly
within the virtqueue enable callback functions.1 parent e0477f9 commit 79d0a3e
1 file changed
+0
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
29 | 28 | | |
30 | 29 | | |
31 | 30 | | |
| |||
0 commit comments