netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH RFC 0/3] virtio and vhost-net capacity handling
@ 2011-06-01  9:49 Michael S. Tsirkin
       [not found] ` <cover.1306921434.git.mst-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
  0 siblings, 1 reply; 16+ messages in thread
From: Michael S. Tsirkin @ 2011-06-01  9:49 UTC (permalink / raw)
  To: linux-kernel-u79uwXL29TY76Z2rM5mHXA
  Cc: Krishna Kumar, Carsten Otte, lguest-uLR06cmDAlY/bJ5BZ2RsiQ,
	Shirley Ma, kvm-u79uwXL29TY76Z2rM5mHXA,
	linux-s390-u79uwXL29TY76Z2rM5mHXA, netdev-u79uwXL29TY76Z2rM5mHXA,
	habanero-23VcF4HTsmIX0ybBhKVfKdBPR1lH4CV8, Heiko Carstens,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA,
	virtualization-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA,
	steved-r/Jw6+rmf7HQT0dZR+AlfA, Christian Borntraeger,
	Tom Lendacky, Martin Schwidefsky, linux390-tA70FqPdS9bQT0dZR+AlfA

OK, here's a new attempt to use the new capacity api.  I also added more
comments to clarify the logic.  Hope this is more readable.  Let me know
pls.

This is on top of the patches applied by Rusty.

Note: there are now actually 2 calls to fee_old_xmit_skbs on
data path so instead of passing flag '2' to the
second one I thought we can just make each call free up
at least 1 skb. This will work and even might be a bit faster (less
branches), but in the end I discarded this idea as too fragile (relies
on two calls on data path to function properly).

Warning: untested. Posting now to give people chance to
comment on the API.

Michael S. Tsirkin (3):
  virtio_ring: add capacity check API
  virtio_net: fix tx capacity checks using new API
  virtio_net: limit xmit polling

 drivers/net/virtio_net.c     |   65 +++++++++++++++++++++++------------------
 drivers/virtio/virtio_ring.c |    8 +++++
 include/linux/virtio.h       |    5 +++
 3 files changed, 49 insertions(+), 29 deletions(-)

-- 
1.7.5.53.gc233e

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

end of thread, other threads:[~2011-06-03  4:08 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-01  9:49 [PATCH RFC 0/3] virtio and vhost-net capacity handling Michael S. Tsirkin
     [not found] ` <cover.1306921434.git.mst-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2011-06-01  9:49   ` [PATCH RFC 1/3] virtio_ring: add capacity check API Michael S. Tsirkin
     [not found]     ` <8014f898ca6b768d7be626b83c617a1e84adfeb9.1306921434.git.mst-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2011-06-02  2:11       ` Rusty Russell
     [not found]         ` <87sjrthti1.fsf-8n+1lVoiYb80n/F98K4Iww@public.gmane.org>
2011-06-02 13:30           ` Michael S. Tsirkin
2011-06-01  9:49   ` [PATCH RFC 2/3] virtio_net: fix tx capacity checks using new API Michael S. Tsirkin
     [not found]     ` <110045d5bf250e6ed9c739f8cc6adbbf54e3cc9c.1306921434.git.mst-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2011-06-02  2:10       ` Rusty Russell
     [not found]         ` <87vcwphtkd.fsf-8n+1lVoiYb80n/F98K4Iww@public.gmane.org>
2011-06-02 13:28           ` Michael S. Tsirkin
2011-06-01  9:50   ` [PATCH RFC 3/3] virtio_net: limit xmit polling Michael S. Tsirkin
     [not found]     ` <1ec8eec325839ecf2eac9930a230361e7956047c.1306921434.git.mst-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2011-06-02  3:54       ` Rusty Russell
     [not found]         ` <87pqmwj3am.fsf-8n+1lVoiYb80n/F98K4Iww@public.gmane.org>
2011-06-02 13:34           ` Michael S. Tsirkin
     [not found]             ` <20110602133425.GJ7141-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2011-06-02 14:17               ` Krishna Kumar2
     [not found]                 ` <OF990F08C5.2ECE35B1-ON652578A3.004DC0FA-652578A3.004E3FE4-xthvdsQ13ZrQT0dZR+AlfA@public.gmane.org>
2011-06-02 14:43                   ` Michael S. Tsirkin
     [not found]                     ` <20110602144346.GA7995-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2011-06-02 15:26                       ` Krishna Kumar2
     [not found]                         ` <OFFF109303.D838CAE2-ON652578A3.0053357D-652578A3.00549366-xthvdsQ13ZrQT0dZR+AlfA@public.gmane.org>
2011-06-02 15:34                           ` Michael S. Tsirkin
2011-06-03  4:08                             ` Krishna Kumar2
2011-06-02 15:44                           ` Michael S. Tsirkin

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).