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 EF034A0577; Mon, 13 Apr 2020 11:29:12 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 3C8672BE9; Mon, 13 Apr 2020 11:29:12 +0200 (CEST) Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by dpdk.org (Postfix) with ESMTP id 83C972A66 for ; Mon, 13 Apr 2020 11:29:11 +0200 (CEST) IronPort-SDR: o+bn/nNWmBFdOEVmsEp14BKtfzc7rG+1z4qGeC5KeLOtWGtdROd8f/qvbAa25ePZ1/MhFSfDff QSPym/t5tHcw== X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by orsmga106.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 13 Apr 2020 02:29:09 -0700 IronPort-SDR: 1mcK5Szwgs0IjHavP0rh0pek8AejLZMft47Tr5RWUUQGmeqTiYYZd+P32mWDFm+94h5W5qsfn8 32rmX/5N5xVg== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.72,378,1580803200"; d="scan'208";a="276849245" Received: from dpdk51.sh.intel.com ([10.67.110.245]) by fmsmga004.fm.intel.com with ESMTP; 13 Apr 2020 02:29:07 -0700 From: Qi Zhang To: beilei.xing@intel.com Cc: xiaolong.ye@intel.com, dev@dpdk.org, Qi Zhang Date: Mon, 13 Apr 2020 17:32:50 +0800 Message-Id: <20200413093256.20767-1-qi.z.zhang@intel.com> X-Mailer: git-send-email 2.13.6 Subject: [dpdk-dev] [PATCH 0/6 v2] iavf share code update 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" Update virtual channel to support 1) DDP package info query 2) flexibale RXID negotiate 3) RSS and FDIR v2 - nothing change, just send cover letter together with patches this time. Qi Zhang (6): common/iavf: add PTYPE definition common/iavf: add DDP package query in virtual channel common/iavf: add virtual channel support for Flex RXD common/iavf: add virtual channel protocol header common/iavf: add advanced RSS input set change support common/iavf: add flow director support in virtual channel drivers/common/iavf/iavf_type.h | 3 +- drivers/common/iavf/virtchnl.h | 380 +++++++++++++++++++++++++++++++++++++++- 2 files changed, 380 insertions(+), 3 deletions(-) -- 2.13.6 Acked-by: Beilei Xing