From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH 00/30] net/sfc: improve multi-process support Date: Thu, 7 Feb 2019 15:08:01 +0000 Message-ID: <68e50792-979c-a019-65ef-729ceef54093@intel.com> References: <1549541873-17403-1-git-send-email-arybchenko@solarflare.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit To: Andrew Rybchenko , dev@dpdk.org Return-path: Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id 444FC1B54C for ; Thu, 7 Feb 2019 16:08:04 +0100 (CET) In-Reply-To: <1549541873-17403-1-git-send-email-arybchenko@solarflare.com> Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 2/7/2019 12:17 PM, Andrew Rybchenko wrote: > The patch series improves multi-process support in net/sfc. > It carefully distinguishes shared and process private data. > > Andrew Rybchenko (29): > net/sfc: remove control path logging from Rx queue count > net/sfc: fix logging from secondary process > net/sfc: avoid usage of RxQ control structure in info get > net/sfc: avoid usage of TxQ control structure in info get > net/sfc: remove wrappers around Rx descriptor count and done > net/sfc: make it simpler to change datapath ops location > net/sfc: move datapath ops pointers to process private data > net/sfc: move main log type to process private data > net/sfc: move RxQ state to multi-process shared location > net/sfc: move datapath RxQ handle to shared RxQ info > net/sfc: support Rx descriptor status in secondary process > net/sfc: move TxQ state to multi-process shared location > net/sfc: move datapath TxQ handle to shared TxQ info > net/sfc: support Tx descriptor status in secondary process > net/sfc: support RSS RETA and hash config get in secondary > net/sfc: remove unnecessary functions to get RxQ index > net/sfc: remove unnecessary functions to get TxQ index > net/sfc: remove RxQ control from shared RxQ info > net/sfc: remove TxQ control from shared TxQ info > net/sfc: start to factor out multi-process shared data > net/sfc: move Rx/Tx datapath names to shared state > net/sfc: make main logging macro reusable in secondary > net/sfc: move RxQ shared information to adapter shared > net/sfc: move TxQ shared information to adapter shared > net/sfc: move RSS config to adapter shared > net/sfc: move isolated flag in adapter shared > net/sfc: remove adapter locks from secondary process ops > net/sfc: separate adapter primary process and shared data > net/sfc: support Rx packet types get in secondary process > > Ivan Malov (1): > net/sfc: log port ID as 16-bit unsigned integer on panic Series applied to dpdk-next-net/master, thanks.