On Wed, 2020-12-02 at 17:51 +0100, Paolo Abeni wrote: > On Wed, 2020-12-02 at 17:45 +0100, Eric Dumazet wrote: > > Packetdrill recvmsg syntax would be something like > > > > +0 recvmsg(3, {msg_name(...)=..., > > msg_iov(1)=[{..., 0}], > > msg_flags=0 > > }, 0) = 0 > > Thank you very much for all the effort! > > Yes, with recvmsg() the packet drill hangs. I agree your proposed fix > is correct. > > I can test it explicitly later today.
The proposed fix passes successfully the pktdrill test and there are no regressions in the other self-tests. Feel free to add: Tested-by: Paolo Abeni <pab...@redhat.com> thanks! Paolo