From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga101.fm.intel.com with ESMTP; 31 Jul 2015 05:05:34 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.15,584,1432623600"; d="scan'208";a="739513774" Received: from smonroyx-mobl.ger.corp.intel.com (HELO [10.237.221.17]) ([10.237.221.17]) by orsmga001.jf.intel.com with ESMTP; 31 Jul 2015 05:05:33 -0700 Message-ID: <55BB648D.4000808@intel.com> Date: Fri, 31 Jul 2015 13:05:33 +0100 From: "Gonzalez Monroy, Sergio" User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: John McNamara , dev@dpdk.org References: <1438192290-1073-1-git-send-email-john.mcnamara@intel.com> <1438342740-12938-1-git-send-email-john.mcnamara@intel.com> In-Reply-To: <1438342740-12938-1-git-send-email-john.mcnamara@intel.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH v2] i40e: fix for ieee15888 with rte_next_abi X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Jul 2015 12:05:36 -0000 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