From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yongseok Koh Subject: Re: [PATCH 4/6] net/mlx5: add L2-L4 pattern items to switch flow rules Date: Wed, 11 Jul 2018 18:02:07 -0700 Message-ID: <20180712010206.GF69686@yongseok-MBP.local> References: <20180627173355.4718-1-adrien.mazarguil@6wind.com> <20180627173355.4718-5-adrien.mazarguil@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Shahaf Shuler , Nelio Laranjeiro , dev@dpdk.org To: Adrien Mazarguil Return-path: Received: from EUR03-DB5-obe.outbound.protection.outlook.com (mail-eopbgr40050.outbound.protection.outlook.com [40.107.4.50]) by dpdk.org (Postfix) with ESMTP id 7EE3C1B488 for ; Thu, 12 Jul 2018 03:02:23 +0200 (CEST) Content-Disposition: inline In-Reply-To: <20180627173355.4718-5-adrien.mazarguil@6wind.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Wed, Jun 27, 2018 at 08:08:16PM +0200, Adrien Mazarguil wrote: > This enables flow rules to explicitly match supported combinations of > Ethernet, IPv4, IPv6, TCP and UDP headers at the switch level. > > Testpmd example: > > - Dropping TCPv4 traffic with a specific destination on port ID 2: > > flow create 2 ingress transfer pattern eth / ipv4 / tcp dst is 42 / end > actions drop / end > > Signed-off-by: Adrien Mazarguil > --- Acked-by: Yongseok Koh Thanks