[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <1e82a3f5-f457-42a9-9382-7fdd2d129536@intel.com>
Date: Mon, 12 Feb 2024 10:10:51 +0100
From: "Plachno, Lukasz" <lukasz.plachno@...el.com>
To: Simon Horman <horms@...nel.org>
CC: <intel-wired-lan@...ts.osuosl.org>, <netdev@...r.kernel.org>,
<brett.creeley@....com>, <pmenzel@...gen.mpg.de>,
<aleksander.lobakin@...el.com>, Jakub Buchocki <jakubx.buchocki@...el.com>,
Mateusz Pacuszka <mateuszx.pacuszka@...el.com>, Przemek Kitszel
<przemyslaw.kitszel@...el.com>
Subject: Re: [PATCH iwl-next v6 2/2] ice: Implement 'flow-type ether' rules
On 2/9/2024 6:00 PM, Simon Horman wrote:
> On Fri, Feb 09, 2024 at 11:18:23AM +0100, Lukasz Plachno wrote:
>
> ...
>
>> diff --git a/drivers/net/ethernet/intel/ice/ice_fdir.c b/drivers/net/ethernet/intel/ice/ice_fdir.c
>> index 1f7b26f38818..ec8a84b80a73 100644
>> --- a/drivers/net/ethernet/intel/ice/ice_fdir.c
>> +++ b/drivers/net/ethernet/intel/ice/ice_fdir.c
>> @@ -4,6 +4,8 @@
>> #include "ice_common.h"
>>
>> /* These are training packet headers used to program flow director filters. */
>> +static const u8 ice_fdir_eth_pkt[22] = {0};
>> +
>
> I think it was agreed to drop the "{0}" in the review of v5 as it is
> unnecessary.
>
Yes, I haven't included it by my error. Will send V8 with "= {0}"
properly removed.
Thanks,
Ćukasz
Powered by blists - more mailing lists