From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f178.google.com (mail-wi0-f178.google.com [209.85.212.178]) by dpdk.org (Postfix) with ESMTP id 0CA765963 for ; Sat, 6 Jun 2015 01:15:39 +0200 (CEST) Received: by wibdq8 with SMTP id dq8so32779795wib.1 for ; Fri, 05 Jun 2015 16:15:38 -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:subject:date:message-id; bh=czV+UMojxN7xhbukvXvoMjeIYbQcQKXvssvWU4wkSQc=; b=ebrmG3Cq4PIPw2PeUEj5tFMM/EfhXH3I5DeYZ+DSz3lFHFY8Oj/9v4dmtRDV7WG7Qr IDhXEgnBGq2mFiWe5XYW9AkURDfITORtwT473sKhTlWC7qrc5+BOFMHDlRCdk91OaaBR ++DOIh2eEfsRKhNnDOoV3dBNe9KJkynvKiWeuTdcqbS3ThWZhvdAD8jmhdhw+ybF4Oq7 lsBW6faFMnDUSvndEh/Etkl1MSJ5mS14ghxKAw+uqyTFU4NRM4fkSGe9qA0NuoJB6yM+ BSxDc69nbEZ4wHUSz24TnYi2uMhjGz5f5myQV2XaLtfniAtIIRPpAwg9pZrKOpEwGjkR 3fZA== X-Gm-Message-State: ALoCoQnHvWtkQMWum96a9GALLT/G2cpd1woENXNVqSlPtUjNeqaMzSIN9DjG9NqgP1AF5O/NnQQB X-Received: by 10.180.7.169 with SMTP id k9mr988843wia.84.1433546138922; Fri, 05 Jun 2015 16:15:38 -0700 (PDT) Received: from 6wind.com (guy78-3-82-239-227-177.fbx.proxad.net. [82.239.227.177]) by mx.google.com with ESMTPSA id df1sm5426762wib.12.2015.06.05.16.15.36 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Fri, 05 Jun 2015 16:15:37 -0700 (PDT) From: Adrien Mazarguil To: dev@dpdk.org Date: Sat, 6 Jun 2015 01:15:04 +0200 Message-Id: <1433546120-2254-1-git-send-email-adrien.mazarguil@6wind.com> X-Mailer: git-send-email 2.1.0 Subject: [dpdk-dev] [PATCH 00/16] mlx4: MOFED 3.0 support, bugfixes and enhancements 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: Fri, 05 Jun 2015 23:15:39 -0000 This patchset adds compatibility with the upcoming Mellanox OFED 3.0 release (new kernel drivers and userland support libraries), which supports new features such as L3/L4 checksum validation offloads and addresses several bugs and limitations at the same time. Adrien Mazarguil (3): mlx4: add MOFED 3.0 compatibility to interfaces names retrieval mlx4: use experimental verbs for polling and completions mlx4: add L2 tunnel (VXLAN) RX checksum offload support Alex Rosenbaum (4): mlx4: use faster CQ polling function mlx4: avoid looking up WR ID to improve RX performance mlx4: merge RX queue setup functions mlx4: add support for upstream flow steering API Gilad Berman (1): mlx4: add L3 and L4 RX checksum offload support Olga Shern (5): mlx4: make sure experimental device query function is implemented mlx4: update optimized steering warning message mlx4: allow applications to use fork() safely mlx4: improve accuracy of link status information mlx4: fix support for multiple VLAN filters Or Ami (3): mlx4: fix error message for invalid number of descriptors mlx4: remove provision for flow creation failure in DMFS A0 mode mlx4: query netdevice to get initial MAC address drivers/net/mlx4/Makefile | 8 + drivers/net/mlx4/mlx4.c | 627 ++++++++++++++++++++++++++++++---------------- 2 files changed, 421 insertions(+), 214 deletions(-) -- 2.1.0