[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <55264C39.4090503@solarflare.com>
Date: Thu, 9 Apr 2015 10:54:01 +0100
From: Shradha Shah <sshah@...arflare.com>
To: David Miller <davem@...emloft.net>, <eric.dumazet@...il.com>
CC: <netdev@...r.kernel.org>, <linux-net-drivers@...arflare.com>
Subject: Re: [PATCH net-next 1/2] sfc: Own header for nic-specific sriov functions,
single instance of netdev_ops and sriov removed from Falcon code
On 08/04/15 21:28, David Miller wrote:
> From: Eric Dumazet <eric.dumazet@...il.com>
> Date: Wed, 08 Apr 2015 12:57:05 -0700
>
>> On Wed, 2015-04-08 at 12:52 -0700, Eric Dumazet wrote:
>>> On Wed, 2015-04-08 at 15:24 +0100, Shradha Shah wrote:
>>> CC [M] drivers/net/ethernet/sfc/qt202x_phy.o
>>> drivers/net/ethernet/sfc/siena.c:1008:22: error: 'efx_siena_sriov_set_vf_mac' undeclared here (not in a function)
>>> drivers/net/ethernet/sfc/siena.c:1009:23: error: 'efx_siena_sriov_set_vf_vlan' undeclared here (not in a function)
>>> drivers/net/ethernet/sfc/siena.c:1010:27: error: 'efx_siena_sriov_set_vf_spoofchk' undeclared here (not in a function)
>>> drivers/net/ethernet/sfc/siena.c:1011:25: error: 'efx_siena_sriov_get_vf_config' undeclared here (not in a function)
>>> CC [M] drivers/net/ethernet/sfc/mdio_10g.o
>>> make[5]: *** [drivers/net/ethernet/sfc/siena.o] Error 1
>>> make[5]: *** Waiting for unfinished jobs....
>>> drivers/net/ethernet/sfc/ef10.c:3700:22: error: 'efx_ef10_sriov_set_vf_mac' undeclared here (not in a function)
>>> drivers/net/ethernet/sfc/ef10.c:3701:23: error: 'efx_ef10_sriov_set_vf_vlan' undeclared here (not in a function)
>>> drivers/net/ethernet/sfc/ef10.c:3702:27: error: 'efx_ef10_sriov_set_vf_spoofchk' undeclared here (not in a function)
>>> drivers/net/ethernet/sfc/ef10.c:3703:25: error: 'efx_ef10_sriov_get_vf_config' undeclared here (not in a function)
>>> make[5]: *** [drivers/net/ethernet/sfc/ef10.o] Error 1
>>>
>>
>> Please test your driver with :
>>
>> $ grep PCI_IOV .config
>> # CONFIG_PCI_IOV is not set
>> $ grep SFC_SRIOV .config
>> $
>
> This is really terrible.
I apologize. I will correct this in net_driver.h
>
> siena_sriov.c is only build when CONFIG_SFC_SRIOV is enabled, but it has
> CONFIG_SFC_SRIOV CPP checks all over the file. I don't know what better
> can define a low quality patch submission...
siena_sriov.c is not a new file. I think a cleanup patch for cleaning up all
the CONFIG_SFC_SRIOV CPP checks is required before I post any new patches.
Will correct and send out a v2.
>
> I tried to fix this up, but it's way too broken for a quick cure,
> therefore I'm reverting everything.
>
--
Many Thanks,
Regards,
Shradha Shah
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists