From mboxrd@z Thu Jan 1 00:00:00 1970 From: SF Markus Elfring Subject: Re: hyperv/netvsc: Delete two error messages for a failed memory allocation in netvsc_init_buf() Date: Mon, 8 Jan 2018 19:19:23 +0100 Message-ID: <31b03449-4ef8-538d-a021-cb3e5bbc2a21@users.sourceforge.net> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: KY Srinivasan , Stephen Hemminger , LKML , kernel-janitors@vger.kernel.org To: Haiyang Zhang , "devel@linuxdriverproject.org" , netdev@vger.kernel.org Return-path: In-Reply-To: Content-Language: en-GB Sender: linux-kernel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org > These messages are not displayed anywhere else: > "unable to allocate receive buffer of size %u\n" > "unable to allocate send buffer of size %u\n", > > After set ret = -ENOMEM; and cleanup, we won't know which buffer allocation failed without the error message. Do you notice a Linux allocation failure report before them in your system? > So please do not remove these messages. How much does the distinction matter for these buffers? Regards, Markus