[ovs-dev] [RFC 1/2] datapath: Fix unexported public functions in linux/compat/linux/.

Thomas Graf tgraf at noironetworks.com
Mon Apr 20 08:17:46 UTC 2015


On 04/19/15 at 10:15pm, Alex Wang wrote:
> With the latest change of separating vports into their own modules,
> it is necessary to export all public functions in linux/compat/linux/.
> This will prevent the linker error when vport modules use those
> functions in the future. e.g., the to be merged vport-stt module will
> use the flex_array_* functions which are not currently exported.
> 
> Signed-off-by: Alex Wang <alexw at nicira.com>

I wanted to avoid exporting all symbols if possible. We basically
need to add rpl defines for most of them if we want to do so.



More information about the dev mailing list