Re: [PATCH net-next 1/4] ldmvsw: Split sunvnet driver into common code

2016-03-11 Thread David Miller
From: Aaron Young Date: Tue, 8 Mar 2016 07:02:33 -0800 > +EXPORT_SYMBOL(vnet_send_attr_common); All of these need to be EXPORT_SYMBOL_GPL()

[PATCH net-next 1/4] ldmvsw: Split sunvnet driver into common code

2016-03-08 Thread Aaron Young
Split sunvnet.c into sunvnet.c and sunvnet_common.c. Details: Since the sunvnet and ldmvsw drivers will both use common sunvnet code, move the functions (and support functions) anticipated to be common code from sunvnet.c to sunvnet_common.c. Similarly, sunvnet.h was renamed to