From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id D34BF1B224 for ; Fri, 6 Oct 2017 20:21:32 +0200 (CEST) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga105.jf.intel.com with ESMTP; 06 Oct 2017 11:21:31 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.42,484,1500966000"; d="scan'208";a="907513860" Received: from unknown (HELO [10.241.225.2]) ([10.241.225.2]) by FMSMGA003.fm.intel.com with ESMTP; 06 Oct 2017 11:21:31 -0700 To: Xueming Li , Nelio Laranjeiro Cc: dev@dpdk.org References: <20170824140341.95471-1-xuemingl@mellanox.com> <20171006154552.161159-1-xuemingl@mellanox.com> From: Ferruh Yigit Message-ID: Date: Fri, 6 Oct 2017 19:21:31 +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: <20171006154552.161159-1-xuemingl@mellanox.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH v5 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: Fri, 06 Oct 2017 18:21:33 -0000 On 10/6/2017 4:45 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. > > V5: > * rebase on latest upstream code, patch 2/5 mlx5_ethdev.c updated. > > 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 Series applied to dpdk-next-net/master, thanks.