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 A620CA00C2; Fri, 1 Jul 2022 10:18:50 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 8B29A4069D; Fri, 1 Jul 2022 10:18:50 +0200 (CEST) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by mails.dpdk.org (Postfix) with ESMTP id 4116540150 for ; Fri, 1 Jul 2022 10:18:49 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1656663528; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=W+lom0EkidOOjlOLoB+4wgCTK0JUjcVWxelicdejhKc=; b=CG8AwNJceSPs34DJIPjWfTji0SYUNMEtrVxHVLFOO/uXKxRnw+WGGUSjd0T0QdYH/cqCbH B1SZpsv77dOkUaHaUu/zHnOymqB2fmldYF3QFAuNv7jzpo+pRYAxPc09lhamz4RBxqlzvi NlhxGejbGkuAXW33oJNSWUqE1WbK9g0= Received: from mail-lf1-f71.google.com (mail-lf1-f71.google.com [209.85.167.71]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-646-prD4eOo_PGOU9fg5r-2Csw-1; Fri, 01 Jul 2022 04:18:47 -0400 X-MC-Unique: prD4eOo_PGOU9fg5r-2Csw-1 Received: by mail-lf1-f71.google.com with SMTP id bi38-20020a0565120ea600b0047f640eaee0so812421lfb.4 for ; Fri, 01 Jul 2022 01:18:47 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=W+lom0EkidOOjlOLoB+4wgCTK0JUjcVWxelicdejhKc=; b=ZhOstIo+XPELZv0AwmwalJ6GOgHFgfYYWnqpxqp0MsWqtI1pGsp7kzKo2iyg+dKIWZ 0cRITBJ0OSRlBlWf7WECkpiIKGoaztpfKB0Gh9CGkG4F8sY/UXCdrWFHolNt34xakEHg 9HGse44pRScKDT9jSsQho/9XaBqpCfNa8DCvk8t+dcYZR5TckH+i/46XIeKSZEgtUYRx 9j7H8v3ceit88vnPe5XFCcfYCfI3hlVLpSvGKPHZ+JHFvkmXOBDqSC69I+GQImlE1HXK M+dAQkT4Od5/fVI1Fi/glFkjfHe8rYaDmn2Bjulnv8ny4UX93dD3ahcsh6TFjFnqNIYN RX6w== X-Gm-Message-State: AJIora+hqbQ+FcZCNESw2Ao4Y5E5tXK18tvokrtoztVNOupsb2ggqD7e Ol4jcMfBDyTzkeCU6ksywHANCWjVCcTwAZVieVBDPDIGYe7YrqYIJv1AcdR0Z9bFUJhcNbg7kRy zx+iWWWSAWeQQAcVTgOY= X-Received: by 2002:a05:6512:3c8e:b0:47f:b6fa:8da1 with SMTP id h14-20020a0565123c8e00b0047fb6fa8da1mr9385652lfv.553.1656663525816; Fri, 01 Jul 2022 01:18:45 -0700 (PDT) X-Google-Smtp-Source: AGRyM1sR7LGgBVSh9w403G6H7bnVSs4xxJBZPRKwL2zzRlaLTkbVlwdSpQWk84+c3vdm32yAtcX/vACrgW52sZ9edb0= X-Received: by 2002:a05:6512:3c8e:b0:47f:b6fa:8da1 with SMTP id h14-20020a0565123c8e00b0047fb6fa8da1mr9385643lfv.553.1656663525611; Fri, 01 Jul 2022 01:18:45 -0700 (PDT) MIME-Version: 1.0 References: <20220630165031.79183-1-bruce.richardson@intel.com> In-Reply-To: <20220630165031.79183-1-bruce.richardson@intel.com> From: David Marchand Date: Fri, 1 Jul 2022 10:18:34 +0200 Message-ID: Subject: Re: [PATCH] doc: add deprecation notice for kni example To: Bruce Richardson Cc: dev Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=dmarchan@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset="UTF-8" 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 Thu, Jun 30, 2022 at 6:50 PM Bruce Richardson wrote: > > As agreed by DPDK Technical Board, the KNI example app is due to be > removed from the repository to discourage use in future projects, given > that better alternatives exist. > > Signed-off-by: Bruce Richardson Acked-by: David Marchand -- David Marchand