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 65069A0560 for ; Mon, 17 Oct 2022 17:02:06 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 5A270410EC; Mon, 17 Oct 2022 17:02:06 +0200 (CEST) Received: from mail-pl1-f177.google.com (mail-pl1-f177.google.com [209.85.214.177]) by mails.dpdk.org (Postfix) with ESMTP id 07627410DC for ; Mon, 17 Oct 2022 17:02:05 +0200 (CEST) Received: by mail-pl1-f177.google.com with SMTP id h2so3661973plb.2 for ; Mon, 17 Oct 2022 08:02:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=networkplumber-org.20210112.gappssmtp.com; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:subject:cc:to:from:date:from:to:cc:subject:date :message-id:reply-to; bh=t3CkWUIWQXSI1TZ6lohWqlALIVd1nP4CtqjQ07VeN10=; b=Z9VSFVFI8N7txTuJIh2DVgwt1cYIpjP2XPTGbVn/tDj65gp5DEZyqrXMh3ytG5pXl/ dE50jGJxLPPbexBxn/zzONT2cD8ksAoL2loxFWPuOSx3+A1O8w14PJmfrsRGFC2qKih4 8RqWYjy809ewvrrfQDb3HYhvCvi11K3L+DwiJjddbybUTPkLmjtyTKbDtGrj1NbzEVcp PPKINtEAzmjtug/S/p5W42l65dfzr0CINhnckGcFndTA1mEnYdnnUBHwrkCjDiyI1rK3 RnQvtrKnkQbq/ZnQHkPtzHTPpNXqb2+ksc8a0hRzhquSgkPhvW40gSgOVYae6vkEuVfA NVHg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:subject:cc:to:from:date:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=t3CkWUIWQXSI1TZ6lohWqlALIVd1nP4CtqjQ07VeN10=; b=APhJwLeK+YbP5GbQAfEJCwsIisC9x7clhSpULG/B0lPG63aBWt/4nmrswJVL0qm4C0 1iPzpGT8/D6u/HedPeq31EsHU99nEn99DxPba63IvPjqMMSJjb0cuX/nZBBIRTY10vN5 9cbHZTxK8K8QyYeoREozQI29YBc/UVT4I7TmkDq9aZ839lRqyCqwH0e4Y3IKAvh0YLqf bju88XG2eOciucQ2m0wJI4jojVIHfPKGT+7oarqYr2H8FPDtMVeN3X8wX0TFI+Thbg8W oCxO2NF1Ksl3HBioT3OyC0BrsmlAl6wUAC8TIfLpX9TomcMPFaRwfIU7ipBUseM3EPdW 20tA== X-Gm-Message-State: ACrzQf2aku5dfCI5A9F9MQgJ2DUyWh32HUyqJg/kJpa4I5rL7oSs6ZtE ej1Lrwo+pquR3E16P6Ued10oIXvFBZEn6w== X-Google-Smtp-Source: AMsMyM7UYjdczD+uh3TNeSTnNl4sLrulufZU2MmrdCfKbiYNSwgQCdRFCTf7c5qSfhpFsH2uo8Zz8w== X-Received: by 2002:a17:902:e5d1:b0:183:6e51:4ff with SMTP id u17-20020a170902e5d100b001836e5104ffmr12216776plf.151.1666018924195; Mon, 17 Oct 2022 08:02:04 -0700 (PDT) Received: from hermes.local (204-195-120-218.wavecable.com. [204.195.120.218]) by smtp.gmail.com with ESMTPSA id n123-20020a622781000000b0053b723a74f7sm7402721pfn.90.2022.10.17.08.02.02 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 17 Oct 2022 08:02:03 -0700 (PDT) Date: Mon, 17 Oct 2022 08:01:59 -0700 From: Stephen Hemminger To: Dattu Gundu Cc: "users@dpdk.org" Subject: Re: [External] : Re: qdisc errors on Azure VM (TAP Config) Message-ID: <20221017080159.6b212bac@hermes.local> In-Reply-To: References: <20221006093130.544efb26@hermes.local> <20221010075632.7232d30c@hermes.local> <20221012101101.42ad58b4@hermes.local> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: users@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK usage discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: users-bounces@dpdk.org On Mon, 17 Oct 2022 09:13:51 +0000 Dattu Gundu wrote: > Hi Stephen, > > As Microsoft recommended in the below link to use the failsafe PMD in the AZURE. > ----------------------------------------------------------------------------------------------------------------- > https://learn.microsoft.com/en-us/azure/virtual-network/setup-dpdk#failsafe-pmd > So, we are using the failsafe/tap/vdev_netvsc in AZURE cloud VM's. Unfortunately, changing that documentation is hard and will take some time.