mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
To: Zoltan Kiss <zoltan.kiss@citrix.com>
Cc: netdev@vger.kernel.org, xen-devel@lists.xenproject.org,
	wei.liu2@citrix.com, ian.campbell@citrix.com,
	jonathan.davies@citrix.com, linux-kernel@vger.kernel.org
Subject: Re: [Xen-devel] [PATCH net-next v6 8/10] xen-netback: Add stat counters for frag_list skbs
Date: Tue, 04 Mar 2014 21:17:46 -0500	[thread overview]
Message-ID: <201403050217.s252HoVa004730@userz7021.oracle.com> (raw)

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset=utf-8, Size: 2040 bytes --]


On Mar 4, 2014 5:32 PM, Zoltan Kiss <zoltan.kiss@citrix.com> 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 block other guests by not releasing their sent 
> packets. 
>
> Signed-off-by: Zoltan Kiss <zoltan.kiss@citrix.com> 
> --- 
> drivers/net/xen-netback/common.h    |    1 + 
> drivers/net/xen-netback/interface.c |    7 +++++++ 
> drivers/net/xen-netback/netback.c   |    1 + 
> 3 files changed, 9 insertions(+) 
>
> diff --git a/drivers/net/xen-netback/common.h b/drivers/net/xen-netback/common.h 
> index eac171e..d8a2298 100644 
> --- a/drivers/net/xen-netback/common.h 
> +++ b/drivers/net/xen-netback/common.h 
> @@ -170,6 +170,7 @@ struct xenvif { 
> unsigned long tx_zerocopy_sent; 
> unsigned long tx_zerocopy_success; 
> unsigned long tx_zerocopy_fail; 
> + unsigned long tx_frag_overflow; 
>
> /* Miscellaneous private stuff. */ 
> struct net_device *dev; 
> diff --git a/drivers/net/xen-netback/interface.c b/drivers/net/xen-netback/interface.c 
> index adfed30..ba5be2f 100644 
> --- a/drivers/net/xen-netback/interface.c 
> +++ b/drivers/net/xen-netback/interface.c 
> @@ -252,6 +252,13 @@ static const struct xenvif_stat { 
> "tx_zerocopy_fail", 
> offsetof(struct xenvif, tx_zerocopy_fail) 
> }, 
> + /* Number of packets exceeding MAX_SKB_FRAG slots. You should use 
> + * a guest with the same MAX_SKB_FRAG 
> + */ 
> + { 
> + "tx_frag_overflow", 
> + offsetof(struct xenvif, tx_frag_overflow) 
> + }, 
> }; 
>
> static int xenvif_get_sset_count(struct net_device *dev, int string_set) 
>
>
> _______________________________________________ 
> Xen-devel mailing list 
> Xen-devel@lists.xen.org 
> http://lists.xen.org/xen-devel 
ÿôèº{.nÇ+‰·Ÿ®‰­†+%ŠËÿ±éݶ\x17¥Šwÿº{.nÇ+‰·¥Š{±þG«éÿŠ{ayº\x1dʇڙë,j\a­¢f£¢·hšïêÿ‘êçz_è®\x03(­éšŽŠÝ¢j"ú\x1a¶^[m§ÿÿ¾\a«þG«éÿ¢¸?™¨è­Ú&£ø§~á¶iO•æ¬z·švØ^\x14\x04\x1a¶^[m§ÿÿÃ\fÿ¶ìÿ¢¸?–I¥

             reply	other threads:[~2014-03-05  2:17 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-03-05  2:17 Konrad Rzeszutek Wilk [this message]
2014-03-05 19:17 ` Zoltan Kiss

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=201403050217.s252HoVa004730@userz7021.oracle.com \
    --to=konrad.wilk@oracle.com \
    --cc=ian.campbell@citrix.com \
    --cc=jonathan.davies@citrix.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=netdev@vger.kernel.org \
    --cc=wei.liu2@citrix.com \
    --cc=xen-devel@lists.xenproject.org \
    --cc=zoltan.kiss@citrix.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome