Re: [PATCH net-next 3/4] ldmvsw: Add ldmvsw.c driver code

2016-03-11 Thread aaron . young
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, +

Re: [PATCH net-next 3/4] ldmvsw: Add ldmvsw.c driver code

2016-03-11 Thread David Miller
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

[PATCH net-next 3/4] ldmvsw: Add ldmvsw.c driver code

2016-03-08 Thread Aaron Young
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