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 <[email protected]>
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. _______________________________________________ dev mailing list [email protected] http://openvswitch.org/mailman/listinfo/dev
