From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yongseok Koh Subject: Re: [PATCH v3 6/7] net/mlx5: fix reception when VLAN is added Date: Tue, 24 Oct 2017 10:34:30 -0700 Message-ID: <20171024173429.GA20667@yongseok-MBP.local> References: <7815b352a375497fb46639b432126ed2f41100b0.1508857992.git.nelio.laranjeiro@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: dev@dpdk.org, Adrien Mazarguil To: Nelio Laranjeiro Return-path: Received: from EUR01-DB5-obe.outbound.protection.outlook.com (mail-db5eur01on0089.outbound.protection.outlook.com [104.47.2.89]) by dpdk.org (Postfix) with ESMTP id 7068D1B771 for ; Tue, 24 Oct 2017 19:34:45 +0200 (CEST) Content-Disposition: inline In-Reply-To: <7815b352a375497fb46639b432126ed2f41100b0.1508857992.git.nelio.laranjeiro@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 Tue, Oct 24, 2017 at 05:18:17PM +0200, Nelio Laranjeiro wrote: > When VLAN is enabled in the Rx side, only packets matching this VLAN are > expected, this also includes the broadcast and all multicast packets. > > Fixes: 272733b5ebfd ("net/mlx5: use flow to enable unicast traffic") > Fixes: 6a6b6828fe6a ("net/mlx5: use flow to enable all multi mode") > > Signed-off-by: Nelio Laranjeiro > --- Acked-by: Yongseok Koh Thanks