Skip to content

Commit

Permalink
xen-netback: separate guest side rx code into separate module
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Paul Durrant authored and David S. Miller committed Oct 7, 2016
1 parent 00c06ed commit 3254f83
Show file tree
Hide file tree
Showing 3 changed files with 790 additions and 755 deletions.
2 changes: 1 addition & 1 deletion drivers/net/xen-netback/Makefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
obj-$(CONFIG_XEN_NETDEV_BACKEND) := xen-netback.o

xen-netback-y := netback.o xenbus.o interface.o hash.o
xen-netback-y := netback.o xenbus.o interface.o hash.o rx.o
Loading

0 comments on commit 3254f83

Please sign in to comment.