From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by fmsmga104.fm.intel.com with ESMTP; 25 Mar 2016 07:30:51 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.24,391,1455004800"; d="scan'208";a="73151032" Received: from bricha3-mobl3.ger.corp.intel.com ([10.237.220.58]) by fmsmga004.fm.intel.com with SMTP; 25 Mar 2016 07:30:49 -0700 Received: by (sSMTP sendmail emulation); Fri, 25 Mar 2016 14:30:49 +0025 Date: Fri, 25 Mar 2016 14:30:49 +0000 From: Bruce Richardson To: Wenzhuo Lu Cc: dev@dpdk.org 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 Content-Disposition: inline In-Reply-To: <1458882967-17894-1-git-send-email-wenzhuo.lu@intel.com> Organization: Intel Shannon Ltd. User-Agent: Mutt/1.5.23 (2014-03-12) Subject: Re: [dpdk-dev] [PATCH] ixgbe: extend the timer support to x550em 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, 25 Mar 2016 14:30:58 -0000 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