From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] examples/ptpclient: fix Tx configuration Date: Tue, 06 Feb 2018 22:06:23 +0100 Message-ID: <2356066.viaeh7ohk9@xps> References: <20180201164227.72211-1-pablo.de.lara.guarch@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Pablo de Lara Return-path: Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id 5EFE71B746 for ; Tue, 6 Feb 2018 22:06:28 +0100 (CET) In-Reply-To: <20180201164227.72211-1-pablo.de.lara.guarch@intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 01/02/2018 17:42, Pablo de Lara: > The PTP Client application requires IEEE1588 to be supported > by the network driver used, which needs full Tx data path > to be used. > > Fixes: b960219b0d83 ("examples/ptpclient: convert to new ethdev offloads API") > > Signed-off-by: Pablo de Lara Applied, thanks