Re: [PATCH net-next v6 8/10] xen-netback: Add stat counters for frag_list skbs

2014-03-06 Thread Zoltan Kiss
On 05/03/14 12:35, Wei Liu wrote: On Tue, Mar 04, 2014 at 10:32:19PM +, Zoltan Kiss wrote: These counters help determine how often the guest sends a packet with more than MAX_SKB_FRAGS frags. NOTE: if bisect brought you here, you should apply the series up until #9, otherwise malicious gues

Re: [Xen-devel] [PATCH net-next v6 8/10] xen-netback: Add stat counters for frag_list skbs

2014-03-05 Thread Zoltan Kiss
Hi, I've changed the numbers to actual patch names, thanks. Btw. your replies doesn't have In-reply-to header, it breaks sorting into threads. Zoli On 05/03/14 02:17, Konrad Rzeszutek Wilk wrote: On Mar 4, 2014 5:32 PM, Zoltan Kiss wrote: These counters help determine how often the guest

Re: [PATCH net-next v6 8/10] xen-netback: Add stat counters for frag_list skbs

2014-03-05 Thread Wei Liu
On Tue, Mar 04, 2014 at 10:32:19PM +, Zoltan Kiss wrote: > These counters help determine how often the guest sends a packet with more > than MAX_SKB_FRAGS frags. > > NOTE: if bisect brought you here, you should apply the series up until #9, > otherwise malicious guests can block other guests b

Re: [Xen-devel] [PATCH net-next v6 8/10] xen-netback: Add stat counters for frag_list skbs

2014-03-04 Thread Konrad Rzeszutek Wilk
On Mar 4, 2014 5:32 PM, Zoltan Kiss wrote: > > These counters help determine how often the guest sends a packet with more > than MAX_SKB_FRAGS frags. > > NOTE: if bisect brought you here, you should apply the series up until #9, s/#9/"the name of the patch.." > otherwise malicious guests can

[PATCH net-next v6 8/10] xen-netback: Add stat counters for frag_list skbs

2014-03-04 Thread Zoltan Kiss
These counters help determine how often the guest sends a packet with more than MAX_SKB_FRAGS frags. NOTE: if bisect brought you here, you should apply the series up until #9, otherwise malicious guests can block other guests by not releasing their sent packets. Signed-off-by: Zoltan Kiss --- d