On Fri, Aug 23, 2013 at 6:16 PM, kbuild test robot
<fengguang...@intel.com> wrote:
> tree:   git://git.kernel.org/pub/scm/linux/kernel/git/jesse/openvswitch.git 
> master
> head:   810ddb4f57166b11e68291c33162007c394dbb7b
> commit: e1fa7d46ca3e698691cb1514bb4610d46e78bbd9 [9/10] openvswitch: Add SCTP 
> support
> config: i386-randconfig-c08-0820-0823 (attached as .config)
>
> All error/warnings:
>
>    net/built-in.o: In function `execute_set_action':
>>> actions.c:(.text+0xa5cb5): undefined reference to `crc32c'
>>> actions.c:(.text+0xa5cd0): undefined reference to `crc32c'
>>> actions.c:(.text+0xa5cf2): undefined reference to `crc32c'
>>> actions.c:(.text+0xa5d21): undefined reference to `crc32c'
>>> actions.c:(.text+0xa5d7d): undefined reference to `crc32c'
>    net/built-in.o:actions.c:(.text+0xa5d98): more undefined references to 
> `crc32c' follow

Joe, this is from a direct cross port that I did from your out-of-tree
module patches to my upstream tree. It's occurring when the OVS module
is statically compiled in and the CRC32 code is a module, which
results in a dependency problem.

This issue obviously doesn't exist for the out of tree module since it
can never be compiled in. How would you like to handle it upstream?
_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to