From patchwork Fri Aug 11 13:32:14 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Igor de Paula X-Patchwork-Id: 130166 X-Patchwork-Delegate: ferruh.yigit@amd.com 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 4498443034; Fri, 11 Aug 2023 15:32:35 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 33A664323A; Fri, 11 Aug 2023 15:32:35 +0200 (CEST) Received: from mail-lf1-f48.google.com (mail-lf1-f48.google.com [209.85.167.48]) by mails.dpdk.org (Postfix) with ESMTP id A3F3B40E03 for ; Fri, 11 Aug 2023 15:32:33 +0200 (CEST) Received: by mail-lf1-f48.google.com with SMTP id 2adb3069b0e04-4fe15bfb1adso3230587e87.0 for ; Fri, 11 Aug 2023 06:32:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20221208; t=1691760753; x=1692365553; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:from:to:cc:subject:date:message-id:reply-to; bh=LQvWQaCI70Y8ezonRpCobqA1YVDnzte+lxm1PVwwbA0=; b=pfr0Bm18tjlVZ+mtheJgCIVJ0F+5V3zeR3G0+I3Q1LNoKd33TV+Mi6D51a/pxPTqxQ Oxp6S6iYz/1MYbBm8bmUxUrFBlpnRkelf11N1z1daIE9bwIbrKS3xhakbvNcAGefJjyU DetzcMnI1/wz9CXUSV9yl4BPZrLEShOhgPifCSGJ/nFSTVRwWQzOf2sV6SIz/N4haACT Wg8f3bxqmgKzqv2/rHVM0wKYA6dQMfvyb2mopmATpVltSVLPC2MsAccOnCnT0qRf55vm +6i5IFldjLVNPNO5JY2ZoAUMus76H+2ENdzHkmQJHbZ7Icb4/LHX6kIuthGZZj+cYgNR ij7A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1691760753; x=1692365553; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=LQvWQaCI70Y8ezonRpCobqA1YVDnzte+lxm1PVwwbA0=; b=V1r4OpIioZaQlyr9KFT2uSUi38F+eoSdKgqiIO+XwwGmJ+wCZzH24yBLGBcunn6iWo AXxLb3ioGq/idg0EApt1qdbmDM7dwXk616Zt1A82eut7ooFyx2VA0JSjwBO+NWZb1Gf3 RSQ+/oaXV4fjhzU92nkNMCgJj1U9ID9aGmI3GsyUxloz8m/OoANta5GOCFFoci1SAmUW EuoslDirLgpPJs/45PwrSbbuV5tjBuTH7LdcxqfFMIKA4w/icx0VHPYxXAHUfZr8d+7I 2vDG4mOvbcaEXCTMYiV8aBOPsuAJRx/YoV4TkFsIRpEskkELzG8SrFCV5D75xZEAfE/r Eckw== X-Gm-Message-State: AOJu0Yx5O6tgiTt2+goR2IX/hvPaO2qyHFFF4SlIOH0OoOipTLst6Jbv ds8KbDXqte18g/qmOEXJpkI7aE07NHkhHHAH X-Google-Smtp-Source: AGHT+IFm9HCYI26HZE6bL1Te3wPV9k+BZNtMaR/PS9/5b+zsT+0OpyxhyeSdNwHKZGTZCuxH8RkAtw== X-Received: by 2002:a19:7b12:0:b0:4f8:7614:48a5 with SMTP id w18-20020a197b12000000b004f8761448a5mr1064275lfc.66.1691760752772; Fri, 11 Aug 2023 06:32:32 -0700 (PDT) Received: from CA5012.CALNEXSOLUTIONS.local ([147.235.36.126]) by smtp.gmail.com with ESMTPSA id m24-20020aa7c498000000b00521953ce6e0sm2058655edq.93.2023.08.11.06.32.31 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 11 Aug 2023 06:32:32 -0700 (PDT) From: Igor de Paula To: jbehrens@vmware.com Cc: dev@dpdk.org, Igor de Paula Subject: [PATCH] doc: add note about VMXNET3 on AMD with ESXI Date: Fri, 11 Aug 2023 16:32:14 +0300 Message-Id: <20230811133214.4843-1-igordptx@gmail.com> X-Mailer: git-send-email 2.34.1 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 --- .mailmap | 1 + doc/guides/nics/vmxnet3.rst | 2 ++ 2 files changed, 3 insertions(+) diff --git a/.mailmap b/.mailmap index 864d33ee46..d408f11a97 100644 --- a/.mailmap +++ b/.mailmap @@ -1638,3 +1638,4 @@ Ziye Yang Zoltan Kiss Zorik Machulsky Zyta Szpak +Igor de Paula \ No newline at end of file diff --git a/doc/guides/nics/vmxnet3.rst b/doc/guides/nics/vmxnet3.rst index db242cd642..3f498b905d 100644 --- a/doc/guides/nics/vmxnet3.rst +++ b/doc/guides/nics/vmxnet3.rst @@ -100,6 +100,8 @@ There are several options available for filtering packets at VMXNET3 device leve * Multicast with Multicast Filter table is not supported. + * IOVA as VA on AMD hosts is supported from ESXi 7.0 U1 onwards. + Prerequisites -------------