[dpdk-dev] [PATCH v5 3/4] net: add arm64 neon version of CRC compute APIs

Thomas Monjalon thomas at monjalon.net
Mon Jul 3 23:06:04 CEST 2017


12/05/2017 12:15, Ashwin Sekhar T K:
> +#elif defined(ARM64_NEON_PMULL)
> +       case RTE_NET_CRC_NEON:
> +               if (rte_cpu_get_flag_enabled(RTE_CPUFLAG_PMULL)) {
> +                       handlers = handlers_neon;
> +                       break;
> +               }
> +               //-fallthrough
> +#endif
>         case RTE_NET_CRC_SCALAR:
> +               //-fallthrough
>         default:

These fallthrough comments are not in the right coding style.



More information about the dev mailing list