From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Michael S. Tsirkin" Subject: [PATCH RFC v3 0/3] virtio_net: enabling tx interrupts Date: Mon, 20 Oct 2014 09:52:31 +0300 Message-ID: <1413787824-16130-1-git-send-email-mst@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Jason Wang To: linux-kernel@vger.kernel.org, netdev@vger.kernel.org Return-path: Content-Disposition: inline Sender: linux-kernel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org RFC patches to enable tx interrupts. This is to demonstrate how this can be done without core virtio changes, and to make sure I understand the new APIs correctly. Testing TBD, I was asked for a version for early testing. Applies on top of patch: "virtio_net: fix use after free" that I recently sent. Changes from v3: clean up code, address issues raised by Jason Changes from v1: address comments by Jason Wang, use delayed cb everywhere rebased Jason's patch on top of mine and include it (with some tweaks) Jason Wang (1): virtio-net: optimize free_old_xmit_skbs stats Michael S. Tsirkin (2): virtio_net: enable tx interrupt virtio_net: bql drivers/net/virtio_net.c | 144 +++++++++++++++++++++++++++++++++-------------- 1 file changed, 101 insertions(+), 43 deletions(-) -- MST