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 3A4AA42644; Tue, 26 Sep 2023 17:04:29 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id A29614067B; Tue, 26 Sep 2023 17:04:28 +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 4A96C4067A for ; Tue, 26 Sep 2023 17:04:27 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1695740666; 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=rcoKXVrFhnrudKlDty5GmeURBrF2aICcE729k/DK4tI=; b=LPBzOpFAETOXsDVkO2G6qAusx91M7VvXhmE3hK/t4CBCQWuT1yOiV4W/8ydxD56rQSYHc4 KW5kGh6mg5mgAsvPpPa/GhyLKG4yQQrxYI/krNCWnDgGGHd/C6lPCg6ku2rzGG0qgkTM1S KUWlr0X4W/sAM8tJS/U24vHk7AI0NFY= Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-554-8sxs_LbcO2SFRkOPAxbGcw-1; Tue, 26 Sep 2023 11:04:21 -0400 X-MC-Unique: 8sxs_LbcO2SFRkOPAxbGcw-1 Received: from smtp.corp.redhat.com (int-mx09.intmail.prod.int.rdu2.redhat.com [10.11.54.9]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id A22918007A4; Tue, 26 Sep 2023 15:04:20 +0000 (UTC) Received: from RHTPC1VM0NT (unknown [10.22.8.239]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 45EFF492B16; Tue, 26 Sep 2023 15:04:20 +0000 (UTC) From: Aaron Conole To: John Romein Cc: Elena Agostini , dev@dpdk.org, Thomas Monjalon , David Marchand Subject: Re: DPDK patch References: Date: Tue, 26 Sep 2023 11:04:19 -0400 In-Reply-To: (John Romein's message of "Mon, 25 Sep 2023 21:16:32 +0200") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) MIME-Version: 1.0 X-Scanned-By: MIMEDefang 3.1 on 10.11.54.9 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 John Romein writes: > Dear Elena, Aaron, Hi John, > I hope you had a nice time after the DPDK workshop. > > I was unable to solve the issues with our mailserver to submit a patch > with git sendmail.=C2=A0 So I created a pull request: > https://github.com/DPDK/dpdk/pull/69 > @Elena, could you please handle the pull request?=C2=A0 I will submit > another pull request for the mempool_get_extmem optimization shortly. Okay - we typically don't use pull requests. If you and others are are okay, I can take the patches and repost them to the ML from the pull requests with a note indicating such. > Thanks,=C2=A0 John