Re: [PATCH v2 2/2] virtio-net: make all RX paths handle erors consistently
From: David Miller <davem@davemloft.net>
Date: 2013-12-02 01:28:24
Also in:
lkml, virtualization
From: David Miller <davem@davemloft.net>
Date: 2013-12-02 01:28:24
Also in:
lkml, virtualization
From: "Michael S. Tsirkin" <mst@redhat.com> Date: Thu, 28 Nov 2013 13:30:59 +0200
receive mergeable now handles errors internally. Do same for big and small packet paths, otherwise the logic is too hard to follow. Signed-off-by: Michael S. Tsirkin <mst@redhat.com> Acked-by: Jason Wang <jasowang@redhat.com>
Applied and I fixed the subject text to use an underscore '_' instead of a dash '-' for "virtio_net: ".