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 8CC7AA046B for ; Thu, 25 Jul 2019 06:56:59 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 5CCBD1C25B; Thu, 25 Jul 2019 06:56:58 +0200 (CEST) Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id D6A2C1C1CF; Thu, 25 Jul 2019 06:56:56 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 24 Jul 2019 21:56:55 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,305,1559545200"; d="scan'208";a="172524008" Received: from fmsmsx107.amr.corp.intel.com ([10.18.124.205]) by orsmga003.jf.intel.com with ESMTP; 24 Jul 2019 21:56:54 -0700 Received: from fmsmsx101.amr.corp.intel.com (10.18.124.199) by fmsmsx107.amr.corp.intel.com (10.18.124.205) with Microsoft SMTP Server (TLS) id 14.3.439.0; Wed, 24 Jul 2019 21:56:54 -0700 Received: from shsmsx152.ccr.corp.intel.com (10.239.6.52) by fmsmsx101.amr.corp.intel.com (10.18.124.199) with Microsoft SMTP Server (TLS) id 14.3.439.0; Wed, 24 Jul 2019 21:56:54 -0700 Received: from shsmsx105.ccr.corp.intel.com ([169.254.11.232]) by SHSMSX152.ccr.corp.intel.com ([169.254.6.22]) with mapi id 14.03.0439.000; Thu, 25 Jul 2019 12:56:52 +0800 From: "Zhang, Qi Z" To: "Zhang, Xiao" , "dev@dpdk.org" CC: "Yang, Qiming" , "stable@dpdk.org" Thread-Topic: [v3] net/ice: enable multi-process support Thread-Index: AQHVQo/sbH0tsePSXU64XSgq0F+t9KbaxXFA Date: Thu, 25 Jul 2019 04:56:51 +0000 Message-ID: <039ED4275CED7440929022BC67E7061153D6DCD0@SHSMSX105.ccr.corp.intel.com> References: <1563987361-5215-1-git-send-email-xiao.zhang@intel.com> <1564053515-38009-1-git-send-email-xiao.zhang@intel.com> In-Reply-To: <1564053515-38009-1-git-send-email-xiao.zhang@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiYjEwNTRmNDYtYjY3Yy00ZjZiLTk3ZDItNDRkZDViNjkzMDc3IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoidTJpNTV1MnZGOHd3NzR6akkxVEt3RkhKZktLT2xxZENcLzh2UlkrekFKU1AyXC9NeFdCMGVnRkNPWkdneVZmTDVlIn0= x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.0.600.7 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] [v3] net/ice: enable multi-process support 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: Zhang, Xiao > Sent: Thursday, July 25, 2019 7:19 PM > To: dev@dpdk.org > Cc: Yang, Qiming ; Zhang, Qi Z > ; Zhang, Xiao ; > stable@dpdk.org > Subject: [v3] net/ice: enable multi-process support >=20 > Add multiple processes support for ice, secondary processes will share me= mory > and configuration with primary process, do not need further initializatio= n for > secondary processes. >=20 > Cc: stable@dpdk.org >=20 > Signed-off-by: Xiao Zhang > --- Acked-by: Qi Zhang Applied to dpdk-next-net-intel with cc stable be removed Thanks Qi