From: Wei Liu <wei.liu2@citrix.com>
To: Paul Durrant <paul.durrant@citrix.com>
Cc: Wei Liu <wei.liu2@citrix.com>,
netdev@vger.kernel.org, David Vrabel <david.vrabel@citrix.com>,
xen-devel@lists.xenproject.org,
Boris Ostrovsky <boris.ostrovsky@oracle.com>
Subject: Re: [PATCH net-next 1/3] xen-netback: re-import canonical netif header
Date: Thu, 10 Mar 2016 17:23:41 +0000 [thread overview]
Message-ID: <20160310172341.GQ31271__32804.4800590307$1457630684$gmane$org@citrix.com> (raw)
In-Reply-To: <1457613028-10381-2-git-send-email-paul.durrant@citrix.com>
On Thu, Mar 10, 2016 at 12:30:26PM +0000, Paul Durrant wrote:
> The canonical netif header (in the Xen source repo) and the Linux variant
> have diverged significantly. Recently much documentation has been added to
> the canonical header which is highly useful for developers making
> modifications to either xen-netfront or xen-netback. This patch therefore
> re-imports the canonical header in its entirity.
>
> To maintain compatibility and some style consistency with the old Linux
> variant, the header was stripped of its emacs boilerplate, and
> post-processed and copied into place with the following commands:
>
> ed -s netif.h << EOF
> H
> ,s/NETTXF_/XEN_NETTXF_/g
> ,s/NETRXF_/XEN_NETRXF_/g
> ,s/NETIF_/XEN_NETIF_/g
> ,s/XEN_XEN_/XEN_/g
> ,s/netif/xen_netif/g
> ,s/xen_xen_/xen_/g
> ,s/^typedef.*$//g
> ,s/^ /${TAB}/g
> w
> $
> w
> EOF
>
> indent --line-length 80 --linux-style netif.h \
> -o include/xen/interface/io/netif.h
>
> Signed-off-by: Paul Durrant <paul.durrant@citrix.com>
> Cc: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
> Cc: Boris Ostrovsky <boris.ostrovsky@oracle.com>
> Cc: David Vrabel <david.vrabel@citrix.com>
> Cc: Wei Liu <wei.liu2@citrix.com>
Acked-by: Wei Liu <wei.liu2@citrix.com>
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel
next prev parent reply other threads:[~2016-03-10 17:23 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <1457613028-10381-1-git-send-email-paul.durrant@citrix.com>
2016-03-10 12:30 ` [PATCH net-next 1/3] xen-netback: re-import canonical netif header Paul Durrant
2016-03-10 12:30 ` [PATCH net-next 2/3] xen-netback: support multiple extra info fragments passed from frontend Paul Durrant
2016-03-10 12:30 ` [PATCH net-next 3/3] xen-netback: reduce log spam Paul Durrant
[not found] ` <1457613028-10381-4-git-send-email-paul.durrant@citrix.com>
2016-03-10 17:23 ` Wei Liu
[not found] ` <1457613028-10381-2-git-send-email-paul.durrant@citrix.com>
2016-03-10 17:23 ` Wei Liu [this message]
[not found] ` <1457613028-10381-3-git-send-email-paul.durrant@citrix.com>
2016-03-10 17:23 ` [PATCH net-next 2/3] xen-netback: support multiple extra info fragments passed from frontend Wei Liu
2016-03-14 2:08 ` [PATCH net-next 0/3] xen-netback: fix multiple extra info handling 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='20160310172341.GQ31271__32804.4800590307$1457630684$gmane$org@citrix.com' \
--to=wei.liu2@citrix.com \
--cc=boris.ostrovsky@oracle.com \
--cc=david.vrabel@citrix.com \
--cc=netdev@vger.kernel.org \
--cc=paul.durrant@citrix.com \
--cc=xen-devel@lists.xenproject.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 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).