From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Hemminger Subject: Re: [PATCH 1/4] netvsc: chimney buffer size error handling Date: Thu, 23 Aug 2018 08:38:40 -0700 Message-ID: <20180823083840.4b95e78b@xeon-e3> References: <20180809175008.5787-1-stephen@networkplumber.org> <20180809175008.5787-2-stephen@networkplumber.org> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: dev@dpdk.org, Stephen Hemminger To: Ferruh Yigit Return-path: Received: from mail-pg1-f194.google.com (mail-pg1-f194.google.com [209.85.215.194]) by dpdk.org (Postfix) with ESMTP id CA8972C38 for ; Thu, 23 Aug 2018 17:38:48 +0200 (CEST) Received: by mail-pg1-f194.google.com with SMTP id k8-v6so2772767pgq.5 for ; Thu, 23 Aug 2018 08:38:48 -0700 (PDT) In-Reply-To: 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 Thu, 23 Aug 2018 15:45:17 +0100 Ferruh Yigit wrote: > On 8/9/2018 6:50 PM, Stephen Hemminger wrote: > > Fix the error handling in setting up transmit buffer. > > If setting up chimney buffer fails, then it is not connected so > > no need to send disconnect. > > > > Allow for some unused area if full area is not used. > > > > Signed-off-by: Stephen Hemminger > > subsytem is net/netvsc, so title should be: > net/netvsc: fix chimney buffer size error handling > > Fixes: 4e9c73e96e83 ("net/netvsc: add Hyper-V network device") > Cc: stable@dpdk.org > > Assuming you want patch to be backported. > > I will update as above while merging. There is not a high urgency to back port this. If chimney buffer setup fails the driver is unusable anyway. It is more of a theoretical error condition.