[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <070f4c8b-c208-9701-7d17-6a2bd2c470f0@huawei.com>
Date: Fri, 12 May 2023 19:41:02 +0800
From: Yunsheng Lin <linyunsheng@...wei.com>
To: "mengyuanlou@...-swift.com" <mengyuanlou@...-swift.com>
CC: <netdev@...r.kernel.org>, Jiawen Wu <jiawenwu@...stnetic.com>
Subject: Re: [PATCH net-next v4 2/7] net: wangxun: libwx add rx offload
functions
On 2023/5/12 14:00, mengyuanlou@...-swift.com wrote:
>> 2023年5月11日 19:48,Yunsheng Lin <linyunsheng@...wei.com> 写道:
>>
>> On 2023/5/11 16:34, mengyuanlou@...-swift.com wrote:
>>>>> @@ -321,8 +321,31 @@
>>>>
>>>> ...
>>>>
>>>>> +
>>>>> +static inline struct wx_dec_ptype wx_decode_ptype(const u8 ptype)
>>>>
>>>> If the above is only used in one .c file, maybe it does not need
>>>> to be in the .h file?
>>>
>>> If I put it to .c file which use it, when compiling the other .c files will say
>>> "warning: ‘wx_ptype_lookup’ defined but not used”.
>>
>> Is 'wx_ptype_lookup' used in other .c file? if not, why not move
>> it to .c file too?
>>
> I mean how to you fix this compile warning.
Doesn't moving wx_decode_ptype() and wx_ptype_lookup to the
same C file solve the problem?
>
>>>>
>>>>> +{
>>>>> + return wx_ptype_lookup[ptype];
>>>>> +}
>>>>> +
>>
>
>
> .
>
Powered by blists - more mailing lists