Received: by 2002:a05:6a10:1a4d:0:0:0:0 with SMTP id nk13csp2674385pxb; Thu, 3 Feb 2022 11:36:34 -0800 (PST) X-Google-Smtp-Source: ABdhPJz7LjxNhuf7x03PcM6lCM3UhtetI2dsRqYbp1R1EXNQLzYZO+WHGgGhiWPmqbMMRdHrLqsZ X-Received: by 2002:a17:907:d26:: with SMTP id gn38mr29591825ejc.53.1643916993975; Thu, 03 Feb 2022 11:36:33 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1643916993; cv=none; d=google.com; s=arc-20160816; b=qdYPVMrpLIrXi1LIYgiYTqOpEHdTQ0BhdRdRGYhBRDZ1WGtVhGT9hrOp9OhYSU9YNu VaPk0zEkGLiPN7f4mTSaAYaYX79WcKocL7zIyZ17AaWqfP8RgcOS4rMZJxcKE49f7aaD G0Q0Y0diQ+2IuXs9joxgzlM84mKT37uPsHwY48EugDEGzSTeBy2KAACj0BNB0MSHgMuo elbCEUMpo83dAzdXcyOrpsnolBG1eI4xDGJIkCXkNnhcpkYb1S++FJSh0R7H4jBC8eiE f5U1U4BK48BZUljD5equaGq6MZFMS3ikMBP0Uxsm8rJGuFDFypBxl7lJ7mldhQ60QkTP y6rg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:mime-version:user-agent :content-transfer-encoding:references:in-reply-to:date:cc:to:from :subject:message-id; bh=0zqlxc3YihKxXtW17qTat9Xg2H829b53RdXWDrh5QBQ=; b=fcB0YXchkDgTwhrDbqmLq1dEJACm590El7wB4yAMtg75A9ukzmiJRdAophZyPu2Y8c 1i9UofUUUtV6K813/O7Rc2SYWmztugUl4vgY03XNYf6uz+vu2ieOAyGOtVGneoycRenW smVn8XFwwkgvZ1XonRQunMZoNd09Nypop4CfYKyped03FsHs2B9dsY2Ezyo9y+opHH+q RpxV1sd4Alv9w8SBvbbCab8bzXMsQ+jjO+UOrJruD1trb4qfSvRRKGOwB2ThkET0hQGS WEw4K4SNKwKiHztSWg4gGbdi7UvERk85DyH+M94cugYsuThuoQh1JgOLoZRiyNezsXl0 HeEw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 2620:137:e000::1:20 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from out1.vger.email (out1.vger.email. [2620:137:e000::1:20]) by mx.google.com with ESMTP id y14si12907720edv.575.2022.02.03.11.36.09; Thu, 03 Feb 2022 11:36:33 -0800 (PST) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 2620:137:e000::1:20 as permitted sender) client-ip=2620:137:e000::1:20; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 2620:137:e000::1:20 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S241238AbiBBRBP convert rfc822-to-8bit (ORCPT + 99 others); Wed, 2 Feb 2022 12:01:15 -0500 Received: from molly.corsac.net ([82.66.73.9]:49408 "EHLO mail.corsac.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230295AbiBBRBN (ORCPT ); Wed, 2 Feb 2022 12:01:13 -0500 Received: from scapa.corsac.net (unknown [37.172.237.156]) by mail.corsac.net (Postfix) with ESMTPS id 1B8C798 for ; Wed, 2 Feb 2022 18:01:08 +0100 (CET) Received: from corsac (uid 1000) (envelope-from corsac@corsac.net) id a02e4 by scapa.corsac.net (DragonFly Mail Agent v0.13); Wed, 02 Feb 2022 18:01:07 +0100 Message-ID: Subject: Re: [PATCH v2 0/1] ipheth URB overflow fix From: Yves-Alexis Perez To: Georgi Valkov Cc: Jan Kiszka , Jakub Kicinski , "David S . Miller" , linux-usb , Linux Netdev List , Linux Kernel Mailing List , "stable @ vger . kernel . org" Date: Wed, 02 Feb 2022 18:01:07 +0100 In-Reply-To: References: <0414e435e29d4ddf53d189d86fae2c55ed0f81ac.camel@corsac.net> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8BIT User-Agent: Evolution 3.42.3-1 MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 2022-02-02 at 12:35 +0200, Georgi Valkov wrote: > Without the patch I get EOVERFLOW and there is no further communication. > It would be nice if a failsafe mechanism is implemented to recover from > faults > like that or in the event that no communication is detected over a certain > period. > With the patch applied, everything works fine: > 1480 bytes from 10.98.8.1: icmp_seq=0 ttl=253 time=50.234 ms Thanks for the steps. I can confirm that without the patch I get: [ +4.516398] ipheth 1-3.3:4.2: ipheth_rcvbulk_callback: urb status: -75 and the interface doesn't work anymore. With the patch applied, I get ping results and the network keeps going. Regards, -- Yves-Alexis