From patchwork Wed Feb 1 07:30:12 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Simei Su X-Patchwork-Id: 122795 Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id A0B5D41B9B; Wed, 1 Feb 2023 08:31:05 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 8FCAD41151; Wed, 1 Feb 2023 08:31:05 +0100 (CET) Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by mails.dpdk.org (Postfix) with ESMTP id 25BAA42B8E for ; Wed, 1 Feb 2023 08:31:03 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1675236663; x=1706772663; h=from:to:cc:subject:date:message-id:in-reply-to: references; bh=2deWfHrSFp3I129KrJqZTEBIkihD1Dbw+5mMwZeBS3Q=; b=l55UvOuxwRwmjgfyvSJaLNTC4nZwMbfHVIF7qYYqgPBWdG0jP2+9eDa+ +7+jFuksPGnMjgq3jarKHslC3VucmVB8TsPuXy15e8ZH41JI9k/INIox6 KjTFo58PvIIDp6DtF19lazmCHghJUcnEgGOp2rdxygB7CFry7FH4cvLbA RuuNFjuKQAr+MryxNZxKUHC6RJCz2Vyso7ITZcmRnGOb/baqcnc+57YtS Ht8hdycA8C9B7tJixBkolUgNoyKaUxIOrcK5PDoyuOYdcUCk3fg+7jODI eQIKrQOi8oaHWLNw3hwJfDxqtOV/pGei9LNklwtIAurc4/H3FcBUZh7J/ g==; X-IronPort-AV: E=McAfee;i="6500,9779,10607"; a="307733594" X-IronPort-AV: E=Sophos;i="5.97,263,1669104000"; d="scan'208";a="307733594" Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by fmsmga106.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 31 Jan 2023 23:31:02 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6500,9779,10607"; a="993597232" X-IronPort-AV: E=Sophos;i="5.97,263,1669104000"; d="scan'208";a="993597232" Received: from unknown (HELO npg-dpdk-simeisu-cvl-119d218.sh.intel.com) ([10.67.119.208]) by fmsmga005.fm.intel.com with ESMTP; 31 Jan 2023 23:31:00 -0800 From: Simei Su To: qi.z.zhang@intel.com, junfeng.guo@intel.com Cc: dev@dpdk.org, wenjun1.wu@intel.com, Simei Su Subject: [PATCH v2 0/2] net/igc: support launch time offloading Date: Wed, 1 Feb 2023 15:30:12 +0800 Message-Id: <20230201073014.431924-1-simei.su@intel.com> X-Mailer: git-send-email 2.9.5 In-Reply-To: <20221220034741.447037-1-simei.su@intel.com> References: <20221220034741.447037-1-simei.su@intel.com> X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org [PATCH v2 1/2] expose packet pacing registers [PATCH v2 2/2] enable launch time offloading v2: * Refine title and commit log. * Add release notes. * Rename variable name. Simei Su (2): net/igc/base: expose packet pacing registers net/igc: enable launch time offloading doc/guides/rel_notes/release_23_03.rst | 2 +- drivers/net/igc/base/igc_defines.h | 9 +++++ drivers/net/igc/base/igc_regs.h | 8 ++++ drivers/net/igc/igc_ethdev.c | 70 ++++++++++++++++++++++++++++++++++ drivers/net/igc/igc_ethdev.h | 6 ++- drivers/net/igc/igc_txrx.c | 58 ++++++++++++++++++++++++---- drivers/net/igc/igc_txrx.h | 3 ++ 7 files changed, 146 insertions(+), 10 deletions(-)