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

Reply via email to