Re: [PATCH net-next 4/6] net: qualcomm: rmnet: Process packets over ethernet

2017-12-05 Thread David Miller
From: Subash Abhinov Kasiviswanathan Date: Sun, 3 Dec 2017 23:37:06 -0700 > Add support to send and receive packets over ethernet. > An example of usage is testing the data path on UML. This can be > achieved by setting up two UML instances in multicast mode and > associating rmnet over the UML

[PATCH net-next 4/6] net: qualcomm: rmnet: Process packets over ethernet

2017-12-03 Thread Subash Abhinov Kasiviswanathan
Add support to send and receive packets over ethernet. An example of usage is testing the data path on UML. This can be achieved by setting up two UML instances in multicast mode and associating rmnet over the UML ethernet device. Signed-off-by: Subash Abhinov Kasiviswanathan --- drivers/net/eth