From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pl0-f52.google.com ([209.85.160.52]:37649 "EHLO mail-pl0-f52.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751312AbeCMAXe (ORCPT ); Mon, 12 Mar 2018 20:23:34 -0400 Received: by mail-pl0-f52.google.com with SMTP id w12-v6so10329653plp.4 for ; Mon, 12 Mar 2018 17:23:33 -0700 (PDT) Subject: Re: [RFC PATCH v0 2/2] skbuff: Notify errors with sk_error_report() To: Vinicius Costa Gomes , netdev@vger.kernel.org Cc: randy.e.witt@intel.com, davem@davemloft.net References: <20180312231052.13961-1-vinicius.gomes@intel.com> <20180312231052.13961-3-vinicius.gomes@intel.com> From: Eric Dumazet Message-ID: Date: Mon, 12 Mar 2018 17:23:31 -0700 MIME-Version: 1.0 In-Reply-To: <20180312231052.13961-3-vinicius.gomes@intel.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Sender: netdev-owner@vger.kernel.org List-ID: On 03/12/2018 04:10 PM, Vinicius Costa Gomes wrote: > When errors are enqueued to the error queue via sock_queue_err_skb() > function, it is possible that the correct application is not notified. Your patch makes sense, thanks.