Skip to content

Commit 3254f83

Browse files
Paul Durrantdavem330
authored andcommitted
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 <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent 00c06ed commit 3254f83

File tree

3 files changed

+790
-755
lines changed

3 files changed

+790
-755
lines changed

drivers/net/xen-netback/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
obj-$(CONFIG_XEN_NETDEV_BACKEND) := xen-netback.o
22

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

0 commit comments

Comments
 (0)