From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 6E233C433F5 for ; Wed, 6 Apr 2022 11:44:58 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229657AbiDFLq4 (ORCPT ); Wed, 6 Apr 2022 07:46:56 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:44616 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230045AbiDFLqn (ORCPT ); Wed, 6 Apr 2022 07:46:43 -0400 X-Greylist: delayed 623 seconds by postgrey-1.37 at lindbergh.monkeyblade.net; Wed, 06 Apr 2022 01:35:51 PDT Received: from smtpservice.6wind.com (unknown [185.13.181.2]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id D913D595FF6; Wed, 6 Apr 2022 01:35:49 -0700 (PDT) Received: from 6wind.com (unknown [10.17.250.37]) by smtpservice.6wind.com (Postfix) with ESMTP id DDB706000E; Wed, 6 Apr 2022 10:18:14 +0200 (CEST) Date: Wed, 6 Apr 2022 10:18:14 +0200 From: Olivier Matz To: netdev@vger.kernel.org Cc: Jesse Brandeburg , Tony Nguyen , "David S . Miller" , Jakub Kicinski , Paolo Abeni , stable@vger.kernel.org, Hiroshi Shimamoto , Nicolas Dichtel , intel-wired-lan@osuosl.org Subject: Re: [PATCH net 0/2] ixgbe: fix promiscuous mode on VF Message-ID: References: <20220325140250.21663-1-olivier.matz@6wind.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220325140250.21663-1-olivier.matz@6wind.com> Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org Hi, On Fri, Mar 25, 2022 at 03:02:48PM +0100, Olivier Matz wrote: > These 2 patches fix issues related to the promiscuous mode on VF. > > Comments are welcome, > Olivier > > Cc: stable@vger.kernel.org > Cc: Hiroshi Shimamoto > Cc: Nicolas Dichtel > > Olivier Matz (2): > ixgbe: fix bcast packets Rx on VF after promisc removal > ixgbe: fix unexpected VLAN Rx in promisc mode on VF > > drivers/net/ethernet/intel/ixgbe/ixgbe_sriov.c | 8 ++++---- > 1 file changed, 4 insertions(+), 4 deletions(-) Sorry, the intel-wired-lan mailing list was not CC'ed initially. Please let me know if I need to resend the patchset. Thanks, Olivier