From owner-freebsd-net@freebsd.org Fri Sep 18 12:47:43 2020 Return-Path: Delivered-To: freebsd-net@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 311583E29DC for ; Fri, 18 Sep 2020 12:47:43 +0000 (UTC) (envelope-from patfbsd@davenulle.org) Received: from sender4-of-o58.zoho.com (sender4-of-o58.zoho.com [136.143.188.58]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4BtDBk1f82z4X8n for ; Fri, 18 Sep 2020 12:47:41 +0000 (UTC) (envelope-from patfbsd@davenulle.org) ARC-Seal: i=1; a=rsa-sha256; t=1600433258; cv=none; d=zohomail.com; s=zohoarc; b=h27WUv5hgf/o74NrkyLUouvVUCQrHu5YbANB2j/CzU01XoD1Z25KypqFghR68mystIiZHTySn9+D6bUIjOUbdZjX3QnDaW0J2ZsFAzxzyH9sP9kigf4T43zS9wFn74fEIC3efPUQXz4u2mn3VuMMHVBohZt2DJhi/NyZXZ6LTJM= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1600433258; h=Content-Type:Content-Transfer-Encoding:Date:From:In-Reply-To:MIME-Version:Message-ID:References:Subject:To; bh=qMGMQ7OfDK+DJ91zFB98GkclfH2aFnEhvdWD8FwOlPs=; b=oFSUFXwYjNnByuPGe3VazI4j8YeVbV3O/6d9gO/1xheRlaIyGadRqGpKBldvGbRc88aZOqfoCi80sonmjacZrirpXnLi9g9rP6hyv+DSw8yc8HLOopUm1EPN5tFB8nA+9LpuwV9yO2te09HqkBIv/bjs4JeVUOuXmmDS+uE8dq0= ARC-Authentication-Results: i=1; mx.zohomail.com; spf=pass smtp.mailfrom=patfbsd@davenulle.org; dmarc=pass header.from= header.from= Received: from mr185033.univ-rennes1.fr (mr185033.univ-rennes1.fr [129.20.185.33]) by mx.zohomail.com with SMTPS id 1600433256311626.0971929644971; Fri, 18 Sep 2020 05:47:36 -0700 (PDT) Date: Fri, 18 Sep 2020 14:47:29 +0200 From: Patrick Lamaiziere To: freebsd-net@freebsd.org Subject: Re: poor performance with Intel X520 card Message-ID: <20200918144729.40f37626@mr185033.univ-rennes1.fr> In-Reply-To: <20200710084530.777ce321@mr185033.univ-rennes1.fr> References: <20200710084530.777ce321@mr185033.univ-rennes1.fr> X-Mailer: Claws Mail 3.16.0 (GTK+ 2.24.32; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-ZohoMailClient: External X-Rspamd-Queue-Id: 4BtDBk1f82z4X8n X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=none (mx1.freebsd.org: domain of patfbsd@davenulle.org has no SPF policy when checking 136.143.188.58) smtp.mailfrom=patfbsd@davenulle.org X-Spamd-Result: default: False [-2.07 / 15.00]; RCVD_TLS_LAST(0.00)[]; NEURAL_HAM_MEDIUM(-0.16)[-0.158]; ARC_ALLOW(-1.00)[zohomail.com:s=zohoarc:i=1]; FROM_HAS_DN(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; NEURAL_HAM_LONG(-0.54)[-0.541]; MIME_GOOD(-0.10)[text/plain]; TO_DN_NONE(0.00)[]; DMARC_NA(0.00)[davenulle.org]; RCPT_COUNT_ONE(0.00)[1]; NEURAL_HAM_SHORT(-0.27)[-0.273]; RCVD_IN_DNSWL_NONE(0.00)[136.143.188.58:from]; R_SPF_NA(0.00)[no SPF record]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:2639, ipnet:136.143.188.0/23, country:US]; RCVD_COUNT_TWO(0.00)[2]; MAILMAN_DEST(0.00)[freebsd-net]; RWL_MAILSPIKE_POSSIBLE(0.00)[136.143.188.58:from] X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.33 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, 18 Sep 2020 12:47:43 -0000 On Fri, 10 Jul 2020 08:45:30 +0200 Patrick Lamaiziere wrote: > Hello, > > That is mostly for the record but it looks like the intel X520 is not > very good and generates a high level of interrupts. ... Oh I forgot to thank you all for yours replies, sorry. I will try to play with the parameters of ix at first and I will wait for the remplacement of the hardware for the rest. Regards,