From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v1] Return ENOMEM during mpipe_devinit failure Date: Sat, 24 Oct 2015 19:28:34 +0200 Message-ID: <1515703.4F7CgMnloN@xps13> References: <1440014407-3233-1-git-send-email-rkerur@gmail.com> <000c01d0daed$ec601ad0$c5205070$@com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: 'Ravi Kerur' Return-path: Received: from mail-wi0-f176.google.com (mail-wi0-f176.google.com [209.85.212.176]) by dpdk.org (Postfix) with ESMTP id 5E9626A95 for ; Sat, 24 Oct 2015 19:30:00 +0200 (CEST) Received: by wicll6 with SMTP id ll6so66366256wic.0 for ; Sat, 24 Oct 2015 10:30:00 -0700 (PDT) In-Reply-To: <000c01d0daed$ec601ad0$c5205070$@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" > >In function rte_pmd_mpipe_devinit, if rte_eth_dev_allocate > >fails return error which is inline with other drivers. > > > >Signed-off-by: Ravi Kerur > > Thanks for fixing this. > Acked-by: Zhigang Lu Applied, thanks