From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <thomas.monjalon@6wind.com>
Received: from mail-wm0-f54.google.com (mail-wm0-f54.google.com [74.125.82.54])
 by dpdk.org (Postfix) with ESMTP id 4F8D22C01
 for <announce@dpdk.org>; Wed, 20 Jul 2016 12:28:33 +0200 (CEST)
Received: by mail-wm0-f54.google.com with SMTP id o80so61919186wme.1
 for <announce@dpdk.org>; Wed, 20 Jul 2016 03:28:33 -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:user-agent:mime-version
 :content-transfer-encoding;
 bh=R7WjHLuWkoHUfQsEhXFIjmKfsu5C7BC60zV9BZ/K6BI=;
 b=du3czst4UNovDl/7vWx9eWA4kNEeXLbzL8FXBuE43Jo3AEr6xbSenUyIMD8QmY29IW
 HC0JRFNQp2GLElsa6MUTjsbEU/TZygrYGyJUHWIJalEIdORV00zLm/LToYY47iFs31w0
 oASeOJ1QRAwiTCgcVVJDG7lMvwrwh7+jlXxtPj4YE82iJOpllmx/fl3T6kAllOuRd84J
 x1SVLKWNyQgAZafDk/Ok02l4H5b/XU2YZ70rpJsnARB+hUH+/1i9FQu4EuheOQeVlPLo
 CIVf4ZgYJB+Td60B1cYSubRIQp5UuA6xmVcw2bqtxGbTDYP+2oFBGMwQa/+HH6UTQHTY
 Njeg==
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:user-agent
 :mime-version:content-transfer-encoding;
 bh=R7WjHLuWkoHUfQsEhXFIjmKfsu5C7BC60zV9BZ/K6BI=;
 b=fN7HUQuam5BLuIs9Nq1UBPfupL9MIaldukuvJvgWuXS9vK8LmdwKUHY0UCrUF/0hYr
 ON0Af5ErzDJRIT26M3Q/MFQDdQecvTbtCzcdLBc3rJew32posRAwPd0V8Sa8/WnaBBcb
 X5QSiD3uzR6lBjfqoHetr1DkXJr7ctCyW6eQNzFbOn5S/VdPzgssh8O3bZ4HvCqlJxN3
 px1IEezk+BUSfXiLLmkqLRdo/7Q/O683FWC5VYc4rsrnzH1lU9mNxQGYFUnk8EiYpRtN
 hy6t/FoTLX6oeJxaDHo0cJOxMj//23kGIdoX3q4DdEQ7NfO/7+pSZj6uUnid6sqpycv3
 HXeA==
X-Gm-Message-State: ALyK8tLu6Nsh5wb0Logx2XYVE+EEGL4es5QkU25z9c17XP2JyowUgpLjhnmAFteOesCzK3c0
X-Received: by 10.194.24.164 with SMTP id v4mr577386wjf.116.1469010512881;
 Wed, 20 Jul 2016 03:28:32 -0700 (PDT)
Received: from xps13.localnet (184.203.134.77.rev.sfr.net. [77.134.203.184])
 by smtp.gmail.com with ESMTPSA id u125sm30693515wmg.22.2016.07.20.03.28.31
 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128);
 Wed, 20 Jul 2016 03:28:32 -0700 (PDT)
From: Thomas Monjalon <thomas.monjalon@6wind.com>
To: announce@dpdk.org
Cc: adrien.mazarguil@6wind.com
Date: Wed, 20 Jul 2016 12:28:31 +0200
Message-ID: <7425690.vJqMrnvbK3@xps13>
User-Agent: KMail/4.14.10 (Linux/4.5.4-1-ARCH; KDE/4.14.11; x86_64; ; )
MIME-Version: 1.0
Content-Transfer-Encoding: 7Bit
Content-Type: text/plain; charset="us-ascii"
Subject: [dpdk-announce] IMPORTANT discussion about Rx filtering API
X-BeenThere: announce@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: release announcements <announce.dpdk.org>
List-Unsubscribe: <http://dpdk.org/ml/options/announce>,
 <mailto:announce-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/announce/>
List-Post: <mailto:announce@dpdk.org>
List-Help: <mailto:announce-request@dpdk.org?subject=help>
List-Subscribe: <http://dpdk.org/ml/listinfo/announce>,
 <mailto:announce-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Wed, 20 Jul 2016 10:28:33 -0000

Hi,

There is a proposal in progress to totally rework the configuration
of Rx filtering (including flow director, RSS, etc):
	http://dpdk.org/ml/archives/dev/2016-July/043365.html
The target is to integrate this API in 16.11 and migrate the drivers
as fast as possible.

There were some good comments already but only from people interested
in Cavium, Mellanox and Intel devices.
Please developers and maintainers from Amazon, Broadcom, Chelsio, Cisco,
Netronome, QLogic and others, we are waiting your feedbacks.
The intent is to be as generic as possible. But if unfortunately this
new API do not interface well with the hardware you care of, it will
be really harder to fix it later.

Last question: can you commit to migrate your driver in the 16.11
or 17.02 timeframe?

Please answer in the original thread, not this one. This is only
an announce to get more attention on the thread
	"Generic flow director/filtering/classification API"