From mboxrd@z Thu Jan 1 00:00:00 1970 From: Olivier Matz Date: Sun, 29 May 2022 21:03:57 +0200 Subject: [Intel-wired-lan] [PATCH net v2 0/2] ixgbe: fix promiscuous mode on VF In-Reply-To: <20220526141015.43057-1-piotrx.skajewski@intel.com> References: <20220406095252.22338-1-olivier.matz@6wind.com> <20220526141015.43057-1-piotrx.skajewski@intel.com> Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: intel-wired-lan@osuosl.org List-ID: Hi Piotr, On Thu, May 26, 2022 at 04:10:15PM +0200, Piotr Skajewski wrote: > > On Mon, Apr 25, 2022 at 01:51:53PM +0200, Olivier Matz wrote: > > > Hi, > > > > > > On Wed, Apr 06, 2022 at 11:52:50AM +0200, Olivier Matz wrote: > > > > These 2 patches fix issues related to the promiscuous mode on VF. > > > > > > > > Comments are welcome, > > > > Olivier > > > > > > > > Cc: stable at vger.kernel.org > > > > Cc: Nicolas Dichtel > > > > > > > > Changes since v1: > > > > - resend with CC intel-wired-lan > > > > - remove CC Hiroshi Shimamoto (address does not exist anymore) > > > > > > > > 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(-) > > > > > > Any feedback about this patchset? > > > Comments are welcome. > > > > I didn't get feedback for this patchset until now. Am I doing things > > correctly? Am I targeting the appropriate mailing lists and people? > > > > Please let me know if I missed something. > > Hi Olivier, > > Sorry for the late reply, > We had to analyze it internally and it took us some time. > After reviewing, we decided that the proposed patches could be accepted. > > ACK for series. No problem for the delay. Thank you! Olivier