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 32BBB426CE; Fri, 6 Oct 2023 10:09:49 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 9C8EA402A8; Fri, 6 Oct 2023 10:09:48 +0200 (CEST) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by mails.dpdk.org (Postfix) with ESMTP id B4C4E4014F for ; Fri, 6 Oct 2023 10:09:46 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1696579786; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=3DJjyGs3psLsUk0zACqo/k3fTho5w+9bKFeqxD0zhPw=; b=SAnKQJakAEY699Pl0RLSx1dA2f2j77PiJ0dh/Q9zwTm5ZwST5mF0Ro7p5qigs0yebKtaQb pKGfMFQl+7W3RZyArPMN1gPkuYUKxaXVvA8bHuCl7PmGPRR6qICwaNMN8wLvqlDHgnlWXA XWm88tETpxsqgp5zLnI4qKla53Wcxco= Received: from mail-lf1-f70.google.com (mail-lf1-f70.google.com [209.85.167.70]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_256_GCM_SHA384) id us-mta-340-BQxqOP2IPH-3_CDogthdfQ-1; Fri, 06 Oct 2023 04:09:24 -0400 X-MC-Unique: BQxqOP2IPH-3_CDogthdfQ-1 Received: by mail-lf1-f70.google.com with SMTP id 2adb3069b0e04-50421897564so1970046e87.0 for ; Fri, 06 Oct 2023 01:09:24 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1696579763; x=1697184563; h=content-transfer-encoding:cc:to:subject:message-id:date:from :in-reply-to:references:mime-version:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=3DJjyGs3psLsUk0zACqo/k3fTho5w+9bKFeqxD0zhPw=; b=eR0EQFJzZ59UFO68wihnRxwsRv0qvkKNjqD/Zvg+Soc1ZS+7EPjoqDo9yE4qBhZHyy 2KCAAjjKMGGzCCHdcALVv+F7t98jDEXd8fFTrcmeBbsJNCpBqc3dXX9t4OvNmRe9SmMb 49gC1NRkHGddmbCiyFqSRxlaBDH8IiTp7Nbb0XzaHwwRK4IzRRgetehSbb8x6yIdDLRP KgMY9ZT+5FVCqcVVBM+U8UsQ+i5XZkEkL6wgDB94CdIlc4oQZ5PJvkOd1uae0002A0OB zZD2QZljiKg/8KjTJyyCzbg+X14Sj8OfmKSdw0oRi19UBBDpdAiU91VgC7fXc4rQxH3E zT4w== X-Gm-Message-State: AOJu0YxB17pN0ufeWskdf+Lc7L+ab5rjRvc4GV/UgY5d3l7C19774jL6 wOlwT6IrwOGmoEtvUGp8A4aIHxyqgO8EXp6/zD5YGjiRTxgn6JXbo+bioQJJXMDt0uRa3Lor1Xc CRt9c73wrr7N22RXYLGI= X-Received: by 2002:a19:7114:0:b0:503:2dce:4544 with SMTP id m20-20020a197114000000b005032dce4544mr5343107lfc.59.1696579763583; Fri, 06 Oct 2023 01:09:23 -0700 (PDT) X-Google-Smtp-Source: AGHT+IHt+r4111pGQtFJPnRW0ykhpYHcjQEeCrbfrINrOsDovJH6pUHjr6crI+A9iXg/Bbsb9gQ7c/sonypAdwsx3Vc= X-Received: by 2002:a19:7114:0:b0:503:2dce:4544 with SMTP id m20-20020a197114000000b005032dce4544mr5343092lfc.59.1696579763222; Fri, 06 Oct 2023 01:09:23 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: David Marchand Date: Fri, 6 Oct 2023 10:09:11 +0200 Message-ID: Subject: Re: [PATCH] gpu/cuda: Add missing stdlib include To: Elena Agostini Cc: Aaron Conole , John Romein , "dev@dpdk.org" , "levendsayar@gmail.com" X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable 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 Hello, On Thu, Oct 5, 2023 at 2:44=E2=80=AFPM Elena Agostini wrote: > > Ack Please, don't top post. > > > > Thanks > > EA > > > > From: David Marchand > Date: Friday, 29 September 2023 at 16:58 > To: Aaron Conole , John Romein > Cc: dev@dpdk.org , Elena Agostini , l= evendsayar@gmail.com > Subject: Re: [PATCH] gpu/cuda: Add missing stdlib include > > External email: Use caution opening links or attachments > > > On Tue, Sep 26, 2023 at 8:24=E2=80=AFPM Aaron Conole = wrote: > > > > > > From: John Romein > > > > getenv needs stdlib.h to be included. > > > > Bugzilla ID: 1133 > > > > Fixes: 24c77594e08f ("gpu/cuda: map GPU memory with GDRCopy") > > Signed-off-by: John Romein > > Thanks for the patch, it seems to be a duplicate of the prior patch > sent by Levend: > https://patchwork.dpdk.org/project/dpdk/patch/20230803162512.41396-1-leve= ndsayar@gmail.com/ As I mentionned, this is a duplicate and you just acked the other patch. Please pay attention. --=20 David Marchand