netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH RFC v3 0/3] virtio_net: enabling tx interrupts
@ 2014-10-20  6:52 Michael S. Tsirkin
  2014-10-20  6:52 ` [PATCH RFC v3 1/3] virtio_net: enable tx interrupt Michael S. Tsirkin
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Michael S. Tsirkin @ 2014-10-20  6:52 UTC (permalink / raw)
  To: linux-kernel, netdev; +Cc: Jason Wang

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

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2014-12-02  3:36 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-20  6:52 [PATCH RFC v3 0/3] virtio_net: enabling tx interrupts Michael S. Tsirkin
2014-10-20  6:52 ` [PATCH RFC v3 1/3] virtio_net: enable tx interrupt Michael S. Tsirkin
2014-10-20  6:52 ` [PATCH RFC v3 2/3] virtio_net: bql Michael S. Tsirkin
2014-10-20  6:52 ` [PATCH RFC v3 3/3] virtio-net: optimize free_old_xmit_skbs stats Michael S. Tsirkin
2014-12-01 10:14 ` [PATCH RFC v3 0/3] virtio_net: enabling tx interrupts Jason Wang
2014-12-01 10:48   ` Michael S. Tsirkin
2014-12-02  3:36     ` Jason Wang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).