From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bruce Richardson Subject: Re: [PATCH] ixgbe: extend the timer support to x550em Date: Fri, 25 Mar 2016 14:30:49 +0000 Message-ID: <20160325143048.GA7916@bricha3-MOBL3> References: <1458882967-17894-1-git-send-email-wenzhuo.lu@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: dev@dpdk.org To: Wenzhuo Lu Return-path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id 64FDC3979 for ; Fri, 25 Mar 2016 15:30:58 +0100 (CET) Content-Disposition: inline In-Reply-To: <1458882967-17894-1-git-send-email-wenzhuo.lu@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 Fri, Mar 25, 2016 at 01:16:07PM +0800, Wenzhuo Lu wrote: > An issue is found on x550em NICs, that ieee1588 is not working, the time > always be 0. > The root cause is the timer is only supported by x550, it's not extended > to x550em_x and x550em_a. > > Fixes: a7740dc1303a("ixgbe: support new devices and MAC types") > Signed-off-by: Wenzhuo Lu Applied to dpdk-next-net/rel_16_04 /Bruce