xen-netback: separate guest side rx code into separate module
authorPaul Durrant <Paul.Durrant@citrix.com>
Tue, 4 Oct 2016 09:29:12 +0000 (10:29 +0100)
committerDavid S. Miller <davem@davemloft.net>
Fri, 7 Oct 2016 00:37:35 +0000 (20:37 -0400)
commit3254f83694fe519ac18b8334a2f481d80c3a8a3a
treedd0bf4b1a2f62b0ed62ccc005821728b7cd9bd5f
parent00c06ed779bee562603b28b088d7a8143dd2d94f
xen-netback: separate guest side rx code into separate module

The netback source module has become very large and somewhat confusing.
This patch simply moves all code related to the backend to frontend (i.e
guest side rx) data-path into a separate rx source module.

This patch contains no functional change, it is code movement and
minimal changes to avoid patch style-check issues.

Signed-off-by: Paul Durrant <paul.durrant@citrix.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/xen-netback/Makefile
drivers/net/xen-netback/netback.c
drivers/net/xen-netback/rx.c [new file with mode: 0644]