Received: by 2002:ad5:474a:0:0:0:0:0 with SMTP id i10csp4023636imu; Tue, 18 Dec 2018 07:57:00 -0800 (PST) X-Google-Smtp-Source: AFSGD/Ucpj/ac+KOZ+3jEdKpqDUSSPe6u2Ao8oDTHfk49BI7eq/Q9tf+5dXFxnX9khzZy6ishc0z X-Received: by 2002:a63:5d55:: with SMTP id o21mr15888275pgm.92.1545148620429; Tue, 18 Dec 2018 07:57:00 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1545148620; cv=none; d=google.com; s=arc-20160816; b=J4ZLpRf9h0lVRtJxF0iL9bSaVOfYZyYF0rgCrLwR2fVt3Hz5TG0i4wkUIZSPkyxyLo mLZUFd+bmZX+hNmet7UpohguhEYhtmkVVd3fwYBiUpzqMCfzmJhd4iZBkH1AYQ2lcl8P sWxI0TdJPXC2TZDXfoGaqzvDdf0K4gX0W0rEqjwlPGoDECfC6SSI9XxQ6HYvXCL+S1He 1mV85Dl1G8nsFkv/PSasZqDYcQla3H9Dl/qZRP6780ggTBACPYjF77oiM+ApfCmx3jbR CrCq6wLj4Pqq2g7KBWzm79B4hcqO2sU+/EKE786TmhrQTVzvkYpreHsgcrPXVXJXJKcI NPcw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=9npMK2fiTfuoOTUIz9dDBQm6lvlJ1EXu78468e9w/VI=; b=Pz7JBhAycVsvAPN++BYnWz31FVuuPkq2O4bANjU9D+tYy2ygQHyIFXHAu+0Ai2QlAF p7+tLetr7VQwZSepAupkQEb4IE2fV92W9eKB4IyMVvfLSm60hIVqAaPcmJo5IoEgRBw+ GaFPQvBBpIcCseLpp3oetZ9/SAPNbLjSr92f3SRHP1VObX0sw5BwZsrimlE+I47+yNtI o3tK6ocgNnG+hJwI//Vj+U04Y3F4pOC0aEi5koJFIwfIOaSUs9Zn34KfDMMAunQ82x65 BS1Sv1th68dYeoqMzRos7SWHuRJ+ha4TgQUXWNocnj/2EDxvdBYam8mUsSwidhlZ5KRu GDow== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id u7si13502029pgg.357.2018.12.18.07.56.44; Tue, 18 Dec 2018 07:57:00 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727051AbeLRPzg (ORCPT + 99 others); Tue, 18 Dec 2018 10:55:36 -0500 Received: from muru.com ([72.249.23.125]:58702 "EHLO muru.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726422AbeLRPzg (ORCPT ); Tue, 18 Dec 2018 10:55:36 -0500 Received: from atomide.com (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id 8618D810D; Tue, 18 Dec 2018 15:55:39 +0000 (UTC) Date: Tue, 18 Dec 2018 07:55:32 -0800 From: Tony Lindgren To: Aaro Koskinen Cc: Russell King - ARM Linux , Peter Ujfalusi , vkoul@kernel.org, dan.j.williams@intel.com, dmaengine@vger.kernel.org, linux-kernel@vger.kernel.org, linux-omap@vger.kernel.org Subject: Re: [PATCH] dmaengine: ti: omap-dma: Configure LCH_TYPE for OMAP1 Message-ID: <20181218155532.GC6707@atomide.com> References: <20181122102948.GN6920@n2100.armlinux.org.uk> <20181122151236.GA9611@n2100.armlinux.org.uk> <6ed280af-edb6-4be7-82f4-7fc00378103e@ti.com> <20181123185215.GH12912@darkstar.musicnaut.iki.fi> <20181124200942.GS6920@n2100.armlinux.org.uk> <20181125010717.GJ53235@atomide.com> <20181125111105.GT6920@n2100.armlinux.org.uk> <20181125165830.GC3416@darkstar.musicnaut.iki.fi> <20181125171428.GL53235@atomide.com> <20181217234731.GC7288@darkstar.musicnaut.iki.fi> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20181217234731.GC7288@darkstar.musicnaut.iki.fi> User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Aaro Koskinen [181217 23:47]: > Hi, > > On Sun, Nov 25, 2018 at 09:14:28AM -0800, Tony Lindgren wrote: > > * Aaro Koskinen [181125 16:58]: > > > Below changes get traffic going with DMA & g_ether... > > > > Oh cool, if you have dma and g_ether working, you should > > test it with a variable size ping test loop :) That should > > expose any issues within few minutes. > > The ping test is working fine. Also setting MTU higher works fine. Thanks for checking, good to hear. Regards, Tony