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 410E4437D7; Thu, 4 Jan 2024 21:33:50 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 2F4AA402B9; Thu, 4 Jan 2024 21:33:50 +0100 (CET) Received: from mail-pf1-f178.google.com (mail-pf1-f178.google.com [209.85.210.178]) by mails.dpdk.org (Postfix) with ESMTP id A7EDA4029A for ; Thu, 4 Jan 2024 21:33:48 +0100 (CET) Received: by mail-pf1-f178.google.com with SMTP id d2e1a72fcca58-6d9b2c8e2a4so1286274b3a.0 for ; Thu, 04 Jan 2024 12:33:48 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=networkplumber-org.20230601.gappssmtp.com; s=20230601; t=1704400428; x=1705005228; 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=SvZ0+iHLycj9kipzvyIW82A5XrZXrB+F93yviQzI/OY=; b=JG5eIxC8Fp7M2JSgG/yey/DL7AlWxspeiShotubexygt5Eifb58mdyC/+xLvGCLd9a R3EV0kYZPEMpRRv6ktiOFgDTPaLrMbWW9R+kLRQpl5+j8LWgyEvoKmVhigkQ7Vuctgtc +tbe1UtetbyWRweBW/gIg/aFOHfdHzmlCqznzxOuB28CVH3+SW0TW/K/LO5ZpwGarnbj IRAnFTC3UXhSMTS7OhfB8SSmSk7+xE7Wica6VKK7PqDOMVQLOLHc2UcpUguimdIXvxZm t6gfiepuRcoSuwgTpUvg00wo7Vc3V7JqcI+6A8gVZ/ixvMm3CQ9bFMet8TJNcUy4s64s oUbA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1704400428; x=1705005228; 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=SvZ0+iHLycj9kipzvyIW82A5XrZXrB+F93yviQzI/OY=; b=J5LzxgFgpZXC4N/XqXQFEF9leNQV4EQv/g0NyuollGt29cGgC/DEapf2SVUhrMYZwd wYVuQGXL/mJhL5/P34RXtA5qjzgMxmxE5AzaohBmUkJ/ZiefZj2iQT6JgiXegIUjPuWe LeK1CGCj1oXbuS9fnR0bZUQnQwailCDekB+iHzfgyTbBURKPE+vxqIqJO+mxYg8KzdvT lhvk8Mc5nMDaZYp2aSjO1UlZqnQOkGTW7cAqGI3hSErogdv5i6skBaNUTu7GQAidF0fD J0tGUhpaZWrycPiuC5OHXq14dWdIEXuDnSFSz/z82AryT9xpU86AvadPktDlSVyc7Sq3 NfuQ== X-Gm-Message-State: AOJu0YyNd7t1k6oOR4S5iqzW2wQEK+kR/XcHi2DF/K/yUxEy08gbZgSt bg/HBywk8rAxnqDLeJF3ycm72Qjy4qARkQ== X-Google-Smtp-Source: AGHT+IF7RJ3sA8j+qW89leJNmA3z0VHFHLbDM1/eqA06EuYTOlBWtpPCwv7Tp+Eu9ZDzY0W8a+5xuw== X-Received: by 2002:a05:6a00:cc4:b0:6d9:e2b7:4e2 with SMTP id b4-20020a056a000cc400b006d9e2b704e2mr1655320pfv.11.1704400427902; Thu, 04 Jan 2024 12:33:47 -0800 (PST) Received: from hermes.local (204-195-123-141.wavecable.com. [204.195.123.141]) by smtp.gmail.com with ESMTPSA id lb26-20020a056a004f1a00b006d9723bf48dsm80913pfb.10.2024.01.04.12.33.47 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 04 Jan 2024 12:33:47 -0800 (PST) Date: Thu, 4 Jan 2024 12:33:46 -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: <20240104123346.0dda44d9@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: > +#include > +#include > +#include > +#include > +#include > +#include > +#include "tap_rss.h" > This change in headers breaks the use of make in the bpf directory.