commit | 7f1f6056f2f7293d5108eda905af42df58b78370 | [log] [tgz] |
---|---|---|
author | Shahed Shaikh <shahed.shaikh@qlogic.com> | Tue Apr 01 16:29:32 2014 -0400 |
committer | David S. Miller <davem@davemloft.net> | Tue Apr 01 17:38:05 2014 -0400 |
tree | d068839ba32e1f17839f02d0c688761d1d097f17 | |
parent | 408eccce32044ee3285a7f6a812723ba3540c3e7 [diff] |
qlcnic: Fix build failure due to undefined reference to `vxlan_get_rx_port' Commit 2b3d7b758c687("qlcnic: Add VXLAN Rx offload support") uses vxlan_get_rx_port() which caused build failure when VXLAN=m. This patch fixes the build failure by adding dependency on VXLAN in Kconfig of qlcnic module and use vxlan_get_rx_port() and support code accordingly. Signed-off-by: Shahed Shaikh <shahed.shaikh@qlogic.com> Signed-off-by: David S. Miller <davem@davemloft.net>