From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2] ixgbe: fix occasional timeouts when starting VF Date: Tue, 05 Apr 2016 17:47:57 +0200 Message-ID: <1644934.6ArMgPXceK@xps13> References: <1459853800-31760-1-git-send-email-bernard.iremonger@intel.com> <1459868146-26547-1-git-send-email-bernard.iremonger@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, wenzhuo.lu@intel.com To: Bernard Iremonger Return-path: Received: from mail-wm0-f41.google.com (mail-wm0-f41.google.com [74.125.82.41]) by dpdk.org (Postfix) with ESMTP id C32772C1A for ; Tue, 5 Apr 2016 17:49:35 +0200 (CEST) Received: by mail-wm0-f41.google.com with SMTP id u206so10098023wme.1 for ; Tue, 05 Apr 2016 08:49:35 -0700 (PDT) In-Reply-To: <1459868146-26547-1-git-send-email-bernard.iremonger@intel.com> 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" 2016-04-05 15:55, Bernard Iremonger: > - poll_ms = 10; > + poll_ms = RTE_IXGBE_REGISTER_POLL_WAIT_15_MS; [...] > #define RTE_IXGBE_REGISTER_POLL_WAIT_10_MS 10 > +#define RTE_IXGBE_REGISTER_POLL_WAIT_15_MS 15 > #define RTE_IXGBE_WAIT_100_US 100 I don't understand why these constants are needed. There is no semantic, just an arbitrary number.