From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by smtp.lore.kernel.org (Postfix) with ESMTP id 4015ED15DB4 for ; Mon, 21 Oct 2024 15:54:48 +0000 (UTC) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 4F76F40285; Mon, 21 Oct 2024 17:54:47 +0200 (CEST) Received: from mail-pl1-f169.google.com (mail-pl1-f169.google.com [209.85.214.169]) by mails.dpdk.org (Postfix) with ESMTP id 46FAA40263 for ; Mon, 21 Oct 2024 17:54:46 +0200 (CEST) Received: by mail-pl1-f169.google.com with SMTP id d9443c01a7336-20cd76c513cso38893345ad.3 for ; Mon, 21 Oct 2024 08:54:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=networkplumber-org.20230601.gappssmtp.com; s=20230601; t=1729526085; x=1730130885; 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=9Dbny1Fw3VbAWYL1bEa2r0oi7LTElx/RG0K9GsLg75E=; b=bGlyzfyZSMpPNTKvrxjE4rK/alfYi8v6LG/vlirx1jAuFLxmxyJp8F2QVDMIBnUXiP Zbjt685zoPodDK7DouW9sKRNjhdHPRDxyECRG0GiNYxnPb0UjNFkj63IWltjxpe1x97N Xznox7Oh9304Iy6zOk3DNbtfIoZoGCX9XhEpJygbIejq+FFZbmR2t9PKXDAUfHbv/H2p 7zW5DQp8nHN78zGgzChPaa38ZE2nJAH+KegMmid7xsjXB8OBCSM6ww1WNyhkjpHx8TNE hUa5ZcQzvJn6yIXtjQ9SWZR3fO7rZ4E5mPoGyyNimAC2VU1DcREyMMhkxQjXSBI1af2Q E3nQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1729526085; x=1730130885; 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=9Dbny1Fw3VbAWYL1bEa2r0oi7LTElx/RG0K9GsLg75E=; b=JFu1Yg4CB5WPEaBCl2AesLzrOO/UApATYYrBLwx3F5+DH2naGcs5OCBUZn47ID5vz9 e8QDPTUXK/+BzvK1hqw4e4IIT06+zrfXTy4lM21ZKXD76LddX8LU/dPnC/ZvPxCphpOY D0/sknOYqVdc03coS62QtrAI1wjZVt7j2JNPiqTAaVs3dPqwY64jAdcHQPuytGo2rs8h SWvDSaPelK1Ltr6NJpFvZ+XWoKxoMOnWJpi9OCJYleHWJy2d54bTgCrGgiw/A1sD4YzM NCvsZHHuy9g+Ra99xvpuLGSHzdv+DaCfFKreFxXAtDLjPGoBxEGPOhEO3nJ8CwZhX4lw D/dA== X-Gm-Message-State: AOJu0YxHj6zIG0w8cp+hxT2+i00cLyU6glR99kV6JiG/TWYcggKg+hg2 0JGg9t1CC6cPiRaI9c8VUgsvEzffu/KRf4xY70PIfGuGx36uJt3uk9R6MECoxYg= X-Google-Smtp-Source: AGHT+IHaBrmX82GwxrpWVN44c0egKbqeBIy2u3aJJO16pxtZ5QoZYHK05O3e/OcMBrtOGvcFFxd42A== X-Received: by 2002:a17:903:22ca:b0:20c:ecca:432b with SMTP id d9443c01a7336-20e948fdb24mr5522115ad.35.1729526085335; Mon, 21 Oct 2024 08:54:45 -0700 (PDT) Received: from hermes.local (204-195-96-226.wavecable.com. [204.195.96.226]) by smtp.gmail.com with ESMTPSA id d9443c01a7336-20e7ef1522fsm27713185ad.116.2024.10.21.08.54.44 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 21 Oct 2024 08:54:45 -0700 (PDT) Date: Mon, 21 Oct 2024 08:54:43 -0700 From: Stephen Hemminger To: Sriharsha Basavapatna Cc: dev@dpdk.org, Randy Schacher , Kishore Padmanabha , Ajit Khaparde Subject: Re: [PATCH v6 12/47] net/bnxt: tf_ulp: add vxlan-gpe base support Message-ID: <20241021085443.7027fd75@hermes.local> In-Reply-To: <20241021082607.232829-13-sriharsha.basavapatna@broadcom.com> References: <20241021082607.232829-1-sriharsha.basavapatna@broadcom.com> <20241021082607.232829-13-sriharsha.basavapatna@broadcom.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, 21 Oct 2024 13:55:32 +0530 Sriharsha Basavapatna wrote: > From: Randy Schacher > > - Adds vxlan-gpe into ulp layer > - Adds vxlan-gpe into template infrastructure > > This patch also updates the template files for the following > tf_ulp patches in this series. > > net/bnxt: tf_ulp: add vxlan-gpe base support > net/bnxt: tf_ulp: add custom l2 etype tunnel support > net/bnxt: tf_ulp: add support for vf to vf flow offload > net/bnxt: tf_ulp: support Wh+ mirroring > net/bnxt: tf_ulp: miscellaneous fixes > > Signed-off-by: Randy Schacher > Signed-off-by: Sriharsha Basavapatna > Reviewed-by: Kishore Padmanabha > Reviewed-by: Ajit Khaparde > --- When applying this bundle for review. Git complains about whitespace. We should add this check to checkpatch as well. Applying: net/bnxt: tf_ulp: add vxlan-gpe base support /home/shemminger/DPDK/main/.git/worktrees/thor2/rebase-apply/patch:12014: new blank line at EOF. + /home/shemminger/DPDK/main/.git/worktrees/thor2/rebase-apply/patch:50282: new blank line at EOF. + /home/shemminger/DPDK/main/.git/worktrees/thor2/rebase-apply/patch:51998: new blank line at EOF. + /home/shemminger/DPDK/main/.git/worktrees/thor2/rebase-apply/patch:75311: new blank line at EOF. + /home/shemminger/DPDK/main/.git/worktrees/thor2/rebase-apply/patch:94562: new blank line at EOF. + warning: 5 lines add whitespace errors.