]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit32655a6ff1b663779f34f8a3ed3a47dfa84332d7
treedd0bf4b1a2f62b0ed62ccc005821728b7cd9bd5f
parent5b3d2eb03f54557448740d492515115c953bd1b5
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]