On 11/29/2023 9:55 PM, Lukasz Plachno wrote:
Passing v6 argument is unnecessary as flow_type is still
analyzed inside the function.

Reviewed-by: Przemek Kitszel <przemyslaw.kits...@intel.com>
Signed-off-by: Lukasz Plachno <lukasz.plac...@intel.com>
This doesn't build cleanly.

../drivers/net/ethernet/intel/ice/ice_fdir.c: In function ‘ice_fdir_comp_rules’: ../drivers/net/ethernet/intel/ice/ice_fdir.c:1203:2: warning: enumeration value ‘ICE_FLTR_PTYPE_NONF_NONE’ not handled in switch [-Wswitch]
  switch (flow_type) {
  ^~~~~~
../drivers/net/ethernet/intel/ice/ice_fdir.c:1203:2: warning: enumeration value ‘ICE_FLTR_PTYPE_NONF_IPV4_GTPU_IPV4_UDP’ not handled in switch [-Wswitch] ../drivers/net/ethernet/intel/ice/ice_fdir.c:1203:2: warning: enumeration value ‘ICE_FLTR_PTYPE_NONF_IPV4_GTPU_IPV4_TCP’ not handled in switch [-Wswitch] ../drivers/net/ethernet/intel/ice/ice_fdir.c:1203:2: warning: enumeration value ‘ICE_FLTR_PTYPE_NONF_IPV4_GTPU_IPV4_ICMP’ not handled in switch [-Wswitch] ../drivers/net/ethernet/intel/ice/ice_fdir.c:1203:2: warning: enumeration value ‘ICE_FLTR_PTYPE_NONF_IPV4_GTPU_IPV4_OTHER’ not handled in switch [-Wswitch] ../drivers/net/ethernet/intel/ice/ice_fdir.c:1203:2: warning: enumeration value ‘ICE_FLTR_PTYPE_NONF_IPV6_GTPU_IPV6_OTHER’ not handled in switch [-Wswitch]
...
_______________________________________________
Intel-wired-lan mailing list
Intel-wired-lan@osuosl.org
https://lists.osuosl.org/mailman/listinfo/intel-wired-lan

Reply via email to