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 7E9E0A04FD; Mon, 3 Oct 2022 18:47:20 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 5CB9240DFB; Mon, 3 Oct 2022 18:47:20 +0200 (CEST) Received: from mail-pl1-f170.google.com (mail-pl1-f170.google.com [209.85.214.170]) by mails.dpdk.org (Postfix) with ESMTP id 5A6D240695 for ; Mon, 3 Oct 2022 18:47:19 +0200 (CEST) Received: by mail-pl1-f170.google.com with SMTP id x1so10186104plv.5 for ; Mon, 03 Oct 2022 09:47:19 -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; bh=IfeHw+PoioNf1vPJcrK295i1oUY/4oqbBc3zTMZrQ8M=; b=11VwNHSUELX0Rcyo5uIb8QSjU5O+qQojuSP8wgJCYLjzqW1NzCiVMA5jqCYDA4zm94 QTY/OmiGl6986TvxK0G7/Ndz/nDnotUZToVOnWzVYSQW6n0Jxx8e678P3jhu46T5s+KP AWYYTNpopR9DlBLAsJYb4flm3T1pA97qcPkHoBbkB7tMqC5aZTos/gT5F623sYUSI5ez d3IW9IaACLMpwbCTwM+TcQP3Y35RSVb9w3xgrtXtpF6xzl+2HLDJ9syaqNnGeKoErqs8 puJUmRg0S19GQ/uCdJHhO1GxIHyymon7KbJPx2lQpQ7RsQ0jIBgK/wvmNwOGR5EWXGRG yRsw== 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; bh=IfeHw+PoioNf1vPJcrK295i1oUY/4oqbBc3zTMZrQ8M=; b=4UIclr2NIHbVYqVPsC3ygs+27tr60EKmMOP4VFvCMizS9XoksviFOhS+/SRnyYZy2x RjZNpsSEUW8+SCWCUFnK2xGPar84TvZ1SvuhSGHAv0C7NpudCApfKeoXbvS2s2NXVN3Z nBoDLxzpPv8IZ/lBJTlldknVbxxcO7S6uijwur1oCbkEfbunjcJVxvlLkTGiLN9piwW/ +zROwMrXb4SfAJ0ryrDQg4RdlxqTzJx+510opMFVh322sfUsQukT0msW5FCJFqoX+zPT waZmBvS6WHazgAFKwsDE2i7EdK3YYlBkXtOKbZmHQgxnXk3eMWi7f2UpmhyxxtSEFfO3 r58w== X-Gm-Message-State: ACrzQf2ARNT+VADEHbgZu+hil9ZuNg420Sq9zO2bOoI7gLpyxP3RJ4vZ ntC4qGaceqWVVJg5t0vP0ETr2w== X-Google-Smtp-Source: AMsMyM76TBOutKnp9Xr2X7Lyyua29x7OLIdJ8vP/IaL+BorhDsB9r8z6y8UB1RnWGOluqQBmjynLPA== X-Received: by 2002:a17:902:e883:b0:17f:5e7f:2bcf with SMTP id w3-20020a170902e88300b0017f5e7f2bcfmr5432851plg.160.1664815638386; Mon, 03 Oct 2022 09:47:18 -0700 (PDT) Received: from hermes.local (204-195-120-218.wavecable.com. [204.195.120.218]) by smtp.gmail.com with ESMTPSA id q14-20020a170902a3ce00b001782751833bsm7391830plb.223.2022.10.03.09.47.17 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 03 Oct 2022 09:47:18 -0700 (PDT) Date: Mon, 3 Oct 2022 09:47:15 -0700 From: Stephen Hemminger To: Thomas Monjalon Cc: Bruce Richardson , dev@dpdk.org Subject: Re: [PATCH v2] examples/kni: remove deprecated kni example Message-ID: <20221003094715.4d4a8afa@hermes.local> In-Reply-To: <18499254.jiFIW2sfyF@thomas> References: <20220920151453.374127-1-bruce.richardson@intel.com> <20220920155156.480170-1-bruce.richardson@intel.com> <18499254.jiFIW2sfyF@thomas> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit 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 On Mon, 03 Oct 2022 18:11:08 +0200 Thomas Monjalon wrote: > 20/09/2022 17:51, Bruce Richardson: > > As part of the agreed process for deprecating KNI in DPDK, the example > > app is scheduled for removal as part of the 22.11 release. > > > > Signed-off-by: Bruce Richardson > > --- > > V2: Correct old release note links to KNI guide by referencing older doc > > Acked-by: Stephen Hemminger > Acked-by: Thomas Monjalon > > Applied, thanks. What about many of the other places that refer or use KNI? The packet framework, port library and ip_pipeline all have kni hooks.