From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 339E0A04C7; Wed, 16 Sep 2020 05:27:22 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id D02441C0D8; Wed, 16 Sep 2020 05:27:21 +0200 (CEST) Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by dpdk.org (Postfix) with ESMTP id 981231C0D0 for ; Wed, 16 Sep 2020 05:27:20 +0200 (CEST) IronPort-SDR: k7HRHm20F/R9feBFI5Io6do8rEfaJ1bDMyEDLgTzrPQ3iz3nCglBbNRrkJVTmxJ5U8sCVZyhED yCeL1PrNTQeA== X-IronPort-AV: E=McAfee;i="6000,8403,9745"; a="147143639" X-IronPort-AV: E=Sophos;i="5.76,431,1592895600"; d="scan'208";a="147143639" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga106.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 15 Sep 2020 20:27:19 -0700 IronPort-SDR: +ZsRgrL/lVcc3OmC/nwHMJ/Mi9n1Vy3D1f92wiHnIyf7mouXKPysiAzZt8svJ1OEfv9yUvSJ6t ANbA0MJKadZw== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.76,431,1592895600"; d="scan'208";a="319692293" Received: from unknown (HELO intel.sh.intel.com) ([10.239.255.60]) by orsmga002.jf.intel.com with ESMTP; 15 Sep 2020 20:27:16 -0700 From: Junyu Jiang To: dev@dpdk.org Cc: Leyi Rong , Qi Zhang , Qiming Yang , Guinan Sun , Junyu Jiang Date: Wed, 16 Sep 2020 03:09:57 +0000 Message-Id: <20200916031002.42122-1-junyux.jiang@intel.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20200826075501.50052-1-guinanx.sun@intel.com> References: <20200826075501.50052-1-guinanx.sun@intel.com> Subject: [dpdk-dev] [PATCH v3 0/5] supports RxDID #22 and FDID X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" This patchset supports flex Rx descriptor RxDID #22 and FDID offload in vPMD. Remove devargs "flow-mark-support". --- v3: * Check if package does support RXDID. * Modify commit message. * Rebase the patchset. v2: * Reorder patches. Guinan Sun (4): net/ice: add flow director enabled switch value net/ice: support flow mark in AVX path net/ice: support flow mark in SSE path net/ice: remove devargs flow-mark-support Junyu Jiang (1): net/ice: support flex Rx descriptor RxDID #22 doc/guides/nics/ice.rst | 12 -- drivers/net/ice/ice_ethdev.c | 30 +++-- drivers/net/ice/ice_ethdev.h | 7 +- drivers/net/ice/ice_fdir_filter.c | 9 +- drivers/net/ice/ice_rxtx.c | 23 ++-- drivers/net/ice/ice_rxtx.h | 72 ++++++++++++ drivers/net/ice/ice_rxtx_vec_avx2.c | 162 +++++++++++++++++++++++++- drivers/net/ice/ice_rxtx_vec_common.h | 6 - drivers/net/ice/ice_rxtx_vec_sse.c | 138 +++++++++++++++++++--- 9 files changed, 402 insertions(+), 57 deletions(-) -- 2.17.1