Received: by 2002:a25:7ec1:0:0:0:0:0 with SMTP id z184csp3967181ybc; Thu, 21 Nov 2019 17:09:05 -0800 (PST) X-Google-Smtp-Source: APXvYqwi7V7gmttG8DQj3y7SNyS1g/WS+d83k270ke1Y1VxGSLPd611xiFBQ1XZCMHRbFYgqgW7e X-Received: by 2002:a17:906:52c4:: with SMTP id w4mr17151958ejn.99.1574384945820; Thu, 21 Nov 2019 17:09:05 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1574384945; cv=none; d=google.com; s=arc-20160816; b=pD8tAlYVwOilr3xncXf9ymvcfQHmf7SGRVgIqVXj/MD3mUefptTN6jT5dIM524U6jm u8eqEtxhi/HEZTIb34k5cPkrXDIINKupDJ4Ux+J8VHR4jMX8whp4UEUXryFRneQsy3hD 3Gq5kJGrVlNWvDV8VIY6eZWhLvt2feIZcDiLjnytYTuoAsXtT+TftXimjFjicLD1q7dx W266cbDuMTQOjzYQsA7R6+r9wRDezH+HU7mVOqqeulpxWfV7+adguw1kueQXjmV1BGLi JAfNQAd5B2ON+QhWA5MPjsR/0hGTngNWtXAHzozOQCL163HLr0RWIfT0zCEHLRDsHpqV OmMQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:message-id:date:subject:cc:to:from; bh=24w/wwljQhFRFFXDsFxVzf6oWHjYXTYYYU8AtWSTbzo=; b=MGwADPV2oDyPx1ozvp6SOagN7lr7yCOTQNk/044ErCB0jaXPgzxHtL8vOR3rkZcuE2 Y25/4BiKKfY8mJmgeLmwV8lFYoOG5/2huwyuzs6N6MW06t0h9flNhw8uY4uPeuRUHkDc 2baehBN6N+N6OaOym/JkqLjTaYaBotQbwYzZOBoz46RfAUcb65OY6XOmhQAx6leZJxp3 TMSo3tbcAiYNAZxmfgLZW3NJ/EOj6k4jbTrajHTe0yZDPhMWsSSaf6fB9zi0b58iveud StpGuyBtd/HNgv8SsO5HXcydD7d+sVdFAqbuRcp2z6vPjXQrhNfDF22ipow/2SMMDD8A YTKA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-crypto-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-crypto-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 h26si3138713ejy.355.2019.11.21.17.08.41; Thu, 21 Nov 2019 17:09:05 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-crypto-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-crypto-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-crypto-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726454AbfKVBIi (ORCPT + 99 others); Thu, 21 Nov 2019 20:08:38 -0500 Received: from stargate.chelsio.com ([12.32.117.8]:61600 "EHLO stargate.chelsio.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726408AbfKVBIi (ORCPT ); Thu, 21 Nov 2019 20:08:38 -0500 Received: from localhost (scalar.blr.asicdesigners.com [10.193.185.94]) by stargate.chelsio.com (8.13.8/8.13.8) with ESMTP id xAM18Uav011878; Thu, 21 Nov 2019 17:08:31 -0800 From: Rahul Lakkireddy To: netdev@vger.kernel.org, linux-crypto@vger.kernel.org Cc: davem@davemloft.net, herbert@gondor.apana.org.au, nirranjan@chelsio.com, atul.gupta@chelsio.com, vishal@chelsio.com, dt@chelsio.com Subject: [PATCH net-next v2 0/3] cxgb4: add UDP Segmentation Offload support Date: Fri, 22 Nov 2019 06:30:00 +0530 Message-Id: X-Mailer: git-send-email 2.5.3 Sender: linux-crypto-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-crypto@vger.kernel.org This series of patches add UDP Segmentation Offload (USO) supported by Chelsio T5/T6 NICs. Patch 1 updates the current Scatter Gather List (SGL) DMA unmap logic for USO requests. Patch 2 adds USO support for NIC and MQPRIO QoS offload Tx path. Patch 3 adds missing stats for MQPRIO QoS offload Tx path. Thanks, Rahul v2: - Remove inline keyword from write_eo_udp_wr() in sge.c in patch 2. Let the compiler decide. Rahul Lakkireddy (3): cxgb4/chcr: update SGL DMA unmap for USO cxgb4: add UDP segmentation offload support cxgb4: add stats for MQPRIO QoS offload Tx path drivers/crypto/chelsio/chcr_ipsec.c | 27 +- drivers/net/ethernet/chelsio/cxgb4/cxgb4.h | 21 +- .../ethernet/chelsio/cxgb4/cxgb4_debugfs.c | 2 + .../ethernet/chelsio/cxgb4/cxgb4_ethtool.c | 16 +- .../net/ethernet/chelsio/cxgb4/cxgb4_main.c | 11 +- .../ethernet/chelsio/cxgb4/cxgb4_tc_mqprio.c | 2 +- drivers/net/ethernet/chelsio/cxgb4/sge.c | 290 ++++++++++-------- drivers/net/ethernet/chelsio/cxgb4/t4fw_api.h | 14 +- 8 files changed, 218 insertions(+), 165 deletions(-) -- 2.24.0