On 31/07/2015 12:39, John McNamara wrote:
> Fixes issue where ieee15888 timestamping doesn't work for the i40e
> pmd when RTE_ABI_NEXT is enabled.
>
> Also refactors repeated ieee15888 flag checking and setting
> code into a function.
>
> Reported-by: Huilong Xu <huilongx.xu at intel.com>
> Signed-off-by: John McNamara <john.mcnamara at intel.com>
> ---
>
> v2: Fix for "unused function" warning with clang >= 3.4. Warning:
>
> i40e_rxtx.c:183:1: error: unused function 'i40e_get_iee15888_flags'
> [-Werror,-Wunused-function]
>
> v1: Initial version
>
>
Acked-by: Sergio Gonzalez Monroy <sergio.gonzalez.monroy at intel.com>