From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 0C6F7A2EFC for ; Wed, 18 Sep 2019 16:51:18 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id AB5AF1D178; Wed, 18 Sep 2019 16:51:17 +0200 (CEST) Received: from userp2130.oracle.com (userp2130.oracle.com [156.151.31.86]) by dpdk.org (Postfix) with ESMTP id 1DFBA1D177 for ; Wed, 18 Sep 2019 16:51:15 +0200 (CEST) Received: from pps.filterd (userp2130.oracle.com [127.0.0.1]) by userp2130.oracle.com (8.16.0.27/8.16.0.27) with SMTP id x8IEmXFa137205 for ; Wed, 18 Sep 2019 14:51:14 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=oracle.com; h=mime-version : message-id : date : from : sender : to : subject : content-type; s=corp-2019-08-05; bh=1EWDpR8VSWXR1lYM8Is9It+2IRcdpyjizocv9pyshl4=; b=Cyxb0aLBWbRv2vmtRXMRLNd5WWLtuFoJaR0CbbWIoJgRDGwbNthDQrB1xbL9tOOiNO/+ hPMn0rLiekxFWGJQJ6Uh9BFvRS+n/2QENbIklWttSSfc5dbtNjA6h0qBZTikBzAC76dU YbU0PzDZRI/4HE4jrt1QH1wBH6zsORZvTDw3v1jZQXxYUPWUCf0yNIzuSWydW/fV4Tof jlkX5oau8aXlV5lc7UkYaAXgEYfUWNtSNQcvDUXAGILFeA3S8ai6DGZ2/IWkyu5FQHqb d4iWCeXKmtPtmjREjlYK1gmPwbE43+tN/N5D0e0RpeL0NpIAzv0TUDWlclY9sDF6w1xb vg== Received: from userp3020.oracle.com (userp3020.oracle.com [156.151.31.79]) by userp2130.oracle.com with ESMTP id 2v385dvcr6-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK) for ; Wed, 18 Sep 2019 14:51:14 +0000 Received: from pps.filterd (userp3020.oracle.com [127.0.0.1]) by userp3020.oracle.com (8.16.0.27/8.16.0.27) with SMTP id x8IEmUVL143601 for ; Wed, 18 Sep 2019 14:51:14 GMT Received: from userv0122.oracle.com (userv0122.oracle.com [156.151.31.75]) by userp3020.oracle.com with ESMTP id 2v37majkqb-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK) for ; Wed, 18 Sep 2019 14:51:13 +0000 Received: from abhmp0005.oracle.com (abhmp0005.oracle.com [141.146.116.11]) by userv0122.oracle.com (8.14.4/8.14.4) with ESMTP id x8IEpD1q001034 for ; Wed, 18 Sep 2019 14:51:13 GMT MIME-Version: 1.0 Message-ID: Date: Wed, 18 Sep 2019 07:51:11 -0700 (PDT) From: Iain Barker To: users@dpdk.org X-Priority: 3 X-Mailer: Oracle Beehive Extensions for Outlook 2.0.1.9.1 (1003210) [OL 16.0.9126.2275 (x86)] X-Proofpoint-Virus-Version: vendor=nai engine=6000 definitions=9384 signatures=668685 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 suspectscore=1 malwarescore=0 phishscore=0 bulkscore=0 spamscore=0 mlxscore=0 mlxlogscore=657 adultscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1908290000 definitions=main-1909180147 X-Proofpoint-Virus-Version: vendor=nai engine=6000 definitions=9384 signatures=668685 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 priorityscore=1501 malwarescore=0 suspectscore=1 phishscore=0 bulkscore=0 spamscore=0 clxscore=1011 lowpriorityscore=0 mlxscore=0 impostorscore=0 mlxlogscore=736 adultscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1908290000 definitions=main-1909180147 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Subject: [dpdk-users] VMware i40en SR-IOV VLAN X-BeenThere: users@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK usage discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: users-bounces@dpdk.org Sender: "users" Does anyone use DPDK with VLAN on SR-IOV VF for i40en NIC driver under VMwa= re ? It seems new 'security' in the Intel i40en driver broke the ability for DPD= K to set VLAN filters for SR-IOV. Specifically, the VF has to be manually set as 'trusted mode' via a CLI com= mand to allow more than 8 VLAN filters to be added on a VF with DEV_RX_OFFL= OAD_VLAN_FILTER set using rte_eth_dev_vlan_filter. Anyone had similar experience / workaround possible?