From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Hemminger Subject: igb PMD should set the default tx wthresh correctly. Date: Thu, 16 Jul 2015 10:16:50 -0700 Message-ID: <20150716101650.45c0e25a@urahara> Mime-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Cc: dev@dpdk.org To: Wenzhuo Lu Return-path: Received: from mx0a-000f0801.pphosted.com (mx0a-000f0801.pphosted.com [67.231.144.122]) by dpdk.org (Postfix) with ESMTP id EDC34376D for ; Thu, 16 Jul 2015 19:16:51 +0200 (CEST) List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Why doesn't igb driver set the wthresh it wants as default? I see: PMD: eth_igb_tx_queue_setup(): To improve 1G driver performance, consider setting the TX WTHRESH value to 4, 8, or 16. But the default tx_conf has wthresh of 0. #define IGB_DEFAULT_TX_WTHRESH 0 Either message should be removed or default TX wthresh should change.