From patchwork Wed Apr 8 19:54:31 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tim Harvey X-Patchwork-Id: 459447 X-Patchwork-Delegate: sbabic@denx.de Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from theia.denx.de (theia.denx.de [85.214.87.163]) by ozlabs.org (Postfix) with ESMTP id 46F6B14016A for ; Thu, 9 Apr 2015 05:55:47 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 2EB6BA74A6; Wed, 8 Apr 2015 21:55:37 +0200 (CEST) Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id fexOTdRp4EtL; Wed, 8 Apr 2015 21:55:37 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 40405A7420; Wed, 8 Apr 2015 21:55:26 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 1300CA7421 for ; Wed, 8 Apr 2015 21:55:19 +0200 (CEST) Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 7659k5HUTsFc for ; Wed, 8 Apr 2015 21:55:18 +0200 (CEST) X-policyd-weight: NOT_IN_SBL_XBL_SPAMHAUS=-1.5 NOT_IN_SPAMCOP=-1.5 NOT_IN_BL_NJABL=-1.5 (only DNSBL check requested) Received: from mail-pa0-f43.google.com (mail-pa0-f43.google.com [209.85.220.43]) by theia.denx.de (Postfix) with ESMTPS id 99097A7427 for ; Wed, 8 Apr 2015 21:55:14 +0200 (CEST) Received: by pacyx8 with SMTP id yx8so124358456pac.1 for ; Wed, 08 Apr 2015 12:55:13 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=b52IJK/aPUhpnmxr82SQDgQo8xOkcYUBKpcOaMnNNlg=; b=ZK+Za39PkWM08lO73HZ3hUjO1a6EyMUba8VzWfk206Aq/xMs2jwP5gYB72Ou4Pg/HL aoz1Mmjy2KWlop/Lo8Gfv9ab+n1Ib6CTfPVSzqi68QzG4MTmMpw9dXMMgpKinZV3Txmw yOhRu9ax3pEHMBHOknNxFMZgf+GsbxCGfU+VKJ+KJ54WlTjbLn6A0NBXs4gV/AUu6MG3 u4EIyx235HJvAonxabkYxwxVbMUwTzoVmS3qIPtsJPUAdOr1FVywMeGOYuI9/+9a5NWQ QenqFgcCSMnp4cXaXg3FUZZk6b+iPFDyTsCElu6plq1VE2fEwvImLfnPuFmzAiCGBp1J //wQ== X-Gm-Message-State: ALoCoQkL2Pt2YMcoJT7LupgUJBNZsjhrLpcD/6Y4Hana6Vs1eyA/yv07VGeRXXBsw68WMjgELq5M X-Received: by 10.70.103.10 with SMTP id fs10mr28388606pdb.141.1428522912871; Wed, 08 Apr 2015 12:55:12 -0700 (PDT) Received: from tharvey.gw (68-189-91-139.static.snlo.ca.charter.com. [68.189.91.139]) by mx.google.com with ESMTPSA id u5sm12130208pdu.57.2015.04.08.12.55.11 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Wed, 08 Apr 2015 12:55:12 -0700 (PDT) From: Tim Harvey To: Stefano Babic Date: Wed, 8 Apr 2015 12:54:31 -0700 Message-Id: <1428522904-8111-2-git-send-email-tharvey@gateworks.com> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1428522904-8111-1-git-send-email-tharvey@gateworks.com> References: <1428522904-8111-1-git-send-email-tharvey@gateworks.com> Cc: u-boot@lists.denx.de Subject: [U-Boot] [PATCH 01/34] imx: ventana: disable 4k tftp/nfs packets X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.15 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" I've encountered issues when using 4k packets through certain switches. For now disable this and go back to using MTU size packets. Signed-off-by: Tim Harvey --- include/configs/gw_ventana.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/include/configs/gw_ventana.h b/include/configs/gw_ventana.h index 620f950..e60173f 100644 --- a/include/configs/gw_ventana.h +++ b/include/configs/gw_ventana.h @@ -115,11 +115,6 @@ #define CONFIG_CMD_UBIFS #define CONFIG_DOS_PARTITION -/* Network config - Allow larger/faster download for TFTP/NFS */ -#define CONFIG_IP_DEFRAG -#define CONFIG_TFTP_BLOCKSIZE 4096 -#define CONFIG_NFS_READ_SIZE 4096 - /* * SATA Configs */