From patchwork Wed Sep 7 06:21:25 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Raju Lakkaraju - I30499 X-Patchwork-Id: 12968471 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 31DA4C38145 for ; Wed, 7 Sep 2022 06:33:58 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229552AbiIGGd4 (ORCPT ); Wed, 7 Sep 2022 02:33:56 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:40094 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229436AbiIGGdz (ORCPT ); Wed, 7 Sep 2022 02:33:55 -0400 Received: from esa.microchip.iphmx.com (esa.microchip.iphmx.com [68.232.153.233]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 240D71274A; Tue, 6 Sep 2022 23:33:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=microchip.com; i=@microchip.com; q=dns/txt; s=mchp; t=1662532434; x=1694068434; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=sQDxwxVVT82QYJAiXEmw8D3zEDzqA8h3WK0pzn79BCw=; b=qV8LqA08RbytlcoW/kc8lM4Q+HkiQZpslFX/QVk74Yins6YzXqQZIVqX fenJpXFpVsD/AF+B6p4pmvvC2pKtL2o3NYb2+m+ZH3/WxFnbYGK2ENhX3 1VjBV0WU02exXY3/dqpvLeM7nhOAb1rFjkBZol7jUyDsBLyzxYTNECe9a DKRaC3Qt1Utmm7ZVfCKYojuyY2jeMe2o0HH55rTY9g+E15T5vXD5GuuCS xXM8Be57LaYIVRgLVh/Sr584hZFA3NVX7iXJQ9RF3m0Mtn7TIkT3u35FU lNv0Y/2nync+JoI+zK7G9c939wSGjShbpdxnTye6OWjXQ1oKCHle+Lai0 A==; X-IronPort-AV: E=Sophos;i="5.93,295,1654585200"; d="scan'208";a="189743848" Received: from unknown (HELO email.microchip.com) ([170.129.1.10]) by esa1.microchip.iphmx.com with ESMTP/TLS/AES256-SHA256; 06 Sep 2022 23:33:54 -0700 Received: from chn-vm-ex01.mchp-main.com (10.10.85.143) by chn-vm-ex01.mchp-main.com (10.10.85.143) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2507.12; Tue, 6 Sep 2022 23:33:54 -0700 Received: from localhost.localdomain (10.10.115.15) by chn-vm-ex01.mchp-main.com (10.10.85.143) with Microsoft SMTP Server id 15.1.2507.12 via Frontend Transport; Tue, 6 Sep 2022 23:33:51 -0700 From: Raju Lakkaraju To: CC: , , , , , Subject: [PATCH net-next V1 0/2] net: lan743x: Fix to use multiqueue start/stop APIs Date: Wed, 7 Sep 2022 11:51:25 +0530 Message-ID: <20220907062127.15473-1-Raju.Lakkaraju@microchip.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org X-Patchwork-Delegate: kuba@kernel.org This patch series address the fix to use multiqueue start/stop APIs and Add Rx IP and TCP checksum offload Changes: ======== V0 -> V1: - Remove chip SKU check conditionals - Update the changes description Raju Lakkaraju (2): net: lan743x: Fix to use multiqueue start/stop APIs net: lan743x: Add support for Rx IP & TCP checksum offload drivers/net/ethernet/microchip/lan743x_main.c | 64 +++++++++++-------- drivers/net/ethernet/microchip/lan743x_main.h | 10 ++- 2 files changed, 45 insertions(+), 29 deletions(-)