Thank you very much for the review. I'll make the requested changes
and resubmit the series...
-Aaron Young
On 03/11/16 11:30, David Miller wrote:
From: Aaron Young
Date: Tue, 8 Mar 2016 07:02:35 -0800
+static struct vnet *vsw_get_vnet(struct mdesc_handle *hp,
+
From: Aaron Young
Date: Tue, 8 Mar 2016 07:02:35 -0800
> +static struct vnet *vsw_get_vnet(struct mdesc_handle *hp,
> + u64 port_node,
> + u64 *handle)
> +{
> + struct vnet *vp;
> + struct vnet *iter;
> + const u64 *local_mac
Add ldmvsw.c driver
Details:
The ldmvsw driver very closely follows the sunvnet.c code and makes
use of the sunvnet_common.c code for core functionality.
A significant difference between sunvnet and ldmvsw driver is
sunvnet creates a network interface for each vnet-port *parent*
no