From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 40DD6C3F0 for ; Mon, 3 Aug 2015 02:44:58 +0200 (CEST) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga101.jf.intel.com with ESMTP; 02 Aug 2015 17:44:57 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.15,598,1432623600"; d="scan'208";a="617945575" Received: from kmsmsx151.gar.corp.intel.com ([172.21.73.86]) by orsmga003.jf.intel.com with ESMTP; 02 Aug 2015 17:44:56 -0700 Received: from shsmsx152.ccr.corp.intel.com (10.239.6.52) by KMSMSX151.gar.corp.intel.com (172.21.73.86) with Microsoft SMTP Server (TLS) id 14.3.224.2; Mon, 3 Aug 2015 08:44:55 +0800 Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.126]) by SHSMSX152.ccr.corp.intel.com ([169.254.6.188]) with mapi id 14.03.0224.002; Mon, 3 Aug 2015 08:44:54 +0800 From: "Lu, Wenzhuo" To: "Mcnamara, John" , "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH v2] i40e: fix for ieee15888 with rte_next_abi Thread-Index: AQHQy4WWKjDbLZDJ0EGK4/+2ED7xoZ35c/bg Date: Mon, 3 Aug 2015 00:44:52 +0000 Message-ID: <6A0DE07E22DDAD4C9103DF62FEBC0909D1A3D1@shsmsx102.ccr.corp.intel.com> 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> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 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: Mon, 03 Aug 2015 00:44:59 -0000 Hi, > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of John McNamara > Sent: Friday, July 31, 2015 7:39 PM > To: dev@dpdk.org > Subject: [dpdk-dev] [PATCH v2] i40e: fix for ieee15888 with rte_next_abi >=20 > Fixes issue where ieee15888 timestamping doesn't work for the i40e pmd wh= en > RTE_ABI_NEXT is enabled. >=20 > Also refactors repeated ieee15888 flag checking and setting code into a f= unction. >=20 > Reported-by: Huilong Xu > Signed-off-by: John McNamara Acked-by: Wenzhuo Lu