From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 8DFEAA009E for ; Sun, 27 Oct 2019 11:12:46 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 8212D1BF19; Sun, 27 Oct 2019 11:12:45 +0100 (CET) Received: from us-smtp-delivery-1.mimecast.com (us-smtp-1.mimecast.com [207.211.31.81]) by dpdk.org (Postfix) with ESMTP id 296B91BECD for ; Sun, 27 Oct 2019 11:12:44 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1572171163; 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=IyhLoIjb2I+WDTNUQH9dzGXLnsbhKS//IvCglcH6wgM=; b=YCgmnay5oB+SaoR+KIcD2dwLvhajBpgDDjjFUMRX3tfIEp1WjZgjBY825Xr3TSMh0fNDAK lQIq4S0j5cCdpaKrG+acJYXSyuIqfgqK7j19tt1soh794BRm8kdjfPnCydFrGF4gFDz7by 9LTB9jVoFyvAQ81FbBqQuy3jt7mNz5c= Received: from mail-vk1-f200.google.com (mail-vk1-f200.google.com [209.85.221.200]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-97-9Zq6dbqiOiWjlfgnduqxaQ-1; Sun, 27 Oct 2019 06:12:42 -0400 Received: by mail-vk1-f200.google.com with SMTP id h186so3390367vkg.14 for ; Sun, 27 Oct 2019 03:12:41 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=e9fqhgiKAtgjHSVOqirWtD+8f73kdefKDmCSFRVxVsQ=; b=h14+zcvyGLT3bVqoo2sbdPYnsWVTdPoULV1YIeI/hPD9vDy9OYz+qUejmmq0pd93wr 0YAmuLmJotgJSjeJrgQ082nB2md/8nH+bB1NQXbvWPphi0dHHynxQtD50DzRj2G8EdMY 6PP7h5KBWe1088KLphMeeV1RCOXtZ2dRL4AGIsFOApdt/J+AELBtXldlsksryy/PqzF0 /euXQfQ7sjJOtGOXfXgipRNzyuK+xK4X+RiNXDIhFQFId3UhA/iU3JIxmnbGEMuRhm0x +1GyernZaYneyCUry1opUN7C+YxRZ3qtyEP+4Z3GknJxPdvHiEOkLi86OO5eCyo0leKg kicA== X-Gm-Message-State: APjAAAULuLOCpIrrPTX/jMoERMmCEAfMebO6LqKL2Rlk5NEfPWeo6YZK PUvufXG37sdwVyCC25d2iRbIcNbzpZvWsU52rHNZrnV1Qe4tCJCU2RsO6sOqPCGa5prHuj64kDg lktkbNR2V7udC1kzB2xg= X-Received: by 2002:a67:7d95:: with SMTP id y143mr6575662vsc.39.1572171161589; Sun, 27 Oct 2019 03:12:41 -0700 (PDT) X-Google-Smtp-Source: APXvYqz80VO3nrDmQSJ1eGXJy9u3Nwz8IfbbzuCRakL37J2NXwdC8k9iYQLCCkh1dlY7NU1NQpIVK1ewfV/4B6G+7WQ= X-Received: by 2002:a67:7d95:: with SMTP id y143mr6575655vsc.39.1572171161372; Sun, 27 Oct 2019 03:12:41 -0700 (PDT) MIME-Version: 1.0 References: <20190919112257.85337-1-iryzhov@nfware.com> <20191025183058.43054-1-ferruh.yigit@intel.com> In-Reply-To: <20191025183058.43054-1-ferruh.yigit@intel.com> From: David Marchand Date: Sun, 27 Oct 2019 11:12:30 +0100 Message-ID: To: Ferruh Yigit Cc: dev , Igor Ryzhov X-MC-Unique: 9Zq6dbqiOiWjlfgnduqxaQ-1 X-Mimecast-Spam-Score: 0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [dpdk-dev] [PATCH v2] kni: add ability to set min/max MTU X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Fri, Oct 25, 2019 at 8:31 PM Ferruh Yigit wrote= : > > From: Igor Ryzhov > > Starting with kernel version 4.10, there are new min/max MTU values in > net_device structure, which are set to ETH_MIN_MTU and ETH_DATA_LEN by > default. We should be able to change these values to allow MTU more than > 1500 to be set on KNI. > > Signed-off-by: Igor Ryzhov > Acked-by: Ferruh Yigit Applied, thanks. --=20 David Marchand