All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net v3 0/3] xen-netback: fix rx slot estimation
@ 2014-03-28 11:39 Paul Durrant
  2014-03-28 11:39 ` [PATCH v3 net 1/3] xen-netback: remove pointless clause from if statement Paul Durrant
                   ` (5 more replies)
  0 siblings, 6 replies; 15+ messages in thread
From: Paul Durrant @ 2014-03-28 11:39 UTC (permalink / raw)
  To: xen-devel, netdev

Sander Eikelenboom reported an issue with ring overflow in netback in
3.14-rc3. This turns outo be be because of a bug in the ring slot estimation
code. This patch series fixes the slot estimation, fixes the BUG_ON() that
was supposed to catch the issue that Sander ran into and also makes a small
fix to start_new_rx_buffer().

v3:
 - Added a cap of MAX_SKB_FRAGS to estimate in patch #2

v2:
 - Added BUG_ON() to patch #1
 - Added more explanation to patch #3

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

end of thread, other threads:[~2014-03-31 10:33 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-03-28 11:39 [PATCH net v3 0/3] xen-netback: fix rx slot estimation Paul Durrant
2014-03-28 11:39 ` [PATCH v3 net 1/3] xen-netback: remove pointless clause from if statement Paul Durrant
2014-03-28 11:39 ` Paul Durrant
2014-03-28 12:45   ` For 3.14 " Sander Eikelenboom
2014-03-28 12:58     ` Ian Campbell
2014-03-28 12:58     ` Ian Campbell
2014-03-29 22:52       ` David Miller
2014-03-29 22:52       ` David Miller
2014-03-31 10:33         ` Ian Campbell
2014-03-31 10:33         ` Ian Campbell
2014-03-28 12:45   ` Sander Eikelenboom
2014-03-28 11:39 ` [PATCH v3 net 2/3] xen-netback: worse-case estimate in xenvif_rx_action is underestimating Paul Durrant
2014-03-28 11:39 ` Paul Durrant
2014-03-28 11:39 ` [PATCH v3 net 3/3] xen-netback: BUG_ON in xenvif_rx_action() not catching overflow Paul Durrant
2014-03-28 11:39 ` Paul Durrant

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.