From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH v2 2/2] virtio-net: make all RX paths handle erors consistently Date: Sun, 01 Dec 2013 20:28:20 -0500 (EST) Message-ID: <20131201.202820.1535300264634944655.davem@davemloft.net> References: <1385638044-27467-1-git-send-email-mst@redhat.com> <1385638044-27467-2-git-send-email-mst@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1385638044-27467-2-git-send-email-mst@redhat.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: virtualization-bounces@lists.linux-foundation.org Errors-To: virtualization-bounces@lists.linux-foundation.org To: mst@redhat.com Cc: netdev@vger.kernel.org, linux-kernel@vger.kernel.org, virtualization@lists.linux-foundation.org List-Id: virtualization@lists.linuxfoundation.org From: "Michael S. Tsirkin" 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 > Acked-by: Jason Wang Applied and I fixed the subject text to use an underscore '_' instead of a dash '-' for "virtio_net: ".