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 AB85E437D7; Thu, 4 Jan 2024 21:39:31 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 99593402DC; Thu, 4 Jan 2024 21:39:31 +0100 (CET) Received: from mail-pf1-f176.google.com (mail-pf1-f176.google.com [209.85.210.176]) by mails.dpdk.org (Postfix) with ESMTP id 7E8A24029A for ; Thu, 4 Jan 2024 21:39:30 +0100 (CET) Received: by mail-pf1-f176.google.com with SMTP id d2e1a72fcca58-6d9344f30caso603662b3a.1 for ; Thu, 04 Jan 2024 12:39:30 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=networkplumber-org.20230601.gappssmtp.com; s=20230601; t=1704400770; x=1705005570; 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=UdvR+/6UDTSO/OJ24fxqACqRMZ5a8WOLBEyzB4AHe/g=; b=GMF1Of3E6f2aNLhSU94AyDUwWzRoH5XUGI9PrGZBLRh6Q0uMvmZ24rtmdDIUiMcUiw a3vaj5MrJq88Z+ZiCBAUFtdFOdKNcvD1svSpCBBCJcIRo8nrKB3L+9HM2ZR4Avvxt7d5 3UWxgra05Vnrq9jcrvnVSwHxDsWvsodd1biGeB49abF93lhUeJKmNyYUTUYSSVFhP25f qGlghhRw0RmZLvZrdg8cnFpRphT3b5pfK684OzlK8azJBV5Rztzo/BxM5jeoavw7iffc rF+z6CaLiJ51gnTTzh9JzyQ1VWxbj+WVV6hA6Aoxk3yR5NrPRP+GRJklJvTqkEdiTif8 QujA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1704400770; x=1705005570; 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=UdvR+/6UDTSO/OJ24fxqACqRMZ5a8WOLBEyzB4AHe/g=; b=IYydEYDjoewJEWwtKgt5HfSE+gcJfla4jgSITrunmgwUaaecNWtPj+xHLDPBxMnqr1 INJLVEuH6796pJlNDYO9xgOf21VuYpbQyNs0CLA+AZjSDH50IYTMl5muDufmUs9BiVc6 +eVwYxPzebDjj1KDLNm1BXG43HtRYpgtYwuE/2Wr+LgpCmuiEXC/WsAaYR0ZlBVai3zu GfQ7SMqd4QGIg589FBpOkbibTZJo8h6w3LEryLabMhaVj70zEps1+lVsWh00QM4dKSEr oISMf5+I7nBo/yASAB8HJ+sixV5SHwX32yaIpMZf4zyDwOyJP7k/vbQnoERIrwb2Oso5 G2cQ== X-Gm-Message-State: AOJu0YyeCjoHM6Y098PSBs0bR96TrAB39ckQJgNZbuTF59njCLmWqgeg SmTjSYO0Qxm1LCN/EWzKHAkZiKUCJxikPw== X-Google-Smtp-Source: AGHT+IFE+kkkoacTvAkpJqdOW2IipcDtuOUdtyuuPBJY4uTdI+n3KhdpXGGVnTy7bGFYmyLfU8kN5A== X-Received: by 2002:a05:6a00:a0f:b0:6d9:ba0b:dd72 with SMTP id p15-20020a056a000a0f00b006d9ba0bdd72mr1494933pfh.17.1704400769746; Thu, 04 Jan 2024 12:39:29 -0800 (PST) Received: from hermes.local (204-195-123-141.wavecable.com. [204.195.123.141]) by smtp.gmail.com with ESMTPSA id o16-20020a63e350000000b005cdf7923113sm100544pgj.68.2024.01.04.12.39.29 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 04 Jan 2024 12:39:29 -0800 (PST) Date: Thu, 4 Jan 2024 12:39:27 -0800 From: Stephen Hemminger To: madhuker.mythri@oracle.com Cc: ferruh.yigit@amd.com, dev@dpdk.org Subject: Re: [PATCH] net/tap: Modified TAP BPF program as per the new Kernel-version upgrade requirements. Message-ID: <20240104123927.24e84cf9@hermes.local> In-Reply-To: <20240104172756.2213-1-madhuker.mythri@oracle.com> References: <20240104172756.2213-1-madhuker.mythri@oracle.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 Thu, 4 Jan 2024 22:57:56 +0530 madhuker.mythri@oracle.com wrote: > diff --git a/drivers/net/tap/tap_bpf_insns.h b/drivers/net/tap/tap_bpf_insns.h > index 53fa76c4e6..b3dc11b901 100644 > --- a/drivers/net/tap/tap_bpf_insns.h > +++ b/drivers/net/tap/tap_bpf_insns.h > @@ -1,10 +1,10 @@ > /* SPDX-License-Identifier: BSD-3-Clause > - * Auto-generated from tap_bpf_program.c > - * This not the original source file. Do NOT edit it. > + * Copyright 2017 Mellanox Technologies, Ltd > */ Why the Mellanox copyright addition, the python auto-generator does not add it? Overall, it looks like you did not work with existing TAP BPF code but went back to some other code you had.