From: Stephen Hemminger <stephen@networkplumber.org>
To: Oliver Hartkopp <socketcan@hartkopp.net>
Cc: linux-can@vger.kernel.org, mkl@pengutronix.de, netdev@vger.kernel.org
Subject: Re: [PATCH] ip: link add vxcan support
Date: Mon, 5 Jun 2017 12:28:31 -0700 [thread overview]
Message-ID: <20170605122831.09a13387@xeon-e3> (raw)
In-Reply-To: <20170602170447.2913-1-socketcan@hartkopp.net>
On Fri, 2 Jun 2017 19:04:47 +0200
Oliver Hartkopp <socketcan@hartkopp.net> wrote:
> Since commit a8f820a380a2a06 ('can: add Virtual CAN Tunnel driver (vxcan)')
> for Linux 4.12 a virtual CAN tunnel driver analogue to veth is available in
> Linux.
>
> This patch adds the ability to create vxcan device pairs.
>
> Signed-off-by: Oliver Hartkopp <socketcan@hartkopp.net>
Applied, with minor header cleanup so that sanitized headers are used.
diff --git a/include/linux/can/vxcan.h b/include/linux/can/vxcan.h
index ffb0b7156f7e..5b29e8a7bc27 100644
--- a/include/linux/can/vxcan.h
+++ b/include/linux/can/vxcan.h
@@ -1,5 +1,5 @@
-#ifndef _UAPI_CAN_VXCAN_H
-#define _UAPI_CAN_VXCAN_H
+#ifndef _CAN_VXCAN_H
+#define _CAN_VXCAN_H
enum {
VXCAN_INFO_UNSPEC,
prev parent reply other threads:[~2017-06-05 19:28 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-06-02 17:04 [PATCH] ip: link add vxcan support Oliver Hartkopp
2017-06-05 19:28 ` Stephen Hemminger [this message]
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=20170605122831.09a13387@xeon-e3 \
--to=stephen@networkplumber.org \
--cc=linux-can@vger.kernel.org \
--cc=mkl@pengutronix.de \
--cc=netdev@vger.kernel.org \
--cc=socketcan@hartkopp.net \
/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).