From owner-freebsd-net@freebsd.org Fri Mar 24 07:36:15 2017 Return-Path: Delivered-To: freebsd-net@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 809AFD1B323 for ; Fri, 24 Mar 2017 07:36:15 +0000 (UTC) (envelope-from bzeeb-lists@lists.zabbadoz.net) Received: from mx1.sbone.de (mx1.sbone.de [IPv6:2a01:4f8:130:3ffc::401:25]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client CN "mx1.sbone.de", Issuer "SBone.DE" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 36A1F390; Fri, 24 Mar 2017 07:36:15 +0000 (UTC) (envelope-from bzeeb-lists@lists.zabbadoz.net) Received: from mail.sbone.de (mail.sbone.de [IPv6:fde9:577b:c1a9:31::2013:587]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mx1.sbone.de (Postfix) with ESMTPS id 978C225D386E; Fri, 24 Mar 2017 07:36:12 +0000 (UTC) Received: from content-filter.sbone.de (content-filter.sbone.de [IPv6:fde9:577b:c1a9:31::2013:2742]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.sbone.de (Postfix) with ESMTPS id 9919ED1F7EA; Fri, 24 Mar 2017 07:36:11 +0000 (UTC) X-Virus-Scanned: amavisd-new at sbone.de Received: from mail.sbone.de ([IPv6:fde9:577b:c1a9:31::2013:587]) by content-filter.sbone.de (content-filter.sbone.de [fde9:577b:c1a9:31::2013:2742]) (amavisd-new, port 10024) with ESMTP id r8rdI3BaWoWs; Fri, 24 Mar 2017 07:36:10 +0000 (UTC) Received: from [10.111.64.116] (unknown [IPv6:fde9:577b:c1a9:4410:bdf6:42ba:903d:22f]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by mail.sbone.de (Postfix) with ESMTPSA id E794DD1F7E9; Fri, 24 Mar 2017 07:36:09 +0000 (UTC) From: "Bjoern A. Zeeb" To: "Somayajulu, David" Cc: "freebsd-net@freebsd.org" , "gnn@freebsd.org" Subject: Re: Committing a new 25G/40G/100G Ethernet Driver Date: Fri, 24 Mar 2017 07:36:07 +0000 Message-ID: In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; format=flowed X-Mailer: MailMate (2.0BETAr6080) X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Mar 2017 07:36:15 -0000 On 24 Mar 2017, at 2:39, Somayajulu, David wrote: > Hi All, > I have a brand new Cavium 25G/40G/100G Ethernet Driver to commit to > HEAD. > The patch generated using "svn diff" is about 22Mb. Per gnn's advice > I have tried to submit the patch via Phabricator at > https://reviews.freebsd.org/differential/diff/create/ for review. The > file uploads fine but I get the following error "413 Request Entry Too > Large". I would appreciate if someone can help me circumvent this > problem. Also would it be o.k if I break the patch into smaller > portions and submit to Phabricator ? Try contacting that alias: https://www.freebsd.org/administration.html#t-phabric-admin They should be able to help. /bz