]> 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)
commit28e94c08c0fa44ac7771f0c10e33da0ca82c3ab3
treedd0bf4b1a2f62b0ed62ccc005821728b7cd9bd5f
parentd2ec38e2e0010bd828002a7676dcf365ef631b56
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]