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.

