From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] examples/qos_sched: fix uninitialized scalar variable Date: Tue, 24 Oct 2017 23:58:46 +0200 Message-ID: <1676437.IiOK3OhmL8@xps> References: <20171023103600.89883-1-jasvinder.singh@intel.com> <20171024090957.114392-1-jasvinder.singh@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, cristian.dumitrescu@intel.com, ferruh.yigit@intel.com, john.mcnamara@intel.com, stable@dpdk.org To: Jasvinder Singh Return-path: In-Reply-To: <20171024090957.114392-1-jasvinder.singh@intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 24/10/2017 11:09, Jasvinder Singh: > Fix problem with uninitialized rx/tx deferred_start flags of the struct > rte_eth_rxconf/txconf by initializing with 0 value (deferred start of > the rx/tx queues is turned off). This setting allows device rx/tx > queues to start with rte_eth_dev_start(). > > Coverity issue: 194999, 195009 (Uninitialized scalar variable) > Fixes: de3cfa2c9823 ("sched: initial import") > Cc: stable@dpdk.org > > Signed-off-by: Jasvinder Singh Applied, thanks