Re: VIRTIO_VSOCK_OP_REQUEST with the same src_port from a guest
"Michael S. Tsirkin" <[email protected]> Mon, 1 Jul 2024 15:40:36 -0400
| Newsgroups | dev.linux.lists.virtio-dev |
|---|---|
| Message-ID | <[email protected]> |
On Mon, Jul 01, 2024 at 12:16:15PM -0700, Roman Kiryanov wrote: > Hi Michael, thank you for looking. > > as I mentioned, I have never seen this happening. > > But this code path (on the device side) exists (e.g. insertion of > <dst_port, src_port> to a > hash table says that the key already exists) even if it is never taken > and I would be nice > if the virtio-spec mentioned explicitly what to do there. > > Regards, > Roman. Can Linux driver ever trigger this? Some other driver? If this is something that drivers don't actually ever trigger, why does it matter how exactly the device behaves? -- MST