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 73908A0545; Wed, 25 Nov 2020 14:00:31 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 6E640C952; Wed, 25 Nov 2020 14:00:29 +0100 (CET) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [63.128.21.124]) by dpdk.org (Postfix) with ESMTP id C7436C94E for ; Wed, 25 Nov 2020 14:00:26 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1606309225; 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=nsGGDArRwC5GqClXAZbbXMD7jorJ92vpeP8g2VmpGRM=; b=bIUCI1xr4qdiQ26xdj90AS+u56IDUTJ7hK15suAyhl9bx6B3+URk0uEgMV3zsxagFqzX+K l6nPc5hIUlku74UgT9Xpxr5rU2zdKC8xwxXs8BrJpsqPIpOtT/Ra/yXlHPYQ9H0TWi/mFz 6KY6VA/JfahcrgHU9pk4gtWa3UusYAE= Received: from mail-vs1-f71.google.com (mail-vs1-f71.google.com [209.85.217.71]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-288-SQmWuep4Pfmx2TvNBKTx6w-1; Wed, 25 Nov 2020 08:00:23 -0500 X-MC-Unique: SQmWuep4Pfmx2TvNBKTx6w-1 Received: by mail-vs1-f71.google.com with SMTP id t18so344128vst.3 for ; Wed, 25 Nov 2020 05:00:23 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=nsGGDArRwC5GqClXAZbbXMD7jorJ92vpeP8g2VmpGRM=; b=DgTLtX+qDX+pS24pK28Rkc+eWQDjjjuPpP59dTQm5LHkpwIDTtEE+wIQF+3mcm/gDG N9bDro4Zu6t0VkqXRYfA02i1oB3EpGnfEleYVchLdsMLe3PAN1ecjjWCI4sQTw5C1lgZ Y1y5tX+VbgS+HVvvU6Oqj42c32eZ1KV77aSJGVaq5PGpMP/e6mxU8vunhmWHKOxRbbNw kl4IaEXEtNdfVhee1/qNnm/q74Bphu+W8AcyhEf+qzdhNhzUh4CLBvxjY/UCpCR1ARHa p8T8rJz7ikAQuhPumBNGmsnnEx7H1bThY+vY6551ZMXQllMnBG8t23Q0xe641++UWd5a 9uUg== X-Gm-Message-State: AOAM532+6mDli2vIF/rGwfn41Uh+e3Dz5JkUza2Pda55GZiO6seckd4B 43riMRL+MU9w/zGj902JqpmU2rPEPZCpEVurGCtf+uqbfoZwUF56jatGxKn7OvLGCWp6nn/Qdhq q5LByoCUNqpeGzrEwRtI= X-Received: by 2002:ab0:648:: with SMTP id f66mr1434675uaf.126.1606309223173; Wed, 25 Nov 2020 05:00:23 -0800 (PST) X-Google-Smtp-Source: ABdhPJz3O+nleB6/Pd+QEZZz/LmFVh5UUUF5B7StiTWO409lsX1Y3Cf5uciSc/DQXhfVVEwznFUeunDC86Noyq2aSPw= X-Received: by 2002:ab0:648:: with SMTP id f66mr1434663uaf.126.1606309222914; Wed, 25 Nov 2020 05:00:22 -0800 (PST) MIME-Version: 1.0 References: <20201123174227.11920-1-cristian.dumitrescu@intel.com> <20201123174925.12046-1-cristian.dumitrescu@intel.com> In-Reply-To: <20201123174925.12046-1-cristian.dumitrescu@intel.com> From: David Marchand Date: Wed, 25 Nov 2020 14:00:11 +0100 Message-ID: To: Cristian Dumitrescu 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" Subject: Re: [dpdk-dev] [PATCH V2] doc: add pipeline example to user 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 Mon, Nov 23, 2020 at 6:49 PM Cristian Dumitrescu wrote: > diff --git a/doc/guides/sample_app_ug/pipeline.rst b/doc/guides/sample_app_ug/pipeline.rst > new file mode 100644 > index 000000000..9b52d8a22 > --- /dev/null > +++ b/doc/guides/sample_app_ug/pipeline.rst > @@ -0,0 +1,118 @@ > +.. SPDX-License-Identifier: BSD-3-Clause > + Copyright(c) 2015-2018 Intel Corporation. Should it be 2020? I can fix while applying. Thanks. -- David Marchand