From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-f46.google.com (mail-wm0-f46.google.com [74.125.82.46]) by dpdk.org (Postfix) with ESMTP id 8A7EC475E for ; Mon, 22 Feb 2016 19:19:01 +0100 (CET) Received: by mail-wm0-f46.google.com with SMTP id a4so175416397wme.1 for ; Mon, 22 Feb 2016 10:19:01 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind-com.20150623.gappssmtp.com; s=20150623; h=from:to:subject:date:message-id; bh=nR9qtTzNp0c/6Qu6lXDLB3P4/eaErOViX5+tJiG/ZqQ=; b=kcFnu5U/txEZ/tX6TmE+/BprYk0Oc7xfnwFA5qvZO0hhyUgLQ4Mk2GYCOuIfmcf9XY dyAgGLSt5T2tqIWqzFDDBalnlsfI5IZwQHKYFNO080bGjOocm0pZda4WgPxZMUhOVqwP bwgQlGtcbkXgSvjken/4Rt+UMALHsHHT0RxLTexwWkw63g4zvKrAbHtKzJjauJ5tEU1n zLtHpzLkwB53uCajHoeJBqu7c6HdOU2OJKL6hvU6UUSsjQWl5i007dZG9yWF1oTMTbAA X2WiBJ9uza6q5E5FSgUfh+JFSJ/x+rtdsTC3uNSTZc3t4GwojSWeCqJZtlN7YNDctsa7 C4wQ== 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=nR9qtTzNp0c/6Qu6lXDLB3P4/eaErOViX5+tJiG/ZqQ=; b=M8qbFM/E0FH1bevq+GvOLC6AxbulPVOXH+EWjBa3dt4s0DRJTUqJfOTHzeGGHtJkci mLeQvxXZJgzfZ7Dg+XoRSY85xtSQ3tSJJDBZJ0l5m1zCWR6CEqpzW8L169f1MGWPsCfu QQDZA2ZHN+s4Vl6k8xOAGSa6OytNXUtsyxxbct0NKeaWeD1qJPnE6SpHeoVrx0ixvaqs yiWVw2pRMZy+6E3qxf7lkk0hP/anb6AG3sohkqee0yTPQQKbiQwjYN7DCjYEoH6ZYP0v x9cEp1kb+upSiQDzEQ518SZr0Le/76q8D/aEl44qmaYCKFOHA9gj6KNHVGPNDZBPhbUm +d8g== X-Gm-Message-State: AG10YOQr7ETgRffL/s/G/5vTpOtv24vZ6MG6RRVU2Z6qckQD/wwr7ua8MtTsk0v597s4m/nY X-Received: by 10.194.63.162 with SMTP id h2mr27788171wjs.97.1456165141446; Mon, 22 Feb 2016 10:19:01 -0800 (PST) Received: from 6wind.com (guy78-3-82-239-227-177.fbx.proxad.net. [82.239.227.177]) by smtp.gmail.com with ESMTPSA id bg1sm25832726wjc.27.2016.02.22.10.19.00 for (version=TLSv1/SSLv3 cipher=OTHER); Mon, 22 Feb 2016 10:19:01 -0800 (PST) From: Adrien Mazarguil To: dev@dpdk.org Date: Mon, 22 Feb 2016 19:18:36 +0100 Message-Id: <1456165123-28365-1-git-send-email-adrien.mazarguil@6wind.com> X-Mailer: git-send-email 2.1.4 Subject: [dpdk-dev] [PATCH 0/7] Assorted fixes for mlx4 and mlx5 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: Mon, 22 Feb 2016 18:19:01 -0000 This patchset addresses several minor issues, release notes are updated accordingly. Note: should be applied after "Performance optimizations for mlx5 and mlx4". Adrien Mazarguil (3): mlx5: manage all special flow types at once mlx5: remove redundant debugging message mlx5: apply VLAN filtering to broadcast and IPv6 multicast flows Or Ami (2): mlx5: fix possible crash during initialization mlx5: check if port is configured as Ethernet device Robin Jarry (1): mlx4: make sure that number of RX queues is a power of 2 Yaacov Hazan (1): mlx5: fix RX checksum offload in non L3/L4 packets doc/guides/rel_notes/release_16_04.rst | 17 ++++ drivers/net/mlx4/mlx4.c | 6 ++ drivers/net/mlx5/Makefile | 5 ++ drivers/net/mlx5/mlx5.c | 18 ++-- drivers/net/mlx5/mlx5.h | 2 + drivers/net/mlx5/mlx5_rxmode.c | 147 +++++++++++++++++++++++++++++---- drivers/net/mlx5/mlx5_rxq.c | 5 +- drivers/net/mlx5/mlx5_rxtx.c | 26 ++++-- drivers/net/mlx5/mlx5_rxtx.h | 4 +- drivers/net/mlx5/mlx5_trigger.c | 10 +-- drivers/net/mlx5/mlx5_vlan.c | 5 +- 11 files changed, 204 insertions(+), 41 deletions(-) -- 2.1.4