From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-f41.google.com (mail-wm0-f41.google.com [74.125.82.41]) by dpdk.org (Postfix) with ESMTP id 395251AF03 for ; Mon, 9 Oct 2017 09:45:30 +0200 (CEST) Received: by mail-wm0-f41.google.com with SMTP id l68so20751244wmd.5 for ; Mon, 09 Oct 2017 00:45:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind-com.20150623.gappssmtp.com; s=20150623; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to; bh=laXq2tukCg5MJV9XQhuuFoOlK6JLXhA7J1PeZhUZaXk=; b=ujAxDCzqXMl/xgSKUl30YNuSXWQKm1q0a8HxNlpSnNK6Yoe+qFclgVSRL2OeVJU+d/ cDetWI8izqkoAjLI/j2TUcoGeiajcP5Rh+2sV/plJp75xSbPoa0I4NJFb3Zj3LQhUC9M j5UtPv7Q6f+Obbt8y61qAIODhTq2Tec39pFwa8TpRKBuB3LVEuZy0MlJWJqXoPcJlSO8 vaQnWlaiMoNDAGZUP7U8wGc7jSMzt5MJ9wC7quV9xDVfNmZUy8tNtLg2Bk0xDsOqMQ3h 91oO0b25T9w5EZfJqWr5rPuVucM1pngwLkw/qHjQrMMXVdUBENrGG0hadhaLWveY0rs9 zZ+w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=laXq2tukCg5MJV9XQhuuFoOlK6JLXhA7J1PeZhUZaXk=; b=UEJPJ3RSgo68vIKvOdPjECyIAxhulBsUnbOm1l46xugJ6e79MxiIaO7GAYM9V9iTuG kOZVX8efyTS1qw5UGK6D9dL2xXmPo0fcmQ/lz5FiKR9h/lHgt5eWXf7CJ6twNQJpu4QB WRErhKuxoarqXLMXQmRXw8eLK4cm7Q3gJw0VrFMhcbF1Ih0JU2oMkZygJ/xt7VyyiVzD bR8sSPOzJJhsXUmSUX/rGHc1snUM3z3wrXFNzv83pzG+qzh9f4tMDKd1hNDRVJvVDrXm HnjdoyEYqFjXY9tFXuGAe0y58c9tJy4gIYp3GU/sSYLoNHxFse3JMpJ/tuBZ8Za/8ik5 eGiA== X-Gm-Message-State: AMCzsaWyCHlBEnOPdLqge7pnhqrDhfQ27MuxI8mPIPX23xQ3lzOoYdOr VDvMru3qRa7X+BEndISLJFChPw== X-Google-Smtp-Source: AOwi7QDRgrrEhFD2hW9KoLucSDxe73jNzOKIqdUC1fCuXz/nnqywRoi9x3AD9K26UVFEVra8u9YNhA== X-Received: by 10.28.72.8 with SMTP id v8mr6748841wma.38.1507535129822; Mon, 09 Oct 2017 00:45:29 -0700 (PDT) Received: from 6wind.com (host.78.145.23.62.rev.coltfrance.com. [62.23.145.78]) by smtp.gmail.com with ESMTPSA id k9sm14027504wrk.27.2017.10.09.00.45.28 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 09 Oct 2017 00:45:28 -0700 (PDT) Date: Mon, 9 Oct 2017 09:45:18 +0200 From: Adrien Mazarguil To: Ferruh Yigit Cc: Yongseok Koh , nelio.laranjeiro@6wind.com, dev@dpdk.org, Raslan Darawsheh , Shahaf Shuler , Xueming Li Message-ID: <20171009074518.GE13551@6wind.com> References: <20171005230032.7548-1-yskoh@mellanox.com> <51bda660-2653-1416-539d-1333e4f0da04@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <51bda660-2653-1416-539d-1333e4f0da04@intel.com> Subject: Re: [dpdk-dev] [PATCH v1 0/7] net/mlx5: add vectorized Rx/Tx burst for ARM 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: Mon, 09 Oct 2017 07:45:30 -0000 On Mon, Oct 09, 2017 at 03:39:47AM +0100, Ferruh Yigit wrote: > On 10/6/2017 12:00 AM, Yongseok Koh wrote: > > Add dataplane functions using ARM NEON instructions. To modularize vectorized > > functions for different architectures, the existing files having x86 SSE support > > is reorganized. > > > > This patchset has dependency with the following patches: > > - net/mlx5: fix overflow of Rx SW ring > > - Nelio's mlx5 flow cleanup patchset, the last one is: > > [dpdk-dev,v2,30/30] net/mlx5: add new operations for isolated mode > > - Nelio's set was waiting Xueming's which is merged now. > - Nelio's set will have v3 because of your comments. > - And Raslan's patch is dependent on yours. > > So, if I don't miss anything > - first there will be Nelio's v3 > - Later this patchset on top of it > - Later Raslan's on top of yours > > With multiple developers working on same drivers, mlx drivers become > hard to manage/trace. > > next-net-mlx sound like good idea :) Any comment on this? Sounds good to me too, particularly so since we do have such a tree internally where we constantly rebase series on top of one another for non-regression testing purposes. -- Adrien Mazarguil 6WIND