From patchwork Mon Sep 27 13:34:48 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Srikanth Kaka X-Patchwork-Id: 99814 X-Patchwork-Delegate: rasland@nvidia.com Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 7C433A0C46; Mon, 27 Sep 2021 17:00:06 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 513674116E; Mon, 27 Sep 2021 16:58:27 +0200 (CEST) Received: from mail-pf1-f177.google.com (mail-pf1-f177.google.com [209.85.210.177]) by mails.dpdk.org (Postfix) with ESMTP id 6DD13410DA for ; Mon, 27 Sep 2021 15:36:47 +0200 (CEST) Received: by mail-pf1-f177.google.com with SMTP id m26so15902729pff.3 for ; Mon, 27 Sep 2021 06:36:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=oneconvergence.com; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=5dF15+J3KBzQE1XiOTYnz8KdVE5sD+f7KibCL5rV5fQ=; b=SEfyXmjkUrcBGU+U+jveCMQj/uDSdiBwocUNZp95gzxJ2HKu0AHAqJOYyQMOzWoy1n 84PW2XV2BJFxz807sTWaWEkoytKxfjj/nxHw/kK9bpDHfDG1m4KLwPRNGHzn01VqqZ+t corrnGSnzSdULAu2V700ZssSkL+I1BTH8/ncI= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=5dF15+J3KBzQE1XiOTYnz8KdVE5sD+f7KibCL5rV5fQ=; b=VP7JAgcR0u7zaovSqUh2mvZpSXkRclnQEeRjZzXXQL3eCCJZBWElz0bo0LgUQsFqSN G75Vz807SBpiixavdVSu+1KTtWprV4xXOmtcVdpSZyD9OZ64dpiU1MVrE2u9cWVLQQ9s 5FCtdowt0MSIsmw1e/pNMd/OFTzDZ7vcEpjkXplEx3lmxkDClTIkje6pMhNtbwi/+3Mv WFSvhcZgHeMTgwGNhO/mPUIf8cs5rdEveJ3WMzYLqsWmKqKJQln5yzELLrYXk9cI+GCi w+SZ2iOYkgQYfCgbVQi9pJLiVvgTgkPkKVon6ojZ5OS2f2bms6kPgy7ovNJNAuOdU+mO 0OiA== X-Gm-Message-State: AOAM532tx+7nuo56GflBRGFt9iUP2HgbBw7YM9Y+mzBSuKBUaviqgaty MJa/jFbmdLtwrKX+/GKADXr8KA== X-Google-Smtp-Source: ABdhPJx9uc5C8XIO/rBEoAKIIOBrDP+XxCHBpUIliu+pRuryCQKvV9/g1s9KA3PkZI+G+B+zDrivrw== X-Received: by 2002:a63:ac57:: with SMTP id z23mr16679249pgn.239.1632749806687; Mon, 27 Sep 2021 06:36:46 -0700 (PDT) Received: from srikanth-ThinkPad-T450.domain.name ([223.178.22.200]) by smtp.gmail.com with ESMTPSA id t6sm17342274pfh.63.2021.09.27.06.36.44 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 27 Sep 2021 06:36:46 -0700 (PDT) From: Srikanth Kaka To: Matan Azrad , Viacheslav Ovsiienko Cc: dev@dpdk.org, Vag Singh , Anand Thulasiram , Srikanth Kaka Date: Mon, 27 Sep 2021 19:04:48 +0530 Message-Id: <20210927133450.10653-18-srikanth.k@oneconvergence.com> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20210927133450.10653-1-srikanth.k@oneconvergence.com> References: <20210927133450.10653-1-srikanth.k@oneconvergence.com> MIME-Version: 1.0 X-Mailman-Approved-At: Mon, 27 Sep 2021 16:58:07 +0200 Subject: [dpdk-dev] [PATCH 17/19] common/mlx5: fixed missing dependency in mlx5_glue.h 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 Sender: "dev" In FreeBSD, "FILE" needs stdio.h to be included Signed-off-by: Srikanth Kaka Signed-off-by: Vag Singh Signed-off-by: Anand Thulasiram --- drivers/common/mlx5/freebsd/mlx5_glue.h | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/common/mlx5/freebsd/mlx5_glue.h b/drivers/common/mlx5/freebsd/mlx5_glue.h index f39ef2dac7..9f12a5d71e 100644 --- a/drivers/common/mlx5/freebsd/mlx5_glue.h +++ b/drivers/common/mlx5/freebsd/mlx5_glue.h @@ -6,6 +6,7 @@ #ifndef MLX5_GLUE_H_ #define MLX5_GLUE_H_ +#include #include #include /* Verbs headers do not support -pedantic. */