From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id DA8F9A00C5 for ; 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 CB8BB41156; Thu, 29 Sep 2022 14:09:21 +0200 (CEST) Received: from mail-wr1-f50.google.com (mail-wr1-f50.google.com [209.85.221.50]) by mails.dpdk.org (Postfix) with ESMTP id D301F40694 for ; Thu, 29 Sep 2022 14:09:19 +0200 (CEST) Received: by mail-wr1-f50.google.com with SMTP id x15so1370210wrv.1 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=jB6C7cKIjw/TulNCmUlHS9t5dvtT8wSQqBSleJvv8SMnJRvXugjtEpENkpuwNzykU7 lHuWSl/dJ7F5ptTkV8HY4cfxXy+INPS6jns68Dlaz15HVeuOK1X4VZMwxcc44XOJ8OAr Q/Cc8ccHICu4Fo9iIOpCkizcFCMLeQt0ZeBiufP7HrywdzkGNJa/qkGlsisl3tOlQgRb 2Y1iAlJjsq8KlhEawDFhWe4gzJ1olr3kM+7aekB4Ew02S3bP/ar5j2ZRjGd0kzG+qvb6 ea6UhsizgQLQvu63pxmUvUeVyVsny1VO6CFL5qpn6NE1Q/sJdb+sIstYKaCJtuR+aZnw jpKQ== X-Gm-Message-State: ACrzQf0QWg0Y3eswbJgyf0k8dSjHLxD7WKTLJ8p3ficja0Tkavf3dTFk Qn3xqc4zxvA1uyWwujhcP47a1g== 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 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: stable-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(-) -- 2.30.2