From: Steffen Klassert <steffen.klassert@secunet.com>
To: Fan Du <fan.du@windriver.com>
Cc: netdev@vger.kernel.org
Subject: Re: [PATCH RFC 2/2] ipv6: Add support for IPsec virtual tunnel interfaces
Date: Fri, 23 Aug 2013 08:12:15 +0200 [thread overview]
Message-ID: <20130823061214.GG26773@secunet.com> (raw)
In-Reply-To: <5215C1F4.9030609@windriver.com>
On Thu, Aug 22, 2013 at 03:47:00PM +0800, Fan Du wrote:
>
>
> On 2013年08月19日 14:27, Steffen Klassert wrote:
> >+
> >+ skb_dst_drop(skb);
> >+ skb_dst_set_noref(skb, dst);
> >+
> >+ ip6tunnel_xmit(skb, dev);
> >+ if (ndst)
> >+ ip6_tnl_dst_store(t, ndst);
> >+ return 0;
> >+tx_err_link_failure:
> >+ stats->tx_carrier_errors++;
> >+ dst_link_failure(skb);
> >+tx_err_dst_release:
>
> Maybe it's necessary to count stats->tx_errors as well.
We count it directly after an error return of this function.
next prev parent reply other threads:[~2013-08-23 6:12 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-08-19 6:26 [PATCH RFC 0/2] Add IPsec virtual tunnel interfaces to IPv6 Steffen Klassert
2013-08-19 6:26 ` [PATCH RFC 1/2] ipv6: Add a receive path hook for vti6 in xfrm6_mode_tunnel Steffen Klassert
2013-08-19 6:27 ` [PATCH RFC 2/2] ipv6: Add support for IPsec virtual tunnel interfaces Steffen Klassert
2013-08-22 7:47 ` Fan Du
2013-08-23 6:12 ` Steffen Klassert [this message]
2013-08-23 6:17 ` Fan Du
2013-08-26 16:37 ` Dan Williams
2013-08-26 16:51 ` Eric Dumazet
2013-08-27 11:08 ` Steffen Klassert
2013-08-21 0:28 ` [PATCH RFC 0/2] Add IPsec virtual tunnel interfaces to IPv6 David Miller
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=20130823061214.GG26773@secunet.com \
--to=steffen.klassert@secunet.com \
--cc=fan.du@windriver.com \
--cc=netdev@vger.kernel.org \
/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 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.