On Fri, Mar 24, 2023 at 10:06 AM Stefano Garzarella <[email protected]> wrote: > > On Fri, Mar 24, 2023 at 9:55 AM Stefano Garzarella <[email protected]> > wrote: > > > > On Fri, Mar 24, 2023 at 9:31 AM Stefano Garzarella <[email protected]> > > wrote: > > > > > > Hi Bobby, > > > can you take a look at this report? > > > > > > It seems related to the changes we made to support skbuff. > > > > Could it be a problem of concurrent access to pkt_queue ? > > > > IIUC we should hold pkt_queue.lock when we call skb_queue_splice_init() > > and remove pkt_list_lock. (or hold pkt_list_lock when calling > > virtio_transport_purge_skbs, but pkt_list_lock seems useless now that > > we use skbuff) > > >
Patch posted here: https://lore.kernel.org/netdev/[email protected]/ _______________________________________________ Virtualization mailing list [email protected] https://lists.linuxfoundation.org/mailman/listinfo/virtualization
