From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f171.google.com (mail-wi0-f171.google.com [209.85.212.171]) by dpdk.org (Postfix) with ESMTP id 52CF8C30A for ; Wed, 10 Jun 2015 15:27:26 +0200 (CEST) Received: by wibdq8 with SMTP id dq8so47451593wib.1 for ; Wed, 10 Jun 2015 06:27:26 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=5Mj6hCCe0XeLast7IO/MYGdSTodR6zoYI3uTTyWnXA8=; b=BOOFyZrAWAUfYXzlUTylTwTJhWonwsLf9ECvO4tlHxm9+lyEtvD1tv1QvT2TJ+pkyS gKubO2fy7sE6CRWUJ6Fmia2AcVCrjOhtjntd3xRq/6vr2xrSiywmeIFTZ3GfHKsvL0FL KTudArt6Jt8w/pMreSG9+BPbdEPI7cXZM0G82ziP4M3+8geqf6XmUzVagDadi5SvivQG pS8zFfe/3cvhZw7RB4pilRJfVrp8xwnxXalOmie22cN47CdumcMk0HZftNDDumOgD6c8 NBmCqXYM3ApoLVUoaY8o/ZZeZVOFbKxkDNEK3WGieaF/SvhKeyU6ErPj43Tc3VCHovHO yUig== X-Gm-Message-State: ALoCoQkJw4mSj3BEnsJPyke68NfeR9xyTM34B7P9X69gFHHHugP3v8pqVIoNGENgS32PyCzRwCpS X-Received: by 10.194.184.14 with SMTP id eq14mr6425146wjc.58.1433942846152; Wed, 10 Jun 2015 06:27:26 -0700 (PDT) Received: from xps13.localnet (guy78-3-82-239-227-177.fbx.proxad.net. [82.239.227.177]) by mx.google.com with ESMTPSA id bh7sm14537467wjb.8.2015.06.10.06.27.24 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 10 Jun 2015 06:27:25 -0700 (PDT) From: Thomas Monjalon To: Bruce Richardson Date: Wed, 10 Jun 2015 15:26:29 +0200 Message-ID: <3428582.RNB743KV0R@xps13> Organization: 6WIND User-Agent: KMail/4.14.8 (Linux/4.0.4-2-ARCH; KDE/4.14.8; x86_64; ; ) In-Reply-To: <1433941641-19405-1-git-send-email-bruce.richardson@intel.com> References: <20150519113112.GA10700@bricha3-MOBL3> <1433941641-19405-1-git-send-email-bruce.richardson@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [RFC-PATCH-v3 0/6] pktdev update X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Jun 2015 13:27:26 -0000 2015-06-10 14:07, Bruce Richardson: > Following on from the feedback received from the community about the pktdev idea, > I've decided not to push this approach further for DPDK 2.1. > > Instead, for future releases, I'll look at taking some of what was investigated in > this work and see if it can be applied to the existing ethdev library, which seems > to be the favoured point of convergence in the community. Hopefully, we can get > ethdev to meet all the requirements I had looked for for pktdev. [If not, I may > need to come back to look at this again, but I hope not! :-)] Maybe we should start removing some things from ethdev. There are some functions or structures which are specific to some devices only. Why not include a header from the driver when we want to use a specific feature of this driver? Examples: ixgbe bypass mode, ixgbe queue stats mapping, Rx/Tx thresholds tuning...