From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by dpdk.space (Postfix) with ESMTP id 3119FA046B for ; Tue, 25 Jun 2019 12:52:22 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id E6A091B9BB; Tue, 25 Jun 2019 12:52:21 +0200 (CEST) Received: from git-send-mailer.rdmz.labs.mlnx (unknown [37.142.13.130]) by dpdk.org (Postfix) with ESMTP id 0309C1B9BB for ; Tue, 25 Jun 2019 12:52:19 +0200 (CEST) From: Asaf Penso To: web@dpdk.org Cc: olgas@mellanox.com Date: Tue, 25 Jun 2019 10:52:10 +0000 Message-Id: <1561459930-376710-1-git-send-email-asafp@mellanox.com> X-Mailer: git-send-email 1.8.3.1 Subject: [dpdk-web] [PATCH] update Mellanox roadmap for 19.08 X-BeenThere: web@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK website maintenance List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: web-bounces@dpdk.org Sender: "web" Mellanox roadmap is announced in dpdk mailing list: https://mails.dpdk.org/archives/dev/2019-June/135099.html Signed-off-by: Asaf Penso --- content/roadmap/_index.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/content/roadmap/_index.md b/content/roadmap/_index.md index 1cee44d..1fd0a0e 100644 --- a/content/roadmap/_index.md +++ b/content/roadmap/_index.md @@ -13,8 +13,12 @@ This list is obviously neither complete nor guaranteed. - new device specification (devargs) syntax - documentation for device management -- TCP SEQ and ACK offload with rte_flow API and mlx5 implementation -- ICMP ping offload with rte_flow API and mlx5 implementation +- TCP SEQ, TCP ACK and GRE key matching with rte_flow API and mlx5 implementation +- setting metadata in RX, with rte_flow API and mlx5 implementation, and receiving it as part of mbuf +- mlx5 offload ICMP ping, IP-in-IP inner RSS, TCP flags matching, LRO and hairpin +- better mlx5 rte_flow_query rate and latency +- better mlx5 out of the box TX performance +- robustness additions in mlx5 data-path error handling and recovery - initial support for Huawei Intelligent PCIe NIC ### Version 19.11 (2019 September) {#1911} -- 1.8.3.1