From mboxrd@z Thu Jan 1 00:00:00 1970 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) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=umLXeKYgKEZ5/LHrFrM5jFqcLA1heCm8eG5Z0/t94M4=; b=TukgX0WsCBZdV1R2a5X5S2HSe1/UiXpWelzQ6sRE/a+NK6/Rp1bxKllzuZqwRJfPnM bZ+77SfcZoh5JoXKiaD0hM7Ng5fBUuqvmX48vrSgPlvWzknz3KhJfMXrG6S5DU4SbNN7 GvVPzRnZPB0PksVg6UFGhd55/yoLQ9Vcm+caUWpXWLJxvNVs7UVpNOv/nQI1bHfBUwHV eKvOuvE/xXpacS6trK/Bb5ePCIugRxkutVFH2BHOnucmYZjbbPV+uXupEhl/iRTCYA1V GaplcBEMUGK5G0OD83JJwKyIa2Ikprr7PkiYTemnz7tM7z1MsZQfPSlsX39BBnpqqR14 nhrQ== X-Gm-Message-State: ALoCoQnHr3aJUylD7z3zE5gEh740EAtqdPZklz1LCEOfyPo4voSfk7RpWVuf8/9pWtJliD010r9T X-Received: by 10.180.72.48 with SMTP id a16mr11888074wiv.39.1445707800185; Sat, 24 Oct 2015 10:30:00 -0700 (PDT) Received: from xps13.localnet (APoitiers-657-1-74-252.w90-45.abo.wanadoo.fr. [90.45.221.252]) by smtp.gmail.com with ESMTPSA id u64sm1073493wmd.6.2015.10.24.10.29.59 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 24 Oct 2015 10:29:59 -0700 (PDT) From: Thomas Monjalon To: 'Ravi Kerur' Date: Sat, 24 Oct 2015 19:28:34 +0200 Message-ID: <1515703.4F7CgMnloN@xps13> Organization: 6WIND User-Agent: KMail/4.14.10 (Linux/4.1.6-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: <000c01d0daed$ec601ad0$c5205070$@com> References: <1440014407-3233-1-git-send-email-rkerur@gmail.com> <000c01d0daed$ec601ad0$c5205070$@com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH v1] Return ENOMEM during mpipe_devinit failure X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Oct 2015 17:30:00 -0000 > >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