From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id ADB57C433EF for ; Mon, 18 Jul 2022 14:40:46 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232593AbiGROkp (ORCPT ); Mon, 18 Jul 2022 10:40:45 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:35750 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229585AbiGROko (ORCPT ); Mon, 18 Jul 2022 10:40:44 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 4F9482409E; Mon, 18 Jul 2022 07:40:43 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id BBE1D60DFA; Mon, 18 Jul 2022 14:40:42 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 506A1C341C0; Mon, 18 Jul 2022 14:40:41 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1658155242; bh=NeYIO0BqbILJrEgXnGSOv7KPU6f7mitEcw6t9jGVMfE=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=DdbJj6NkLQnB/9sdUT5i0gi9jxEcUfDCgZY3JNE78yS8gnqNglUr/+m5YpgVe8aei S63HRa0Th9e4YKk8BYmp82WS1EAbGUfLtePmPpYeUvyYbRBXDjqhptiIk1kkuPbT7t /0JVXcI/rTJwuDM0amNaBWLhegYPyn1IZLlAKpGg= Date: Mon, 18 Jul 2022 16:40:38 +0200 From: Greg KH To: =?utf-8?Q?=C5=81ukasz?= Spintzyk Cc: netdev@vger.kernel.org, linux-usb@vger.kernel.org, oliver@neukum.org, kuba@kernel.org, ppd-posix@synaptics.com, Bernice.Chen@synaptics.com Subject: Re: [PATCH v3 1/2] net/cdc_ncm: Enable ZLP for DisplayLink ethernet devices Message-ID: References: <20220718123618.7410-1-lukasz.spintzyk@synaptics.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20220718123618.7410-1-lukasz.spintzyk@synaptics.com> Precedence: bulk List-ID: X-Mailing-List: linux-usb@vger.kernel.org On Mon, Jul 18, 2022 at 02:36:17PM +0200, Łukasz Spintzyk wrote: > From: Dominik Czerwik > > This improves performance and stability of > DL-3xxx/DL-5xxx/DL-6xxx device series. > > Specifically prevents device from temporary network dropouts when > playing video from the web and network traffic going through is high. > > Signed-off-by: Dominik Czerwik > Signed-off-by: Łukasz Spintzyk > --- > > v3: We have decided to remove that copyright as this is not really > necessary. Thank you for working with your lawyers on this, hopefully this is not confusing anymore. greg k-h