From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id 9B7892B9E for ; Thu, 5 Oct 2017 02:17:59 +0200 (CEST) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 04 Oct 2017 17:17:58 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.42,479,1500966000"; d="scan'208";a="906864625" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.241.225.26]) ([10.241.225.26]) by FMSMGA003.fm.intel.com with ESMTP; 04 Oct 2017 17:17:57 -0700 To: Xueming Li , Nelio Laranjeiro , Adrien Mazarguil Cc: dev@dpdk.org References: <20170824140341.95471-1-xuemingl@mellanox.com> <1505831512-127244-1-git-send-email-xuemingl@mellanox.com> From: Ferruh Yigit Message-ID: <91e81f45-2d8c-4b7a-7e11-c63ace44db3e@intel.com> Date: Thu, 5 Oct 2017 01:17:57 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.3.0 MIME-Version: 1.0 In-Reply-To: <1505831512-127244-1-git-send-email-xuemingl@mellanox.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH v4 0/5] net/mlx5 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: , X-List-Received-Date: Thu, 05 Oct 2017 00:18:00 -0000 On 9/19/2017 3:31 PM, Xueming Li wrote: > This patchset enhances Mellanox multi-process by supporting all multi-process > examples, also support reading ethdev (x)stats in secondary process. > > Start from V2, this patchset depends on upstream rdma-core enhancement > and l2fork example bug fix: > http://www.dpdk.org/ml/archives/dev/2017-August/073405.html > http://www.dpdk.org/ml/archives/dev/2017-September/075568.html > > V4: > * remove forked secondary mode > > V3: > * add cover letter > * add dependency notes > > V2: > * split into multiple patches > * support forked secondary process > * add secondary process ethdev operations > * rebase on latest rdma-core upstream api > > > Xueming Li (5): > net/mlx5: change eth device reference for secondary process > net/mlx5: install a socket to exchange a file descriptor > net/mlx5: allocate verbs object into shared memory > net/mlx5: add operations for secondary process > net/mlx5: multi-process document update Hi Xueming, I guess all dependent patches merged into next-net for this patchset, so can get this one. But this is causing merge conflicts on latest next-net, can you please re-base patchset and sent a new version? Thanks, ferruh