From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2] examples/netmap_compat: fix infinite loop Date: Mon, 16 May 2016 18:54:44 +0200 Message-ID: <5229237.mgEh5IYliP@xps13> References: <1461322049-30416-1-git-send-email-michalx.kobylinski@intel.com> <1461763361-9054-1-git-send-email-michalx.kobylinski@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: Michal Kobylinski , john.mcnamara@intel.com, bruce.richardson@intel.com To: dev@dpdk.org Return-path: Received: from mail-wm0-f51.google.com (mail-wm0-f51.google.com [74.125.82.51]) by dpdk.org (Postfix) with ESMTP id 816FB960D for ; Mon, 16 May 2016 18:54:46 +0200 (CEST) Received: by mail-wm0-f51.google.com with SMTP id g17so145892589wme.1 for ; Mon, 16 May 2016 09:54:46 -0700 (PDT) In-Reply-To: <1461763361-9054-1-git-send-email-michalx.kobylinski@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-27 15:22, Michal Kobylinski: > Fix issue reported by Coverity. > > Coverity ID 30701: Infinite loop: The loop does not have a normal > termination condition, so will continue until an abnormal condition > arises. In rte_netmap_poll: Infinite loop with unsatisfiable exit > condition. > > Fixes: 06371afe394d ("examples/netmap_compat: import netmap > compatibility example") > > Signed-off-by: Michal Kobylinski Applied, thanks