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 EF4BBA0548; Mon, 26 Apr 2021 10:23:32 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id B3CA44118F; Mon, 26 Apr 2021 10:23:32 +0200 (CEST) Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by mails.dpdk.org (Postfix) with ESMTP id 8042C4118E for ; Mon, 26 Apr 2021 10:23:30 +0200 (CEST) IronPort-SDR: RDCZVK+nP22biXt2TwsSG6LGa6eoW+WFnZ/Q1VbrJQGAAfTXr2XZwePqT/TQooal9lFErsBXgv Vyoz1bWq+R8g== X-IronPort-AV: E=McAfee;i="6200,9189,9965"; a="196358702" X-IronPort-AV: E=Sophos;i="5.82,251,1613462400"; d="scan'208";a="196358702" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by orsmga103.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 26 Apr 2021 01:23:28 -0700 IronPort-SDR: kisP7vXzsELg/lLMQnahq0R/dvmXyCsVUaKWkQjNtysidjpXGWZyH3jmdnMzKApr+w+jf3VXgE rI9jVZyruivQ== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.82,251,1613462400"; d="scan'208";a="429312420" Received: from fmsmsx605.amr.corp.intel.com ([10.18.126.85]) by orsmga008.jf.intel.com with ESMTP; 26 Apr 2021 01:23:28 -0700 Received: from shsmsx601.ccr.corp.intel.com (10.109.6.141) by fmsmsx605.amr.corp.intel.com (10.18.126.85) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2106.2; Mon, 26 Apr 2021 01:23:27 -0700 Received: from shsmsx601.ccr.corp.intel.com (10.109.6.141) by SHSMSX601.ccr.corp.intel.com (10.109.6.141) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2106.2; Mon, 26 Apr 2021 16:23:25 +0800 Received: from shsmsx601.ccr.corp.intel.com ([10.109.6.141]) by SHSMSX601.ccr.corp.intel.com ([10.109.6.141]) with mapi id 15.01.2106.013; Mon, 26 Apr 2021 16:23:25 +0800 From: "Zhang, Qi Z" To: "Xing, Beilei" CC: "Wang, Haiyue" , "dev@dpdk.org" Thread-Topic: [PATCH 0/4] common/iavf: update virtchnl Thread-Index: AQHXOM8Npsqw2XjruUaQoW6c1dm4M6rF6NiAgACQT+A= Date: Mon, 26 Apr 2021 08:23:25 +0000 Message-ID: References: <20210424060337.2824837-1-qi.z.zhang@intel.com> In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-reaction: no-action dlp-version: 11.5.1.3 dlp-product: dlpe-windows x-originating-ip: [10.239.127.36] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH 0/4] common/iavf: update virtchnl 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" > -----Original Message----- > From: Xing, Beilei > Sent: Monday, April 26, 2021 3:47 PM > To: Zhang, Qi Z > Cc: Wang, Haiyue ; dev@dpdk.org > Subject: RE: [PATCH 0/4] common/iavf: update virtchnl >=20 >=20 >=20 > > -----Original Message----- > > From: Zhang, Qi Z > > Sent: Saturday, April 24, 2021 2:04 PM > > To: Xing, Beilei > > Cc: Wang, Haiyue ; dev@dpdk.org; Zhang, Qi Z > > > > Subject: [PATCH 0/4] common/iavf: update virtchnl > > > > Couple code refine and bug fix > > > > Qi Zhang (4): > > common/iavf: fix duplicate defined offload bit > > common/iavf: add enumeration for the rxdid format > > common/iavf: refine comment in virtchnl > > common/iavf: use BIT() macro for offload/cap bits > > > > drivers/common/iavf/virtchnl.h | 183 > > ++++++++++++++++++++++++--------- > > 1 file changed, 132 insertions(+), 51 deletions(-) > > > > -- > > 2.26.2 >=20 > Acked-by: Beilei Xing >=20 Applied to dpdk-next-net-intel. Thanks Qi