From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id A2C75A00BE; Mon, 27 Apr 2020 18:58:00 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 7F1441D528; Mon, 27 Apr 2020 18:58:00 +0200 (CEST) Received: from mail-pg1-f193.google.com (mail-pg1-f193.google.com [209.85.215.193]) by dpdk.org (Postfix) with ESMTP id 3B8941D516 for ; Mon, 27 Apr 2020 18:57:59 +0200 (CEST) Received: by mail-pg1-f193.google.com with SMTP id h69so8937298pgc.8 for ; Mon, 27 Apr 2020 09:57:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=networkplumber-org.20150623.gappssmtp.com; s=20150623; h=date:from:to:cc:subject:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=R+WANFid0pWPA8l/Y1X3cF+eAWt04gY/XudmbOf8RGo=; b=TBG6ZZolXMYJZmHteXORJD9DGO6nfvJby+zj8ZLJnPMkUB4IN7Yxsb2PcqsR+ke4do N33ZunvE6WixO/nS5SMu9RVExIIKPNLehQk7+PjZp0bmqpwu0YB5tYrtMNe36ReYcI6n FUBetTWZcgtpQt19dONoAovxo92TqHnBIipW6ha9SaPAzWha4xRB7hfOyFGxpqvq2LiB kfM303xc4XYwKWSGs8CKL2ErxUF3c0GQp2fF40XDqpVzNPI+8gUqrJTSPE5sM8zARx5a iAXnFRy7uaoddOYzy9DMVG26BzStlQY4yDYxq8r17Hvya8qEpZ8FZIqKjRbKfhNwnpuq lCJg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=R+WANFid0pWPA8l/Y1X3cF+eAWt04gY/XudmbOf8RGo=; b=pqCiLIhAd342qUmm5MddRkBT2ljA3bLuhGQRSv/XXN6Eh8LiGR2SJTQGBWtPwnka2S 38GsWlPfYua4zew35Zpo8c7ANbG3/VqMwj/1dysWka0541oBjSZCz4+C3Len6KXxqgu/ 3ugu52+vMJP3m3CRF/MWcFty/GwHs4ngdfICqkHXoB7ncfn3VYwzim+tJNtnSk0VBuXN 0UcL2dXbDEShhK2GNyb8pw6pzc6IeIyc6O8BUtYueBbdah6Ofd+je1FwgK3icCO9pTwI jY6A7MwgH3pTqwGmdiNhd+N2bUq/1eQqJkchQowndasLj9G1pswyPFgJcUKEBDK4t1V3 Dryw== X-Gm-Message-State: AGi0PuYW2kX/gmUShca4R4aoLp33C6s84MhsfiZ3VnhK/LlYAyk+oK/P dXpjscdHozuo4P+HyE3G+mAbpw== X-Google-Smtp-Source: APiQypJPyKolfiaZYeN0/kgB0fSCJuIrPl4UUH9cBOVRFYC34E4AzBKw5qs2M984HcM5xcOPL9vdNw== X-Received: by 2002:a65:4947:: with SMTP id q7mr9219978pgs.23.1588006678431; Mon, 27 Apr 2020 09:57:58 -0700 (PDT) Received: from hermes.lan (204-195-22-127.wavecable.com. [204.195.22.127]) by smtp.gmail.com with ESMTPSA id i25sm12640975pfo.196.2020.04.27.09.57.57 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 27 Apr 2020 09:57:58 -0700 (PDT) Date: Mon, 27 Apr 2020 09:57:50 -0700 From: Stephen Hemminger To: David Marchand Cc: Liron Himi , dpdk-dev Message-ID: <20200427095750.0d96a532@hermes.lan> In-Reply-To: References: <20200427075048.6afca853@hermes.lan> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [dpdk-dev] rte epoll functions X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Mon, 27 Apr 2020 17:01:21 +0200 David Marchand wrote: > On Mon, Apr 27, 2020 at 4:51 PM Stephen Hemminger > wrote: > > > > On Mon, 27 Apr 2020 13:33:27 +0000 > > Liron Himi wrote: > > =20 > > > Hi, > > > > > > > > > We noticed that the implementation of rte_epoll_wait doesn't stopped = on signal such as SIGINT. > > > > > > Is anyone know why? > > > > > > If that on purpose and cannot be changed, how application can exit gr= acefully when using rx interrupts for example. > > > > > > Regards, > > > Liron > > > =20 > > > > I noticed that, submitted a patch, and it has been unmerged for 9 months > > https://patchwork.dpdk.org/patch/57047/ =20 >=20 > - Indeed, there was no review nor any comment about the "bien fond=C3=A9" > of this patch for 9 months, > - We don't need a new symbol, this should be fixed + symbol versioning > to keep current behavior. >=20 >=20 We do need a new symbol. People may want the old behavior.