From: David Miller <davem@davemloft.net>
To: david.stevens@oracle.com
Cc: netdev@vger.kernel.org, sowmini.varadhan@oracle.com,
Raghuram.Kothakota@oracle.com
Subject: Re: [PATCH net-next 3/4] sunvnet: allow admin to set sunvnet MTU
Date: Mon, 29 Sep 2014 14:58:39 -0400 (EDT) [thread overview]
Message-ID: <20140929.145839.1840433438051963991.davem@davemloft.net> (raw)
In-Reply-To: <5429940D.4040500@oracle.com>
From: David L Stevens <david.stevens@oracle.com>
Date: Mon, 29 Sep 2014 13:17:01 -0400
> @@ -884,6 +884,9 @@ static int vnet_start_xmit(struct sk_buff *skb, struct net_device *dev)
> skb = vnet_skb_shape(skb, &start, &nlen);
> + if (skb->len > port->rmtu)
> + goto out_dropped;
> +
> spin_lock_irqsave(&port->vio.lock, flags);
More patch corruption.
next prev parent reply other threads:[~2014-09-29 18:58 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-09-29 17:17 [PATCH net-next 3/4] sunvnet: allow admin to set sunvnet MTU David L Stevens
2014-09-29 18:58 ` David Miller [this message]
2014-09-29 19:13 ` David L Stevens
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=20140929.145839.1840433438051963991.davem@davemloft.net \
--to=davem@davemloft.net \
--cc=Raghuram.Kothakota@oracle.com \
--cc=david.stevens@oracle.com \
--cc=netdev@vger.kernel.org \
--cc=sowmini.varadhan@oracle.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;
as well as URLs for NNTP newsgroup(s).