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 655F0A0350; Fri, 8 May 2020 16:54:19 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 0493E1DA21; Fri, 8 May 2020 16:54:19 +0200 (CEST) Received: from mail-pf1-f196.google.com (mail-pf1-f196.google.com [209.85.210.196]) by dpdk.org (Postfix) with ESMTP id 1A88F1DA1C for ; Fri, 8 May 2020 16:54:17 +0200 (CEST) Received: by mail-pf1-f196.google.com with SMTP id 145so1024325pfw.13 for ; Fri, 08 May 2020 07:54:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=networkplumber-org.20150623.gappssmtp.com; s=20150623; h=date:from:to:cc:subject:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=X7K4bD7B3DuShpPAcpapsWt9eJpLtV/CO7YGmKzj3JM=; b=iN+vOU5Y6YN4tXOe1KOlu4Z5egdw+bPNZgqTyBosTZlbMM/FxXQlzMYNtElLbFC51t xCFxRUiptqhbEMF4orw/4dzRXaqPFF0pvh3pO4q++fDzblzU5dCgB58nbG+XTHKIsep9 LnHKERW8pkbiqJ8deYqkWJ3ph7+aEptN6RdQieo4NMboKdEJ+dQvFKA59OlywbwtcA/r LpD6xaXiIrM0TSgVYktj176aP2esJdnEGv+UbrfBuaHnRYvh/B+/5tf2SCwxX+fD2169 6xS9+lAuV+d6XLL7Ess6DjLPKuOF08VvW22bE3TEtrNrH5nx5ivAcMmSsj0yjMrNdd4U Rtwg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=X7K4bD7B3DuShpPAcpapsWt9eJpLtV/CO7YGmKzj3JM=; b=Xhsbcj38l5i8hCQ2fiU8J1CqxWu1d23TbYt+bZgO8l3i8KqF5UFBxS5+BI8w+Di0fe cMZm4hwASdprSBFLr9v4YNeTRSo8Cp53ptA4j3VNSF4esES89dG2y/GG+jw20OOrYd1z tKZjnuFfrKWVYY3qndb0tlYOsNeVLBOk40cnQNrxWsKGuYjG6+pq8nv4KMlnCqYxnsjq XTfrSmEJkB7aFnaMReMn247Rf47s84rCu07NoDN25GiQ0ky/ZDgpLCHbHotjiap5RdgR ZaMkBkh+3zwWct9YLLJUJ8UPoHqhFKf++Xc7F8YqzdRg8s56l5CCjSedH3cg2mHpXvM1 hgyA== X-Gm-Message-State: AGi0PuaCgEyURBW2ceGaLtzhG4zfMyUjSqxTbc7Azm7tjf/O1e9HCezs q+tfe3pQMz1gjsNWy0RhTA8anw== X-Google-Smtp-Source: APiQypKdh7wEVuimE8/5eMFRvco6W0mutHICQf/ZJm14a/w8CwL39nYXTS0Xo/y7/7cHzWbdXPV6fA== X-Received: by 2002:a62:7b51:: with SMTP id w78mr3352536pfc.300.1588949654491; Fri, 08 May 2020 07:54:14 -0700 (PDT) Received: from hermes.lan (204-195-22-127.wavecable.com. [204.195.22.127]) by smtp.gmail.com with ESMTPSA id y6sm2589314pjw.15.2020.05.08.07.54.13 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 08 May 2020 07:54:14 -0700 (PDT) Date: Fri, 8 May 2020 07:54:06 -0700 From: Stephen Hemminger To: Xiaolong Ye Cc: John McNamara , Marko Kovacevic , dev@dpdk.org, thomas@monjalon.net, jingjing.wu@intel.com Message-ID: <20200508075406.6295531e@hermes.lan> In-Reply-To: <20200508084823.21795-1-xiaolong.ye@intel.com> References: <20200429022916.8871-1-xiaolong.ye@intel.com> <20200508084823.21795-1-xiaolong.ye@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH v2] doc: remove Intel PMD examples in flow bifurcation guide X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Fri, 8 May 2020 16:48:23 +0800 Xiaolong Ye wrote: > Now this feature is no longer supported by kernel side, (i40e kernel > driver doesn't support it from v2.3.2 and ixgbe kernel driver isn't > guaranteed to support this feature as well in the future), so remove the > Intel PMD examples to avoid confusion. > > Signed-off-by: Xiaolong Ye Acked-by: Stephen Hemminger