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 812C745CFF; Thu, 14 Nov 2024 07:03:27 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 12C4A4066C; Thu, 14 Nov 2024 07:03:27 +0100 (CET) Received: from mail-pl1-f182.google.com (mail-pl1-f182.google.com [209.85.214.182]) by mails.dpdk.org (Postfix) with ESMTP id 7201F400D5 for ; Thu, 14 Nov 2024 07:03:26 +0100 (CET) Received: by mail-pl1-f182.google.com with SMTP id d9443c01a7336-20c693b68f5so2166235ad.1 for ; Wed, 13 Nov 2024 22:03:26 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1731564205; x=1732169005; darn=dpdk.org; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:from:to:cc:subject:date:message-id:reply-to; bh=mwavKE/jsZXR0jQ2OWklAgPn4Lb25wurQpa53NHMC70=; b=Qrmf0iSa2fsvMIJ086jo3oDQYZjRxK+D5yjQ1fLqP4GLHPASDfqIbGRgkhhyrlKkT1 iHc3EP6dNYu6MCkOckgQponsRCL6HXYvAWJs6yIV75ShO7K0zF8/yQuro4/Hqhpz5ds8 c/SEPg4APBP9uABmgn5t/1VgHjTisCbXk2JvY= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1731564205; x=1732169005; h=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=mwavKE/jsZXR0jQ2OWklAgPn4Lb25wurQpa53NHMC70=; b=O1WcmSdwOakO4Z334DSkhYDtLR3AnvvLrqRSQjup9U0UXTOZGj1dIkzcNH6DcWzR8Y 4sneWyo/UIne9dxg0+ylo2qUd5LUYiainmvB5ZBKkt63gWNviyrwGDASTIodM4Orx2VX P7I2YA/NtwIJqX8bxSrp2dcsUj0XOWAl9tqDANmYUZrgRoxjj92MEV++CUZLaqHjr6qC QDVfGwywVu976GWs68qm7hna4p/bowMsB4l7gZuS7g/vdwNIw3/vVnh13xPngXheIteC UXDZNfLdyjcx8SVha8sl7QaxpTVlV0PDAOTqjHrkgwhbqKZ9MtUH1I3e4lElZ5qOv3Xr 16dg== X-Forwarded-Encrypted: i=1; AJvYcCW/De3n1b9KoHcZeINjhiDMc24AqOnpWH0T4hMtDk6oNehJwom9cxh0ifUECX2HpWYZzQM=@dpdk.org X-Gm-Message-State: AOJu0YxXJrUe/yxFFkb5x86Nl0nPGSz3hfXpiRw20Jr4mccfZMwJRikj og0wxTXORUCgYKHhRK3Z7Nr17/KU+vs7PNupQZg6kpF0VtGfCA0/8lKV8I7wva55hnNROiuroG1 v719I1OIKuIrE7+1xLvHDSRiwQuR5mHf9dY+yVw== X-Google-Smtp-Source: AGHT+IEh4Jwsozu6amr59lAk4PC8qsOx7NVKKJRSwpDvAg5OxPOedxWZxS2O7hEn1AeeBi8Q+zvjGdEVxmbAwRLIaFM= X-Received: by 2002:a17:903:1cf:b0:207:4c7c:743b with SMTP id d9443c01a7336-211b5aa0fd2mr62432585ad.0.1731564205466; Wed, 13 Nov 2024 22:03:25 -0800 (PST) MIME-Version: 1.0 References: <20241030170808.29452-1-npratte@iol.unh.edu> In-Reply-To: <20241030170808.29452-1-npratte@iol.unh.edu> From: Patrick Robb Date: Thu, 14 Nov 2024 01:01:30 -0500 Message-ID: Subject: Re: [PATCH v1] dts: add time delay to async sniffer callback function To: Nicholas Pratte Cc: yoan.picchi@foss.arm.com, dmarx@iol.unh.edu, paul.szczepanek@arm.com, Honnappa.Nagarahalli@arm.com, luca.vizzarro@arm.com, dev@dpdk.org Content-Type: multipart/alternative; boundary="0000000000005f818d0626d935d6" 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 --0000000000005f818d0626d935d6 Content-Type: text/plain; charset="UTF-8" As best as I can tell -1 vs -2 index is not important as they are named args, and using the -2 breaks functionality. But we can chat tomorrow if you don't agree. Applied the v1 + my fixup per my comments above to next-dts. --0000000000005f818d0626d935d6 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
As best as I can tell -1 vs -2 index= is not important=C2=A0as they are named args, and using the -2 breaks func= tionality. But we can chat tomorrow if you don't agree.
<= br>
Applied the v1=C2=A0+ my fixup per my comments above to next-dts.<= /div>
--0000000000005f818d0626d935d6--