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 15C8D43255; Tue, 31 Oct 2023 21:02:26 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id A2FB340294; Tue, 31 Oct 2023 21:02:25 +0100 (CET) Received: from mail-oi1-f182.google.com (mail-oi1-f182.google.com [209.85.167.182]) by mails.dpdk.org (Postfix) with ESMTP id 2F40040285 for ; Tue, 31 Oct 2023 21:02:24 +0100 (CET) Received: by mail-oi1-f182.google.com with SMTP id 5614622812f47-3b2f5aed39cso3673530b6e.1 for ; Tue, 31 Oct 2023 13:02:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=networkplumber-org.20230601.gappssmtp.com; s=20230601; t=1698782543; x=1699387343; darn=dpdk.org; 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=MedcEb9UslQY3S4CTVZPXq0md6N1ZGeVnozU2pG8sgc=; b=qyoMSoI4bbJk2kAYt7ZljDJgTZeweFSoXfkNO+DkcmewK3a+/8Xja9lp3DmRfHeKbJ 2hIpBBVYS7wGoRrsP+qpJmwhR7O7k3O+4qK82fhHPajLcfuYsKl81vEhDwK30Jyzzzcj CekP9pPYbyJt+vauKb+CIiiXUGJ+ZV9aMOBEIpvP+mZzcvQDZQiXZPtYjd8J2DutDgaf 1LcF/3vIeZKPOn4iYs2jZ6r0iFpBaA5YhtpUFm7cpfMlhz4Jd6HIujjV/9ChpJWfAFRx k3Q0j3I1XDK5oiLvlZM9l8UlMbhyvyAIu+uQD5VCDczHl7k6pO+fwu+mRb9bQ4MkrA0N HGHQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1698782543; x=1699387343; 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=MedcEb9UslQY3S4CTVZPXq0md6N1ZGeVnozU2pG8sgc=; b=vFi2TddAiQXDU9pVnuykCSG9lGQvXguBU+d+pTtJj22/ayecSVdPHjdkntej7hqqhV or12fDYOWQAc3NsX+pTQQxoQNuqNlsTE/gopPuykwS4o5ZnBnDrgRtcmS2qFM77RnnDu y5gsuH1i3LghYLg5y8OBTqGCMFOUL99Oi4GVJe/TbaWGAsdq8hDGL+svuTty0FVtmYNT TxuV3S2mHQ8szdpHrJ3mx2WUlzRB3yQvup2r4Ynz3gqWoPhXC0JfZOhmkeHJNgmyecO/ nmGVa8twBjfAY+IElBTpxDTjdDR/KU1nEZVeMirJjEsUdBysVScHyewGF4sJIQKGxd+V APCA== X-Gm-Message-State: AOJu0YxYWDxHpGHQDjKW0/ZgmjO2YHgcxpAlvjRKVl5Uf1jxNboQHJFa qvA31/5cqdWFeEBh1g0IeXqiAQ== X-Google-Smtp-Source: AGHT+IEAMLERcODlYOz5HO5/wbmR9zXKluWnAKobLDQO93yqbOn1kuXxnwNgkRtCgzvsfTPYyGBQ+Q== X-Received: by 2002:a05:6808:16a9:b0:3ae:a81:55a9 with SMTP id bb41-20020a05680816a900b003ae0a8155a9mr16808256oib.24.1698782543270; Tue, 31 Oct 2023 13:02:23 -0700 (PDT) Received: from fedora ([38.142.2.14]) by smtp.gmail.com with ESMTPSA id g21-20020aa78755000000b0068620bee456sm21789pfo.209.2023.10.31.13.02.22 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 31 Oct 2023 13:02:22 -0700 (PDT) Date: Tue, 31 Oct 2023 13:02:18 -0700 From: Stephen Hemminger To: Jerin Jacob Cc: Hemant Agrawal , thomas@monjalon.net, dev@dpdk.org Subject: Re: [v2 1/2] doc: add policy for adding vendor PMD specific examples Message-ID: <20231031130218.025edff8@fedora> In-Reply-To: References: <20210526074712.9270-1-hemant.agrawal@nxp.com> <20230705095626.31177-1-hemant.agrawal@nxp.com> X-Mailer: Claws Mail 4.1.1 (GTK 3.24.38; x86_64-redhat-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable 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, 6 Jul 2023 10:30:14 +0530 Jerin Jacob wrote: > From: Jerin Jacob > To: Hemant Agrawal > Cc: thomas@monjalon.net, dev@dpdk.org, stephen@networkplumber.org > Subject: Re: [v2 1/2] doc: add policy for adding vendor PMD specific exam= ples > Date: Thu, 6 Jul 2023 10:30:14 +0530 >=20 > On Wed, Jul 5, 2023 at 3:26=E2=80=AFPM Hemant Agrawal wrote: > > > > This patch update the dpdk sample app policy to support > > vendor PMD specific test examples in the respective drivers > > sub-directory in examples. > > > > Signed-off-by: Hemant Agrawal > > Acked-by: Jerin Jacob > > --- > > doc/guides/sample_app_ug/intro.rst | 12 ++++++++++++ =20 >=20 >=20 > Policy docs are getting added to contributors section. Please move to tha= t area. > Example: http://patches.dpdk.org/project/dpdk/patch/20230518132139.135023= 4-1-jerinj@marvell.com/ This particular patch is not so much about policy for future devices. Instead, it looks like help for the user to tell them that not all examples= will work on their hardware.