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 5AB2C430BF for ; Mon, 21 Aug 2023 12:24:06 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id C51B642B8B; Mon, 21 Aug 2023 12:24:05 +0200 (CEST) Received: from mail-yb1-f171.google.com (mail-yb1-f171.google.com [209.85.219.171]) by mails.dpdk.org (Postfix) with ESMTP id 193A8427E9 for ; Mon, 21 Aug 2023 12:24:04 +0200 (CEST) Received: by mail-yb1-f171.google.com with SMTP id 3f1490d57ef6-d7766072ba4so214720276.1 for ; Mon, 21 Aug 2023 03:24:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20221208; t=1692613443; x=1693218243; h=to:subject:message-id:date:from:mime-version:from:to:cc:subject :date:message-id:reply-to; bh=vQI5uwR763xEKKyMNl1dlpWM4aj2f45FQB7nW6jqZOg=; b=DEoqKrspcDq0o/fnEd8uTNuDCneIJdwUxxwmnnvG6dHHYL9fAP82JB4OMF8Z2p2bde MX3G8J7ly5lCyh7JsuNCUZ1hkU6LfrTGFGcCFhNR1ooHz8A9lFmabJmBR1pmpAuwzl2h NVSIi7Mn5k3RUypVNNEt9go9cnj1Fr8tfLV9Dy6NXOGMAzFwfjGRj4y93ZmICg5bqlu5 8W/cr6zjhEVRjUvX9hzhjAGJjYVWLgY4ONVboA3SFenhrZ5saZyeF/vCY/0YpagwgmD8 TxDFNc96zgq7Fe4VkjDrOSFGLrICOlPUg5FjXeP2Yharm9fQ6FVJeJ/N025twKGhzO+k vXcw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1692613443; x=1693218243; h=to:subject:message-id:date:from:mime-version:x-gm-message-state :from:to:cc:subject:date:message-id:reply-to; bh=vQI5uwR763xEKKyMNl1dlpWM4aj2f45FQB7nW6jqZOg=; b=FTmKmy0zF/kl0xT99JI8w1ZfX/ltkq8HuoGp72WI30YqjhR8VRYsUOoZIdy/klxaM4 HvCnFmObT3CFMmP2aeI+v3ePwav43QskzzkJhftW1lshK/oebuGFnhnRI0MH96N57nuV yOJqzY69x0kGiLO6trw8rUg7fMtNXIhwXng+4PoJ3mn8ysGuVbypRoxSu6l4YMO+RBHt anR/BuV55BrLL4by3GkwvEQMJqFRDz+a5kwhdg9+tV+stiZk0EuaM31gM6lGYyt4Y/i/ IbvPijuCKSnANNtB//l+BfNbsRrS7p2f4kh6mIeoIs2Mf2Uwf7DsOD0AKKhi4yNphd/2 ihuQ== X-Gm-Message-State: AOJu0Yy4XNAVmd43EDWVG9XgWh3mz2JQfhGAjWvf8NUi0+jYmFTD/lIY Pk//X6eFvRFtgzOomGwNCoAeM3oec1DA4JokHnh/mXibvyDefA== X-Google-Smtp-Source: AGHT+IG6N/oZOYAoBbHD7oTDXqPbf4mx6+0kb+0553ykRgMRGPROLV6N+H25qEYOnbXdzhONgV17Q9mGak/SJZIczYA= X-Received: by 2002:a25:aa41:0:b0:d62:d2a1:dbae with SMTP id s59-20020a25aa41000000b00d62d2a1dbaemr5447939ybi.1.1692613443268; Mon, 21 Aug 2023 03:24:03 -0700 (PDT) MIME-Version: 1.0 From: Igor de Paula Date: Mon, 21 Aug 2023 13:23:52 +0300 Message-ID: Subject: Upgrade DPDK To: users@dpdk.org Content-Type: multipart/alternative; boundary="00000000000007359406036c47ed" X-BeenThere: users@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK usage discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: users-bounces@dpdk.org --00000000000007359406036c47ed Content-Type: text/plain; charset="UTF-8" Hi, I was running DPDK version 21.08 and I want to upgrade to 22.11 LTS. I have two issues that I don't find the documentation of. Both are related to Jumbo frames. It seems the MACRO DEV_RX_OFFLOAD_JUMBO_FRAME has been removed from rte_ethdev.h. I know the names have changed to RTE_ETH instead of DEV. Also, the max_rx_pkt_len has been removed from struct rte_rxmode. This makes sense as there is a comment that it should only be used when the jumbo frame is enabled. The issue is that going through the release notes I have not found anything about depreciation of the MACRO or anything. I looked at the release notes of: 21.11 22.03 22.07 22.11 Can anyone help with this? Igor --00000000000007359406036c47ed Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Hi,
I was running DPDK version 21.08 and I want to upgr= ade to 22.11 LTS.
I have two issues that I don't find the documentat= ion=C2=A0of. Both are related to Jumbo frames.
It seems the MACRO=C2=A0D= EV_RX_OFFLOAD_JUMBO_FRAME
has been removed from rte_ethdev.h. I know the= names have changed to RTE_ETH instead of DEV.
Also, the max_rx_pkt_len = has been removed from struct rte_rxmode. This makes sense as there is a com= ment that it should only be used when the jumbo frame is enabled.

Th= e issue is that going through=C2=A0the release notes I have not found anyth= ing about depreciation of the MACRO or anything. I looked at the release no= tes of:
21.11 22.03 22.07 22.11

Can anyone help with this?
Igor
--00000000000007359406036c47ed--