From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from relmlie5.idc.renesas.com (relmlor1.renesas.com [210.160.252.171]) by smtp.subspace.kernel.org (Postfix) with ESMTP id 6E503524DC; Fri, 12 Apr 2024 10:01:02 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=210.160.252.171 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1712916066; cv=none; b=NQuxILOyApt9pexVl4mJ2E/7beYULa945ahHCxjjxcDGv3Roe1cF/GZGL6GgMul+Vk/ffFpBrdKPSC+tLErr603tgiHC6HqEd8K4IwFN6Cqhs/wfrfyC3cKPnM8psyXHY1Baf1Rq9+UxihqCUfuhzdqxQTPd+VVIGN9bN005Ido= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1712916066; c=relaxed/simple; bh=FHWV3NbTZJVvgX19u1exvDjE/a+Vl9HY6tKBV4SMR/g=; h=From:To:Cc:Subject:Date:Message-Id:MIME-Version; b=tcfCRt90S9VVklgULnUOfRAVyqQMZTWuYF/v82b471Y+M+XElgRIs+FEI5mLSPrq3SOmxxRBCjIpeeDjmKpakf0IRuxX8olCThXiRyf25vF0TiSawT+VSRU7vuRV7HPaYSWAXs5PcTusC92j8WmQKcAJavnNEJkk2NLSSouyWUg= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=bp.renesas.com; spf=pass smtp.mailfrom=bp.renesas.com; arc=none smtp.client-ip=210.160.252.171 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=bp.renesas.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=bp.renesas.com X-IronPort-AV: E=Sophos;i="6.07,195,1708354800"; d="scan'208";a="201242322" Received: from unknown (HELO relmlir6.idc.renesas.com) ([10.200.68.152]) by relmlie5.idc.renesas.com with ESMTP; 12 Apr 2024 19:01:01 +0900 Received: from renesas-deb12.cephei.uk (unknown [10.226.93.65]) by relmlir6.idc.renesas.com (Postfix) with ESMTP id BD76141E0D16; Fri, 12 Apr 2024 19:00:56 +0900 (JST) From: Paul Barker To: Sergey Shtylyov , "David S. Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , =?UTF-8?q?Niklas=20S=C3=B6derlund?= Cc: Paul Barker , Claudiu Beznea , Biju Das , YueHaibing , netdev@vger.kernel.org, linux-renesas-soc@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [net PATCH v2 0/4] ravb Ethernet driver bugfixes Date: Fri, 12 Apr 2024 11:00:20 +0100 Message-Id: <20240412100024.2296-1-paul.barker.ct@bp.renesas.com> X-Mailer: git-send-email 2.39.2 Precedence: bulk X-Mailing-List: linux-renesas-soc@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit These patches fix bugs found during recent work on the ravb driver. Patches 1 & 2 affect the R-Car code paths so have been tested on an R-Car M3N Salvator-XS board - this is the only R-Car board I currently have access to. Patches 2, 3 & 4 affect the GbEth code paths so have been tested on RZ/G2L and RZ/G2UL SMARC EVK boards. Changes from v1: * Fixed typos in commit message of patch "net: ravb: Allow RX loop to move past DMA mapping errors". * Added Sergey's Reviewed-by tags. * Expanded Cc list as Patchwork complained that I had missed people. * Trimmed the call trace in accordance with the docs [1] in patch "net: ravb: Fix GbEth jumbo packet RX checksum handling". [1]: https://docs.kernel.org/process/submitting-patches.html#backtraces-in-commit-messages Paul Barker (4): net: ravb: Count packets instead of descriptors in R-Car RX path net: ravb: Allow RX loop to move past DMA mapping errors net: ravb: Fix GbEth jumbo packet RX checksum handling net: ravb: Fix RX byte accounting for jumbo packets drivers/net/ethernet/renesas/ravb_main.c | 67 +++++++++++------------- 1 file changed, 32 insertions(+), 35 deletions(-) base-commit: 2ae9a8972ce04046957f8af214509cebfd3bfb9c -- 2.39.2