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 91C4845945; Mon, 9 Sep 2024 17:52:36 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id ECB0940ED8; Mon, 9 Sep 2024 17:52:24 +0200 (CEST) Received: from mail-lf1-f49.google.com (mail-lf1-f49.google.com [209.85.167.49]) by mails.dpdk.org (Postfix) with ESMTP id A803B40F16 for ; Mon, 9 Sep 2024 17:52:23 +0200 (CEST) Received: by mail-lf1-f49.google.com with SMTP id 2adb3069b0e04-53654e2ed93so4844577e87.0 for ; Mon, 09 Sep 2024 08:52:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=pantheon.tech; s=google; t=1725897143; x=1726501943; darn=dpdk.org; h=content-transfer-encoding:in-reply-to:from:content-language :references:cc:to:subject:user-agent:mime-version:date:message-id :from:to:cc:subject:date:message-id:reply-to; bh=Sv+7J6wJuiQ1EvLdve8Qt5u0SJtWvW0gnxae8AAKczY=; b=FEUuvpVVQFWMMiwdyKKRfSAXMY1pj5QSBXjcbMwdw2BuKfpibZT/DJfQSA1vGhzluO JVp1lIB+lTp728O1otnCGq6sgXer37O911xaFKYbyzd0EYq10hCUhaEpnXNyforbTBwI 6MZWM6GwPDdnbq6RPrlAN4jgCyYWw6tPFRy9eNUj93Gv3Tn1XMXfTqDuerzm9nxVTgwv 5oO9esyxLhgvPZCQY056ot1W3UV2ryRJB4T87KE9RmQWuZmkRz1Se1mQnhsP5xbDi4Ux ZX85aVKLDB8ufS/TOFcjRDZuEraKVfKF+Yjj7TwvpodSieF6Vl8yHjJCTrr6KBgLve6D ZnJA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1725897143; x=1726501943; h=content-transfer-encoding:in-reply-to:from:content-language :references:cc:to:subject:user-agent:mime-version:date:message-id :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=Sv+7J6wJuiQ1EvLdve8Qt5u0SJtWvW0gnxae8AAKczY=; b=DpOb46s9WFpkcnUitbt69T1MFBCi8321IQr0VepL2nB0ItChIW/IOkU90yUORqf+pC TOCP+m9H9qoMgtmh+0n9Uyl1mdtJyOtz/yKJSXBF2v0yy2UVRurUkLZdS3OkBjsfPk4y 38HZyPTz0bQJbOkrHfldoX4JbiZwxIRB1sdJTcUkgw27Yau2Qnaix43P2ePWFaPXDFz+ Z8uHQaOKFZHt/yNueguEa3alVQ8vyVdtnkjXl1nywgGQKmVEHjbx8wNsDrtV2UmiYvUY 9vrbeSx2Jbdl61vafD77HGhAtL4ArRowpdo70ylB8ZNAO6BPjjOw+jVaFR8aw/Lv8FsT Xhjg== X-Gm-Message-State: AOJu0YxruN8mmLqnxpbJyf9ERiQBN7cbxwXbIBJe7T8gWVJlA8018FTk OeeDqO6nxmz0XzCA1JxMCUmeoZLDQ8IOPVrzCPT+Shc419lyVXoUYQlrYOkwKmw= X-Google-Smtp-Source: AGHT+IHvRjMNgM2A2WWO12LBOdocl6knwnWFnadbEJIhu4H/LSvKK+cYiNpH+NS1nPFOAFg5CKMOMg== X-Received: by 2002:a05:6512:118f:b0:530:ae22:a6ea with SMTP id 2adb3069b0e04-53658808366mr4938585e87.40.1725897142885; Mon, 09 Sep 2024 08:52:22 -0700 (PDT) Received: from [192.168.200.22] ([84.245.121.62]) by smtp.gmail.com with ESMTPSA id 4fb4d7f45d1cf-5c3ebd76ee5sm3201089a12.71.2024.09.09.08.52.21 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Mon, 09 Sep 2024 08:52:22 -0700 (PDT) Message-ID: <425ac703-8dce-464d-9eb6-52e7cdb5bf75@pantheon.tech> Date: Mon, 9 Sep 2024 17:52:21 +0200 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH v4 0/1] dts: allow for updating MTU with testpmd To: jspewock@iol.unh.edu, thomas@monjalon.net, alex.chapman@arm.com, Luca.Vizzarro@arm.com, yoan.picchi@foss.arm.com, paul.szczepanek@arm.com, probb@iol.unh.edu, Honnappa.Nagarahalli@arm.com, wathsala.vithanage@arm.com, npratte@iol.unh.edu Cc: dev@dpdk.org References: <20240826200203.13560-1-jspewock@iol.unh.edu> <20240906180036.19446-1-jspewock@iol.unh.edu> Content-Language: en-US From: =?UTF-8?Q?Juraj_Linke=C5=A1?= In-Reply-To: <20240906180036.19446-1-jspewock@iol.unh.edu> Content-Type: text/plain; charset=UTF-8; format=flowed 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 Applied to next-dts, thanks. On 6. 9. 2024 20:00, jspewock@iol.unh.edu wrote: > From: Jeremy Spewock > > v4: > * add dependency on port caching patch to avoid the need for > the if-statement that was added in the last version. > > Jeremy Spewock (1): > dts: add methods for modifying MTU to testpmd shell > > dts/framework/remote_session/testpmd_shell.py | 44 +++++++++++++++++++ > 1 file changed, 44 insertions(+) >