From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yongseok Koh Subject: [PATCH v2 0/5] net/mlx5: fixes for Direct Verbs flow Date: Tue, 23 Oct 2018 16:52:08 +0000 Message-ID: <20181023165200.2454-1-yskoh@mellanox.com> References: <20181017020739.11203-1-yskoh@mellanox.com> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Cc: "dev@dpdk.org" , Yongseok Koh To: Shahaf Shuler Return-path: Received: from EUR02-HE1-obe.outbound.protection.outlook.com (mail-eopbgr10079.outbound.protection.outlook.com [40.107.1.79]) by dpdk.org (Postfix) with ESMTP id 96D481B3EA for ; Tue, 23 Oct 2018 18:52:09 +0200 (CEST) In-Reply-To: <20181017020739.11203-1-yskoh@mellanox.com> Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" v2: * rebase on top of the new branch tip Yongseok Koh (5): net/mlx5: add warning message for Direct Verbs flow net/mlx5: fix UDP hash field flag in Direct Verbs net/mlx5: fix item validation in Direct Verbs net/mlx5: fix wildcard item for Direct Verbs net/mlx5: fix flow mark ID conversion in Direct Verbs drivers/net/mlx5/mlx5.c | 6 ++ drivers/net/mlx5/mlx5_flow.c | 20 +++---- drivers/net/mlx5/mlx5_flow_dv.c | 118 ++++++++++++++++++------------------= ---- 3 files changed, 67 insertions(+), 77 deletions(-) --=20 2.11.0