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 5BAB642C61; Thu, 8 Jun 2023 18:51:34 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id EF4E240A84; Thu, 8 Jun 2023 18:51:33 +0200 (CEST) Received: from mail-pf1-f177.google.com (mail-pf1-f177.google.com [209.85.210.177]) by mails.dpdk.org (Postfix) with ESMTP id BFDFA40A4B for ; Thu, 8 Jun 2023 18:51:32 +0200 (CEST) Received: by mail-pf1-f177.google.com with SMTP id d2e1a72fcca58-6513e7e5d44so594068b3a.0 for ; Thu, 08 Jun 2023 09:51:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=networkplumber-org.20221208.gappssmtp.com; s=20221208; t=1686243092; x=1688835092; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=lmUYTi7gVZoWR7M9XIXb2HV8O8RBIDRCKBzlVOrnp+U=; b=PJmgzoaWUTsJzjgns2889ei+ORuG3HyF3813QQTo6JbwkUDb2XB9jd7EgrnxrWSM2l xytxZ9poPN7lreFMWcW8dIrzz4EL6LB7+8YT4z9k7mrcLGyV5CdT8VoRBcA9K8JKo3UH nGZzGtDnmCHjegEt7i4stCGshPQdKvJG8oVgCrTZ3seY+F0P8QLGudXYeBaMwuZLyF53 nL9OBbGNGzTNvLoKFWxlZMyIKdcP5cnW9+xMIqORQNuWMP3bFYu2nhRvTUj1LDlNV2Xf gTG1IBzfJ/v8SBID1+Ff48hz9osH6renOeJL70BBYl0TfxTtdpHlBLfKESpG2pnx1sC+ 28vA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1686243092; x=1688835092; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=lmUYTi7gVZoWR7M9XIXb2HV8O8RBIDRCKBzlVOrnp+U=; b=RMDcmL0sPRnozt2cbgzJ5F1/M+cd3TTiAlgNJ03wcEeewocfBRdR1/5vMR5uBF842q 6NYDAOKH0qrUtu+WOnAqlyNp0wgbKxW/v6cmSGESe5EwtEe3xAeKv+RzCyRuYv7Ofxjz uBjvB9SrgNQKOxC7E8G85bqOijGJ+PhiZcylLxTXoRPMqzn57XJqqd5JzFvGICIkvCua QP2fIC0992ArD5dAj+vd5QE+99dLaIDVbN/N5xQtQ6vuqxaet3hXGynQS4kb+vgCD3Hm Yu2IJB1yT6MdZZls6LAvv0YY2RdTnf/gXgHsYB8LTkr0y+YuoCZ0GbjUxm1ALjSa2yWu iFrg== X-Gm-Message-State: AC+VfDzG9ifrb4OB8QObgkW9JwNpt+86XN3YdR97dkgbQNAjktNnxW7W 9z252Q5opwBfvaDzsmx0wDxE1g== X-Google-Smtp-Source: ACHHUZ7++Lmknic7bCk0juzc3hGS2BzvApBjdq7NVlb8QTMWaJ1Nhdh31pvjNz5Dp/u4GMvmhCgAig== X-Received: by 2002:a05:6a21:3a8e:b0:114:6390:db06 with SMTP id zv14-20020a056a213a8e00b001146390db06mr4029143pzb.32.1686243091884; Thu, 08 Jun 2023 09:51:31 -0700 (PDT) Received: from hermes.local (204-195-120-218.wavecable.com. [204.195.120.218]) by smtp.gmail.com with ESMTPSA id x21-20020aa79195000000b00659b8313d08sm1329500pfa.78.2023.06.08.09.51.31 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 08 Jun 2023 09:51:31 -0700 (PDT) From: Stephen Hemminger To: andriy.berestovskyy@cavium.com Cc: dev@dpdk.org Subject: Re: [PATCH v3] ether: use a default for max Rx frame size in configure() Date: Thu, 8 Jun 2023 09:51:30 -0700 Message-Id: <20230608165130.10843-1-stephen@networkplumber.org> X-Mailer: git-send-email 2.39.2 In-Reply-To: <1490288768-8114-1-git-send-email-Andriy.Berestovskyy@cavium.com> References: <1490288768-8114-1-git-send-email-Andriy.Berestovskyy@cavium.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 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 Going through the patch archives and this patch might still be interesting, but the configuration of jumbo and receive packet length has changed over the last 5 years. If this is still an issue, please either file a bug in bugzilla and/or rebase the patch on the current release.