From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 0E7E8A0511; Fri, 8 Apr 2022 04:18:03 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id B0B274067E; Fri, 8 Apr 2022 04:18:02 +0200 (CEST) Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by mails.dpdk.org (Postfix) with ESMTP id 427454003F for ; Fri, 8 Apr 2022 04:18:01 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1649384281; x=1680920281; h=from:to:cc:subject:date:message-id; bh=yC8t+9L8rt0abBSVgLpV7smWwBbjKd6twpY6epywoww=; b=QFlu/s/7CNJEB0DJ8L0BdXJLcfJK0vkTnUs5RU4HseMbf5sWvLLyWq+H c9TugI7Tn9ZRheyipcxFDZ2y/wRpMPMNguCGBHjrOBTrFUM64bwtWJ4EP fjBhiM+QxqCo9QFofk3oNqbIjpRvTiaioV+rg7Yp7NnqMhPLLR+JCdMRV H8NbCQJPgWCUN1IlblBWLCciXBZL+PbJLBexiYAVu0937yDEktNyHucJT 8E9ASJxl9qnJCC5237hKyMV0jt5NZiDjrfIIPjVI4sOCrjucwmMKhyDHj xUu2yTnli8/dnL4Pg6JOcLjMCvly3fBjJ5U3GXZkz7hkyV0c0AtaA+AFx Q==; X-IronPort-AV: E=McAfee;i="6400,9594,10310"; a="322180201" X-IronPort-AV: E=Sophos;i="5.90,243,1643702400"; d="scan'208";a="322180201" Received: from orsmga007.jf.intel.com ([10.7.209.58]) by orsmga104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 07 Apr 2022 19:18:00 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.90,243,1643702400"; d="scan'208";a="550329611" Received: from unknown (HELO npg-dpdk-simeisu-cvl-119d218.sh.intel.com) ([10.67.119.218]) by orsmga007.jf.intel.com with ESMTP; 07 Apr 2022 19:17:58 -0700 From: Simei Su To: qi.z.zhang@intel.com, qiming.yang@intel.com Cc: dev@dpdk.org, wenjun1.wu@intel.com, Simei Su Subject: [PATCH v1 0/3] net/iavf: support Rx timestamp on flex descriptor Date: Fri, 8 Apr 2022 10:13:04 +0800 Message-Id: <20220408021307.272746-1-simei.su@intel.com> X-Mailer: git-send-email 2.9.5 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 v1 1/3] add related ops and structure for Rx timestamp in virtual channel. [PATCH v1 2/3] add support for Rx timestamp on flex descriptor in driver. [PATCH v1 3/3] improve performance with Rx timestamp enabled. Simei Su (2): common/iavf: support Rx timestamp in virtual channel net/iavf: enable Rx timestamp on Flex Descriptor Wenjun Wu (1): net/iavf: improve performance of Rx timestamp offload drivers/common/iavf/virtchnl.h | 62 ++++++++++++++++++++++-- drivers/net/iavf/iavf.h | 6 +++ drivers/net/iavf/iavf_ethdev.c | 34 ++++++++++++++ drivers/net/iavf/iavf_rxtx.c | 72 ++++++++++++++++++++++++++++ drivers/net/iavf/iavf_rxtx.h | 21 +++++++++ drivers/net/iavf/iavf_rxtx_vec_common.h | 3 ++ drivers/net/iavf/iavf_vchnl.c | 83 ++++++++++++++++++++++++++++----- 7 files changed, 267 insertions(+), 14 deletions(-) -- 2.9.5