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 39319A0577; Mon, 13 Apr 2020 16:39:55 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 07C44293C; Mon, 13 Apr 2020 16:39:55 +0200 (CEST) Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 81627DE0 for ; Mon, 13 Apr 2020 16:39:53 +0200 (CEST) IronPort-SDR: Cs7OCwLXICijS0r8eRhi2EK2WzQ+vqll/6UO/V0vcHejLUW6xrgiSxXxXfh65S43HfU3ZQaxbD kIC389t77toQ== X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by fmsmga103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 13 Apr 2020 07:39:51 -0700 IronPort-SDR: 2GdP/Ztq09yMDRskAJZNiZSczGr7t/PeUrs6UZyriDrgBN4Wz4v2Vk5EUpKVDx6Gggh+J8TpSk 8EAQoZbxhikw== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.72,378,1580803200"; d="scan'208";a="276918622" Received: from yexl-server.sh.intel.com (HELO localhost) ([10.67.117.17]) by fmsmga004.fm.intel.com with ESMTP; 13 Apr 2020 07:39:50 -0700 Date: Mon, 13 Apr 2020 22:35:51 +0800 From: Ye Xiaolong To: Qi Zhang Cc: beilei.xing@intel.com, dev@dpdk.org Message-ID: <20200413143551.GA70477@intel.com> References: <20200413093256.20767-1-qi.z.zhang@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200413093256.20767-1-qi.z.zhang@intel.com> User-Agent: Mutt/1.9.4 (2018-02-28) Subject: Re: [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" On 04/13, Qi Zhang wrote: >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 > Applied to dpdk-next-net-intel with Beilei's ack, Thanks.