From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <dev-bounces@dpdk.org>
Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124])
	by inbox.dpdk.org (Postfix) with ESMTP id C8ABF41C4D;
	Thu,  9 Feb 2023 10:44:26 +0100 (CET)
Received: from mails.dpdk.org (localhost [127.0.0.1])
	by mails.dpdk.org (Postfix) with ESMTP id 3DDA442D5D;
	Thu,  9 Feb 2023 10:43:33 +0100 (CET)
Received: from mga12.intel.com (mga12.intel.com [192.55.52.136])
 by mails.dpdk.org (Postfix) with ESMTP id 5C35142670
 for <dev@dpdk.org>; Thu,  9 Feb 2023 10:43:30 +0100 (CET)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple;
 d=intel.com; i=@intel.com; q=dns/txt; s=Intel;
 t=1675935810; x=1707471810;
 h=from:to:cc:subject:date:message-id:in-reply-to:
 references:mime-version:content-transfer-encoding;
 bh=aziHWzI2L5YMWoGQch4hw1f2bu6lt8MPmnQvSRdmato=;
 b=EdeUngHT8VCAop33YEj8bYox59X3dZqKRsbdtAqPvEG7T4/YkGyC85be
 wx8Re8xcjumVjcy2gblk/KbQt0qlOJz4mCd/lQC/GYd/PaU8tOosUkH/n
 htLb4IwzAxyowTl36BZsK4xmOSUBsdjEZJfqxkMWEdmPagi7H+tDRPuq9
 u3ygH+DLm5EPRu2ptcVY1IQTEKFo+OFt7hDTfWPT60gSWnpPJtd0kjIbq
 K+WpIO+cHt6n/TFqtQWCYdmPz4uPv0Sed2J6AfeP4qyqaIKPm4d8OlEXr
 /dzEc+1aR43IsCS4ZSzWZGdR2XI3dOwGMJ+WA0CHUYd89hO5D8QrQhW5B A==;
X-IronPort-AV: E=McAfee;i="6500,9779,10615"; a="309712370"
X-IronPort-AV: E=Sophos;i="5.97,283,1669104000"; d="scan'208";a="309712370"
Received: from orsmga008.jf.intel.com ([10.7.209.65])
 by fmsmga106.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384;
 09 Feb 2023 01:43:18 -0800
X-ExtLoop1: 1
X-IronPort-AV: E=McAfee;i="6500,9779,10615"; a="697964707"
X-IronPort-AV: E=Sophos;i="5.97,283,1669104000"; d="scan'208";a="697964707"
Received: from dpdk-mingxial-01.sh.intel.com ([10.67.119.167])
 by orsmga008.jf.intel.com with ESMTP; 09 Feb 2023 01:43:13 -0800
From: Mingxia Liu <mingxia.liu@intel.com>
To: dev@dpdk.org, qi.z.zhang@intel.com, jingjing.wu@intel.com,
 beilei.xing@intel.com
Cc: Mingxia Liu <mingxia.liu@intel.com>
Subject: [PATCH v5 13/21] net/cpfl: support Rx offloading
Date: Thu,  9 Feb 2023 08:45:33 +0000
Message-Id: <20230209084541.2712723-14-mingxia.liu@intel.com>
X-Mailer: git-send-email 2.25.1
In-Reply-To: <20230209084541.2712723-1-mingxia.liu@intel.com>
References: <20230118075738.904616-1-mingxia.liu@intel.com>
 <20230209084541.2712723-1-mingxia.liu@intel.com>
MIME-Version: 1.0
Content-Transfer-Encoding: 8bit
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: DPDK patches and discussions <dev.dpdk.org>
List-Unsubscribe: <https://mails.dpdk.org/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://mails.dpdk.org/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <https://mails.dpdk.org/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
Errors-To: dev-bounces@dpdk.org

Add Rx offloading support:
 - support CHKSUM and RSS offload for split queue model
 - support CHKSUM offload for single queue model

Signed-off-by: Mingxia Liu <mingxia.liu@intel.com>
---
 doc/guides/nics/features/cpfl.ini | 2 ++
 drivers/net/cpfl/cpfl_ethdev.c    | 6 ++++++
 2 files changed, 8 insertions(+)

diff --git a/doc/guides/nics/features/cpfl.ini b/doc/guides/nics/features/cpfl.ini
index 470ba81579..ee5948f444 100644
--- a/doc/guides/nics/features/cpfl.ini
+++ b/doc/guides/nics/features/cpfl.ini
@@ -8,6 +8,8 @@
 ;
 [Features]
 MTU update           = Y
+L3 checksum offload  = P
+L4 checksum offload  = P
 Linux                = Y
 x86-32               = Y
 x86-64               = Y
diff --git a/drivers/net/cpfl/cpfl_ethdev.c b/drivers/net/cpfl/cpfl_ethdev.c
index cf5a968cad..3c0145303e 100644
--- a/drivers/net/cpfl/cpfl_ethdev.c
+++ b/drivers/net/cpfl/cpfl_ethdev.c
@@ -99,6 +99,12 @@ cpfl_dev_info_get(struct rte_eth_dev *dev, struct rte_eth_dev_info *dev_info)
 
 	dev_info->flow_type_rss_offloads = CPFL_RSS_OFFLOAD_ALL;
 
+	dev_info->rx_offload_capa =
+		RTE_ETH_RX_OFFLOAD_IPV4_CKSUM           |
+		RTE_ETH_RX_OFFLOAD_UDP_CKSUM            |
+		RTE_ETH_RX_OFFLOAD_TCP_CKSUM            |
+		RTE_ETH_RX_OFFLOAD_OUTER_IPV4_CKSUM;
+
 	dev_info->tx_offload_capa = RTE_ETH_TX_OFFLOAD_MULTI_SEGS;
 
 	dev_info->default_txconf = (struct rte_eth_txconf) {
-- 
2.25.1