From patchwork Thu Sep 29 12:08:59 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Olivier Matz X-Patchwork-Id: 117137 Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 665E1A00C4; Thu, 29 Sep 2022 14:09:21 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 0E4EF40694; Thu, 29 Sep 2022 14:09:21 +0200 (CEST) Received: from mail-wr1-f45.google.com (mail-wr1-f45.google.com [209.85.221.45]) by mails.dpdk.org (Postfix) with ESMTP id CE98D40395 for ; Thu, 29 Sep 2022 14:09:19 +0200 (CEST) Received: by mail-wr1-f45.google.com with SMTP id v28so1879767wrd.3 for ; Thu, 29 Sep 2022 05:09:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind.com; s=google; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:from:to:cc:subject:date; bh=KsMu/vqiRi+f153XID1gJZfwHUCjia/X87OJMd6epbQ=; b=jE4YsUxY69h/dvli5kqm69K8lcS4Y/uJCciLdoFTnYaiQ59m/zquMA/9aGp0rbpVUj A2x7LORI9HSZ0pB6gdbsqd7fDxWdP0xBuiJ3y3Lg/nJBgLM24bzCEegTztjSQWe1vxXN zI4Kvlq4omVElxO5peTKqEt06vysAlvlxQyHzFaN6gr0lZVsYUk/Dk1ILXAwpHLJ0EoB JgjRYX+6jS21QRBEXAq8UYw9D3WJN7bhv2E9TdSgo1UdX0bGu84ElZrKZiz2hRtULaQS paPiF+dpDe+LscmBmgczOWRv7hdaaCotyCdiNYF1n7kIHMYjZkI6uSdRo5jnta0lOO3M nfTA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:x-gm-message-state:from:to:cc:subject:date; bh=KsMu/vqiRi+f153XID1gJZfwHUCjia/X87OJMd6epbQ=; b=tUPLCdzFtkLr+IviZJowlYLeIy8E9wuFIdCgCh72gQ7v8g3mdt0TCXpPm1glUB7pno Cudj8H+SCvcn5RWtqY6bxAz4HZPA5rbpuMgkS2slCF1XEieH+nXXiD4ZacJhpor3EYcK l2jPp2m9Ctuwlb8CV4BVnFoRfNmB1X2OfT4jPr+m/pkPVPIK/ZsZrbsWfD5A69ug7sfW ZMMsXFxHjDZAcjL0mXlMxtM+YiTsfJB1hnZV6gxX8F2XMOabVNJcQegzLVgj9hGMtfak aYSVbczRBoSsr48VWY/Z5d2MweFIq6ctr3KWpqW8swWIghwUduy7q9znDPgDd8PX0dND 459w== X-Gm-Message-State: ACrzQf25wCKQG1P201+YQ56jshLsOuC79BDl2HOduKhkTvjj+vho3UzP auYJoBig6df/swUAVpMJcafaX/e0E0Q0K+3q X-Google-Smtp-Source: AMsMyM4AqLhv3ZYM0zvlXVso5Hjygg8ZLvnH+IfGG2Q5Ha/VRaRCDSSiY/dKDt37X9XDTItPT1CYcg== X-Received: by 2002:a5d:588f:0:b0:22b:5cc:e1d3 with SMTP id n15-20020a5d588f000000b0022b05cce1d3mr1919353wrf.142.1664453359585; Thu, 29 Sep 2022 05:09:19 -0700 (PDT) Received: from gojira.dev.6wind.com ([185.13.181.2]) by smtp.gmail.com with ESMTPSA id n14-20020a5d420e000000b0022cc895cc11sm3798999wrq.104.2022.09.29.05.09.18 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 29 Sep 2022 05:09:19 -0700 (PDT) From: Olivier Matz To: dev@dpdk.org Cc: Qiming Yang , Wenjun Wu , Qi Zhang , Wei Zhao , stable@dpdk.org Subject: [PATCH 0/2] net/ixgbe: fixes related to promiscuous mode in VFs Date: Thu, 29 Sep 2022 14:08:59 +0200 Message-Id: <20220929120901.639-1-olivier.matz@6wind.com> X-Mailer: git-send-email 2.30.2 MIME-Version: 1.0 X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org These 2 patches have been submitted and accepted to the kernel (see links in the patches). They also apply smoothly to DPDK, however I didn't have the opportunity to test them with a PF managed by DPDK. Given this is exactly the same code, I think it could be applied anyway. Olivier Matz (2): net/ixgbe: fix bcast packets Rx on VF after promisc removal net/ixgbe: fix unexpected VLAN Rx in promisc mode on VF drivers/net/ixgbe/ixgbe_pf.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Acked-by: Wenjun Wu