From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id E58A0A3; Fri, 8 Mar 2019 06:45:36 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 07 Mar 2019 21:45:35 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.58,454,1544515200"; d="scan'208";a="153130924" Received: from fmsmsx108.amr.corp.intel.com ([10.18.124.206]) by fmsmga001.fm.intel.com with ESMTP; 07 Mar 2019 21:45:35 -0800 Received: from fmsmsx118.amr.corp.intel.com (10.18.116.18) by FMSMSX108.amr.corp.intel.com (10.18.124.206) with Microsoft SMTP Server (TLS) id 14.3.408.0; Thu, 7 Mar 2019 21:45:34 -0800 Received: from shsmsx106.ccr.corp.intel.com (10.239.4.159) by fmsmsx118.amr.corp.intel.com (10.18.116.18) with Microsoft SMTP Server (TLS) id 14.3.408.0; Thu, 7 Mar 2019 21:45:34 -0800 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.134]) by SHSMSX106.ccr.corp.intel.com ([169.254.10.144]) with mapi id 14.03.0415.000; Fri, 8 Mar 2019 13:45:29 +0800 From: "Zhang, Qi Z" To: "Zhao1, Wei" , "dev@dpdk.org" CC: "stable@dpdk.org" Thread-Topic: [PATCH v4 0/2] net/ixgbe: promiscuous mode enable on VF Thread-Index: AQHU1VzpD72TzsdIJkWLp2FmIPrLC6YBOUgA Date: Fri, 8 Mar 2019 05:45:29 +0000 Message-ID: <039ED4275CED7440929022BC67E706115334954E@SHSMSX103.ccr.corp.intel.com> References: <1550042334-60187-1-git-send-email-wei.zhao1@intel.com> <1552013177-70811-1-git-send-email-wei.zhao1@intel.com> In-Reply-To: <1552013177-70811-1-git-send-email-wei.zhao1@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiZjFlN2I0MjUtNjJiZi00ZmFkLWIwMjctMTFjZGNlNGJjNzRkIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiSU9ENzNrY3lGekJLZ0N0YUluUWN5b3VOU2JSSlFKK29LQTlzRE1HcWtpSGJ0SloxNzQ2eGczNmJzbGhyVlNpYyJ9 x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.0.400.15 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 v4 0/2] net/ixgbe: promiscuous mode enable on VF 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: , X-List-Received-Date: Fri, 08 Mar 2019 05:45:37 -0000 > -----Original Message----- > From: Zhao1, Wei > Sent: Friday, March 8, 2019 10:46 AM > To: dev@dpdk.org > Cc: stable@dpdk.org; Zhang, Qi Z > Subject: [PATCH v4 0/2] net/ixgbe: promiscuous mode enable on VF >=20 > There is need to enable promiscuous mode enable on VF, pf host should als= o > enable to support that. >=20 > v2: > --fix typo in commit log. >=20 > v3: > --delete unnecessary commit log infomation --merge 2 patch into 1 --chang= e > patch headline name --add promiscuous enable support infomation into doc >=20 > v4: > --add information to release note >=20 > Wei Zhao (2): > net/ixgbe: promiscuous mode enable on VF > net/ixgbe: add VF promiscuous mode support when PF as host >=20 > doc/guides/nics/features/ixgbe_vf.ini | 1 + > doc/guides/rel_notes/release_19_05.rst | 5 +++ > drivers/net/ixgbe/ixgbe_ethdev.c | 21 +++++++++ > drivers/net/ixgbe/ixgbe_ethdev.h | 1 + > drivers/net/ixgbe/ixgbe_pf.c | 79 > ++++++++++++++++++++++++---------- > 5 files changed, 85 insertions(+), 22 deletions(-) >=20 > -- > 2.7.5 Acked-by: Qi Zhang Applied to dpdk-next-net-intel with minor reword on commit log and release = notes. Thanks Qi