From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <thomas.monjalon@6wind.com>
Received: from mail-wm0-f47.google.com (mail-wm0-f47.google.com [74.125.82.47])
 by dpdk.org (Postfix) with ESMTP id 470282BA1
 for <dev@dpdk.org>; Thu,  7 Apr 2016 18:19:19 +0200 (CEST)
Received: by mail-wm0-f47.google.com with SMTP id u206so94163866wme.1
 for <dev@dpdk.org>; Thu, 07 Apr 2016 09:19:19 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
 d=6wind-com.20150623.gappssmtp.com; s=20150623;
 h=from:to:cc:subject:date:message-id:organization:user-agent
 :in-reply-to:references:mime-version:content-transfer-encoding;
 bh=dIeyus924Mh+zeSOfiMzX0pvuJeqKXgaLKcYQT0K+dw=;
 b=cnpbP17oLzjS928bsRThNo6P0W4jS5VgSiMajOCOfHKLnFX6FmeL12UHp2uNdTRCIO
 GlWfL1AXyWcD/ceWLGB6esEtqr1jUQOXZDvqjChDhnLLiQycJy90zWtm+0fDRvzd4B6D
 d58if0tonIZb619ucZj5jKmTLkIM62JDP2gywu7opSRJ1c0wA3aexG/B5jPcdXPbxCsV
 8ZcRixmrishU2xZCzw7t1OfmJ+nhzDOUanBFguqj16Mj5bd7RsrS3Dky+LPUox3PwMjI
 lv3Ov1dA/9ZU2u0QjXuJg97YoXVFpMXs5PMmSgrENY5O0ciCO/azBMWWqDMLhkCG8W0w
 D/iw==
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;
 bh=dIeyus924Mh+zeSOfiMzX0pvuJeqKXgaLKcYQT0K+dw=;
 b=ewM0oqeoaNVijiDA7Fd5s94QrzaMulfVtV45+0Y8wIoQJrYRrnAXirLFqymNOpGT5k
 fgLV8WH0keBtl7TOuvRKIBzc22qlxhp+NrP3DL2iLgw4vBlODKMVA75/piSN/uxnurCh
 udns87mQ7A7xWgLgzmJ6jvNgRBsuGW8tZGpCuPkmKOmXLzPZltL0y0w+dezgHNJcYIJb
 zmS2iki/WkTKWEOmZBx8Zp6AUchJ+Zq8PX7ZxZAk0qfGAoZxQuDF+St2HWIgjhfznnIi
 GtNx7FsNLYKFbY8wcwpk7RGVDM+62EjzfnVWSPfYumjziiAeutydSTxcRhxfMywYcD3a
 5IIA==
X-Gm-Message-State: AD7BkJIjs9gPnuksJ8AdqDkPQ4fp4OLmxlS3ZQwALu/kbw7H0NSFHt9hLEA2a9e3ES4+f84Q
X-Received: by 10.28.59.7 with SMTP id i7mr5257960wma.66.1460045959045;
 Thu, 07 Apr 2016 09:19:19 -0700 (PDT)
Received: from xps13.localnet (91.111.75.86.rev.sfr.net. [86.75.111.91])
 by smtp.gmail.com with ESMTPSA id cb2sm9225717wjc.16.2016.04.07.09.19.18
 (version=TLSv1/SSLv3 cipher=OTHER);
 Thu, 07 Apr 2016 09:19:18 -0700 (PDT)
From: Thomas Monjalon <thomas.monjalon@6wind.com>
To: Adrien Mazarguil <adrien.mazarguil@6wind.com>
Cc: dev@dpdk.org
Date: Thu, 07 Apr 2016 18:19:16 +0200
Message-ID: <3023804.QJ6OQRATff@xps13>
Organization: 6WIND
User-Agent: KMail/4.14.10 (Linux/4.1.6-1-ARCH; KDE/4.14.11; x86_64; ; )
In-Reply-To: <1460025270-5038-1-git-send-email-adrien.mazarguil@6wind.com>
References: <1460025270-5038-1-git-send-email-adrien.mazarguil@6wind.com>
MIME-Version: 1.0
Content-Transfer-Encoding: 7Bit
Content-Type: text/plain; charset="us-ascii"
Subject: Re: [dpdk-dev] [PATCH] doc: update nics features matrix for mlx
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: patches and discussions about DPDK <dev.dpdk.org>
List-Unsubscribe: <http://dpdk.org/ml/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <http://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Thu, 07 Apr 2016 16:19:19 -0000

2016-04-07 12:34, Adrien Mazarguil:
> Enable "other kdrv" because both NICs require kernel support to work.
> 
> Unicast and multicast MAC filters are also enabled as both address types can
> be filtered on through the MAC add/remove/set callbacks.
> 
> Signed-off-by: Adrien Mazarguil <adrien.mazarguil@6wind.com>

Applied, thanks