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 964A0A0524; Tue, 20 Apr 2021 04:03:24 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 22A4241448; Tue, 20 Apr 2021 04:03:24 +0200 (CEST) Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by mails.dpdk.org (Postfix) with ESMTP id AD5AB40688 for ; Tue, 20 Apr 2021 04:03:22 +0200 (CEST) IronPort-SDR: Tm/EJ7Q3HNqtvpVPo2nLvvgjfFfro+UCwlcHrbmK7BalTwF1wYhPYMf+/Bl7YsvWHNODGhdgrt m8BDnsJhPh4Q== X-IronPort-AV: E=McAfee;i="6200,9189,9959"; a="256739027" X-IronPort-AV: E=Sophos;i="5.82,235,1613462400"; d="scan'208";a="256739027" Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 19 Apr 2021 19:03:21 -0700 IronPort-SDR: WO33VKoLDCN+gAB6IROHvHn2/jgWx2KU9jJ1gi7111kC+FBbHNP5h7+h9TM8vqlNCD3ihWNVl1 Tdt/FV4LcDuw== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.82,235,1613462400"; d="scan'208";a="602317127" Received: from dpdk-liulingy-1.sh.intel.com ([10.67.118.243]) by orsmga005.jf.intel.com with ESMTP; 19 Apr 2021 19:03:18 -0700 From: Lingyu Liu To: dev@dpdk.org, qi.z.zhang@intel.com, olivier.matz@6wind.com, thomas@monjalon.net, david.marchand@redhat.com Cc: Lingyu Liu Date: Tue, 20 Apr 2021 08:38:15 +0000 Message-Id: <20210420083817.10741-1-lingyu.liu@intel.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20210417092531.6001-1-lingyu.liu@intel.com> References: <20210417092531.6001-1-lingyu.liu@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [dpdk-dev] [PATCH V3 0/2] mbuf:add eCPRI hardware packet type mapping 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 Sender: "dev" Create eCPRI hardward packet in mbuf and add mapping in iavf. Lingyu Liu (2): mbuf: support eCPRI hardware packet type net/iavf: update PTYPE mapping for eCPRI --- V3 change: - create patch set and add the second patch app/test-pmd/util.c | 25 +++++++++------ drivers/net/iavf/iavf_rxtx.c | 52 ++++++++++++++++++++------------ lib/librte_mbuf/rte_mbuf_ptype.c | 2 ++ lib/librte_mbuf/rte_mbuf_ptype.h | 22 ++++++++++++++ 4 files changed, 72 insertions(+), 29 deletions(-) -- 2.25.1