From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Gonzalez Monroy, Sergio" Subject: Re: [PATCH v2] i40e: fix for ieee15888 with rte_next_abi Date: Fri, 31 Jul 2015 13:05:33 +0100 Message-ID: <55BB648D.4000808@intel.com> References: <1438192290-1073-1-git-send-email-john.mcnamara@intel.com> <1438342740-12938-1-git-send-email-john.mcnamara@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit To: John McNamara , dev@dpdk.org Return-path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 8E238C68C for ; Fri, 31 Jul 2015 14:05:35 +0200 (CEST) In-Reply-To: <1438342740-12938-1-git-send-email-john.mcnamara@intel.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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 > Signed-off-by: John McNamara > --- > > 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