From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-oi0-f54.google.com (mail-oi0-f54.google.com [209.85.218.54]) by dpdk.org (Postfix) with ESMTP id E9ADC5921 for ; Tue, 6 Oct 2015 11:58:21 +0200 (CEST) Received: by oiww128 with SMTP id w128so105735273oiw.2 for ; Tue, 06 Oct 2015 02:58:21 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=ttP+lXCQtwjykPePFZjj2FQKEcmtZduBNAarl04LP0Y=; b=TSDZ+uMdmrLE0LLjK5cImcmjZVsdk0Y6r2ZIfBuTKqPvpZxVB9WIFUlfySE6WtM1yq mMRRbYXD673svOqBvafHMTtpsBVbp/fgKNa8MhDJvqZs1Hv0/tsIAgtDtvOIWe+KTH3a dpUCT3YE1uJgnqmhGq1WQTHQLNQBYSktyMRBHuqKOW6jfBBnd4FvLqgiAJrs1YKOJEby 4HgU8w1dZitD3mNjEzt4sYma+sohqYesHpaXhxBnWaFrGYh8jYwQikDgL4hXdcbQhLxm d9OiFpr5SxRpSpoRwq8+Kqt82VeUqpcDbE1lRWAYRxI4sm9Olk1HQ6oWDAz07pU5CpkB Kq/Q== X-Gm-Message-State: ALoCoQnoPO7wgiCSaFwffx7nqWpAT85Dy0gdH1cWKD1uPRnkfSo75Ntx+8+OL/bhFI0J1/I2orhs MIME-Version: 1.0 X-Received: by 10.202.93.215 with SMTP id r206mr19449301oib.42.1444125501292; Tue, 06 Oct 2015 02:58:21 -0700 (PDT) Received: by 10.60.80.135 with HTTP; Tue, 6 Oct 2015 02:58:21 -0700 (PDT) Received: by 10.60.80.135 with HTTP; Tue, 6 Oct 2015 02:58:21 -0700 (PDT) In-Reply-To: <20151006095416.55a16e0c@uryu.home.lan> References: <1444067692-29645-1-git-send-email-adrien.mazarguil@6wind.com> <20151006095416.55a16e0c@uryu.home.lan> Date: Tue, 6 Oct 2015 11:58:21 +0200 Message-ID: From: Vincent JARDIN To: Stephen Hemminger Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH 00/17] Enhance mlx5 with Mellanox OFED 3.1 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: Tue, 06 Oct 2015 09:58:22 -0000 Le 6 oct. 2015 09:54, "Stephen Hemminger" a =C3=A9crit : > > On Mon, 5 Oct 2015 19:54:35 +0200 > Adrien Mazarguil wrote: > > > Mellanox OFED 3.1 [1] comes with improved APIs that Mellanox ConnectX-4 > > (mlx5) adapters can take advantage of, such as: > > > > - Separate post and doorbell operations on all queues. > > - Lightweight RX queues called Work Queues (WQs). > > - Low-level RSS indirection table and hash key configuration. > > > > This patchset enhances mlx5 with all of these for better performance an= d > > flexibility. Documentation is updated accordingly. > > Has anybody explored doing a driver without the dependency on OFED? > It is certainly possible. The Linux kernel drivers don't depend on it. > And dropping OFED would certainly be faster. OFED is an established kernel API. I agree that F from infiniband should be deprecated since it has broader scope of use. It avoid wasting effort by duplicating kernel's code. It provides security too that UIO could not provide. Best regards, Vincent