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 1A6E9A04AB; Mon, 31 Aug 2020 02:48:43 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 392E7137D; Mon, 31 Aug 2020 02:48:42 +0200 (CEST) Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 261F8255 for ; Mon, 31 Aug 2020 02:48:40 +0200 (CEST) IronPort-SDR: hAPTdMDO5SpIRh8otW7UPJXqapVXh/6E2Kaf/BEHKYtUyib3r0p+ktqtZhp2VcQYJoHl2DnBe1 WHQdbL9BT9vQ== X-IronPort-AV: E=McAfee;i="6000,8403,9729"; a="156155558" X-IronPort-AV: E=Sophos;i="5.76,373,1592895600"; d="scan'208";a="156155558" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by fmsmga103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 30 Aug 2020 17:48:39 -0700 IronPort-SDR: wUFjR3vnStzO0rgPFPyDF6agaePzlkQlBpA4KJqNG82pGI3CXXcI4JuxYJpR+HSqdEyUgRlAF/ xJBwnjSVl7AQ== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.76,373,1592895600"; d="scan'208";a="501681704" Received: from fmsmsx606.amr.corp.intel.com ([10.18.126.86]) by fmsmga005.fm.intel.com with ESMTP; 30 Aug 2020 17:48:40 -0700 Received: from fmsmsx609.amr.corp.intel.com (10.18.126.89) by fmsmsx606.amr.corp.intel.com (10.18.126.86) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.1713.5; Sun, 30 Aug 2020 17:48:23 -0700 Received: from fmsmsx609.amr.corp.intel.com (10.18.126.89) by fmsmsx609.amr.corp.intel.com (10.18.126.89) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.1713.5; Sun, 30 Aug 2020 17:48:22 -0700 Received: from shsmsx154.ccr.corp.intel.com (10.239.6.54) by fmsmsx609.amr.corp.intel.com (10.18.126.89) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256) id 15.1.1713.5 via Frontend Transport; Sun, 30 Aug 2020 17:48:22 -0700 Received: from shsmsx107.ccr.corp.intel.com ([169.254.9.141]) by SHSMSX154.ccr.corp.intel.com ([169.254.7.115]) with mapi id 14.03.0439.000; Mon, 31 Aug 2020 08:48:04 +0800 From: "Zhang, Qi Z" To: "Zhao1, Wei" , "dev@dpdk.org" Thread-Topic: [PATCH] net/iavf: add support for multicast configuration Thread-Index: AQHWWO2nxChnPiOkREOcafBQeDrNQqlRrsJQ Date: Mon, 31 Aug 2020 00:48:04 +0000 Message-ID: <039ED4275CED7440929022BC67E706115522D82B@SHSMSX107.ccr.corp.intel.com> References: <20200713074811.7792-1-wei.zhao1@intel.com> In-Reply-To: <20200713074811.7792-1-wei.zhao1@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-version: 11.5.1.3 dlp-reaction: no-action x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH] net/iavf: add support for multicast configuration 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" > -----Original Message----- > From: Zhao1, Wei > Sent: Monday, July 13, 2020 3:48 PM > To: dev@dpdk.org > Cc: Zhang, Qi Z ; Zhao1, Wei > Subject: [PATCH] net/iavf: add support for multicast configuration >=20 > This patch enable add multicast address for iavf. >=20 > Signed-off-by: Wei Zhao Acked-by: Qi Zhang Applied to dpdk-next-net-intel. Thanks Qi