From owner-freebsd-net@freebsd.org Wed Mar 14 20:09:16 2018 Return-Path: Delivered-To: freebsd-net@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B15A7F41EA4 for ; Wed, 14 Mar 2018 20:09:16 +0000 (UTC) (envelope-from aspam@cox.net) Received: from fed1rmfepi205.cox.net (fed1rmfepi205.cox.net [68.230.241.150]) by mx1.freebsd.org (Postfix) with ESMTP id 2CDE17494D for ; Wed, 14 Mar 2018 20:09:15 +0000 (UTC) (envelope-from aspam@cox.net) Received: from eastrmimpo109.cox.net ([68.230.241.222]) by eastrmfepo203.cox.net (InterMail vM.8.01.05.28 201-2260-151-171-20160122) with ESMTP id <20180314195909.LGIE31819.eastrmfepo203.cox.net@eastrmimpo109.cox.net> for ; Wed, 14 Mar 2018 15:59:09 -0400 Received: from thunder.sweets ([68.100.138.62]) by eastrmimpo109.cox.net with cox id Mvz91x00P1LxgH801vz9zs; Wed, 14 Mar 2018 15:59:09 -0400 X-Authority-Analysis: v=2.2 cv=G8FsK5s5 c=1 sm=1 tr=0 a=3mkzfl4ircflX6G+lDqBYw==:117 a=3mkzfl4ircflX6G+lDqBYw==:17 a=8nJEP1OIZ-IA:10 a=x7bEGLp0ZPQA:10 a=v2DPQv5-lfwA:10 a=e9ASbk4n0QUA:10 a=Kzv8BM1vUIEX2JVxurgA:9 a=wPNLvfGTeEIA:10 X-CM-Score: 0.00 Authentication-Results: cox.net; auth=pass (LOGIN) smtp.auth=jbuehler@cox.net Received: from [10.10.10.15] (thunder.sweets [10.10.10.15]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by thunder.sweets (Postfix) with ESMTP id DD98F119B5 for ; Wed, 14 Mar 2018 15:59:08 -0400 (EDT) Message-ID: <5AA97F0B.8060808@cox.net> Date: Wed, 14 Mar 2018 15:59:07 -0400 From: Joe Buehler User-Agent: Thunderbird 1.5.0.12 (X11/20120201) MIME-Version: 1.0 To: "freebsd-net@freebsd.org" Subject: netmap memory config query Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Mar 2018 20:09:16 -0000 When I increase the ixgbevf rx ring size from 1024 to 4096 I get this: [ 5526.651780] 851.135009 [ 931] netmap_obj_malloc netmap_ring request size 65792 too large [ 5526.652779] 851.136008 [1802] netmap_mem2_rings_create Cannot allocate RX_ring What netmap module parameters do I need to tweak to get past this? I am using LINUX should it matter. Joe Buehler