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 DD52545B3A; Mon, 14 Oct 2024 18:47:41 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 6DB73402E3; Mon, 14 Oct 2024 18:47:41 +0200 (CEST) Received: from mail-pf1-f180.google.com (mail-pf1-f180.google.com [209.85.210.180]) by mails.dpdk.org (Postfix) with ESMTP id 040714026C for ; Mon, 14 Oct 2024 18:47:40 +0200 (CEST) Received: by mail-pf1-f180.google.com with SMTP id d2e1a72fcca58-71e6f1a5a19so478343b3a.3 for ; Mon, 14 Oct 2024 09:47:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=networkplumber-org.20230601.gappssmtp.com; s=20230601; t=1728924459; x=1729529259; 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=aHR2+nzGNFNit2dlW/G24yHaMonrhV8SD1yLmDmYI1I=; b=NBkshP9j4c1QK2oTL/mXlxO+TFVY66QkGsLcmxI62LUO9q9sORcmK5eFR/UC8cED+T p+eRs2oRGtMTU/5pkdbwTAZaCbejgh2x7/KrY9ynPUFvQypn7JNPoj2XAfaTqnpgHdq5 igLreLdnhtvONNh4aWRnn0FoobeMVJza3sqcfY8U0Tf1CF1KBCT7cq26xfeC1m3oOBeG deAGEe7bMwpgaFM9kiYCWLUv782O5nzXQ1pw9wcokzmvQWYWibIoYitmwdAWZqP8CdMP +Jm71m25ft8fhiBX4zupFk9GjR3yiJB56jh6ytEh4k1k/kcYyXG15FYXXk4UDicYHq0Y +lUA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1728924459; x=1729529259; 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=aHR2+nzGNFNit2dlW/G24yHaMonrhV8SD1yLmDmYI1I=; b=mjgRxe6bPIPxhQ5FMo2K3W+v13DnEapqXkKGX0u7LdCm4WSSbM873l9NBFzgVu15NU NVkOZZQ+1uDtH1TWkJsFeGm6Zbku09ItxKahJ2MTXWUf0DUhnPyvC86n37NbQNu3Vjog jE32K/yhtZdo3/qxkVjAgZf2/k3x7dcaCb74OepVJkXG8CEXgUwPi41rArZ+GEhR1770 f7SCpILmUMBGJt66HJXZs/ZvCzEkO5EqXa7HhEpDKtK1pEcBeyPKNBtFquMCh47Mykyx Aua7Xsav4dap25T74qwkBJSqYT0haa+vW39fFHEiStoJcIPLi2Sp3yEmTYoGS0a+t2yG aLXw== X-Gm-Message-State: AOJu0YyKNVCAiVf0yNxs8K4kRgNrvR3z/gHvQug2VzFjxhMeBeHEjO+F XDQimhg8gF9NYorUb9fhVB2ectz1X2ijTXgIP8VRGMReLKMMaQemhDqqxRX+ucI= X-Google-Smtp-Source: AGHT+IFyBRt7VPouS6V6eR7qP23nfJQrMFGBCPvKwYfF88KirgVIP4cmwMd89PxLO/KIautqS7vlTQ== X-Received: by 2002:a05:6a00:114e:b0:71e:659:f2e7 with SMTP id d2e1a72fcca58-71e37e4a7f1mr20935075b3a.8.1728924458989; Mon, 14 Oct 2024 09:47:38 -0700 (PDT) Received: from hermes.local (204-195-96-226.wavecable.com. [204.195.96.226]) by smtp.gmail.com with ESMTPSA id d2e1a72fcca58-71e725b36a1sm484095b3a.73.2024.10.14.09.47.38 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 14 Oct 2024 09:47:38 -0700 (PDT) Date: Mon, 14 Oct 2024 09:47:37 -0700 From: Stephen Hemminger To: Shani Peretz Cc: , , Ori Kam Subject: Re: [PATCH v3] examples/flow_filtering: introduce use cases snippets Message-ID: <20241014094737.1348a918@hermes.local> In-Reply-To: <20240930195321.793306-1-shperetz@nvidia.com> References: <20240930164015.541137-1-shperetz@nvidia.com> <20240930195321.793306-1-shperetz@nvidia.com> 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, 30 Sep 2024 22:53:21 +0300 Shani Peretz wrote: > These code snippets demonstrate rule creation using > template and non-template APIs. > They include functions that enable developers to create rules. > The purpose of providing these snippets is to allow developers > to reuse them, thereby saving time and effort during the > implementation of flow rules. > > The code snippets are categorized based on their usage and can be copied, > paste and modified to suit any requirements. > The snippets provided here are kept up to date and are being compiled > along with the rest of the examples. > > There is a skeleton that demonstrates rule creation > using both template and non template APIs. > > Developers can change the functions in the skeleton to the corresponding > snippet functions with the appropriate suffix and create rules using the > snippets themselves for easy testing. Each snippet has the same functions > to implement the actions and patterns for the corresponding feature. > > Signed-off-by: Shani Peretz Not sure why the intel-compilation failed but other builds worked. Acked-by: Stephen Hemminger