[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <kp5ukc$kja$1@ger.gmane.org>
Date: Tue, 11 Jun 2013 01:30:53 +0000 (UTC)
From: Cong Wang <xiyou.wangcong@...il.com>
To: netdev@...r.kernel.org
Subject: Re: [PATCH net-next 07/12] vxlan: make vxlan_xmit_one void
On Mon, 10 Jun 2013 at 20:24 GMT, Stephen Hemminger <stephen@...workplumber.org> wrote:
> skb1 = skb_clone(skb, GFP_ATOMIC);
> - if (skb1) {
> - rc1 = vxlan_xmit_one(skb1, dev, rdst, did_rsc);
> - if (rc == NETDEV_TX_OK)
> - rc = rc1;
> - }
None of your previous patches in _this_ patchset fixes the return value
of skb_clone(), therefore this patch can't be applied directly.
> + if (skb1)
> + vxlan_xmit_one(skb1, dev, rdst, did_rsc);
Thanks!
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists