From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wg0-f49.google.com (mail-wg0-f49.google.com [74.125.82.49]) by dpdk.org (Postfix) with ESMTP id 3732C68AA for ; Thu, 18 Dec 2014 21:59:13 +0100 (CET) Received: by mail-wg0-f49.google.com with SMTP id n12so2717340wgh.22 for ; Thu, 18 Dec 2014 12:59:13 -0800 (PST) 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=BRlj2NhAWKxO61wCK1yV7DmaSfDqpAKhtM1TFCYfvcc=; b=ZuQMMw03XkM2IBya6MQ59/NXSZDypuDUY5XqyB3Quns4KNCCyrJbnuhYWv9u2KNvCc xA0YOi1zb7Skq5V2c9f2j2TIiWcb5hZi19K8j77kGb7mdcJFR5pb/SwQo3IcXQhkkfOt +pugi8DvuizDxGxtZyQlYo10RDOGtW1S7eydjC82dWKo8JIlgEXIU3WMyFzT3eC/Flh+ QtaGMoJjCaNOnf4eMkWHKENQ8lEuEJbrJYGJ4K0R2o2GhUVi66ffiVejtjpMSHpyvJDY 0d2isb6wQi9oBfGXnouI7EKxkE9EzDmRwnwmxH3UbOmgrSORkdyFO31enOPn8LfmPdZQ PhLA== X-Gm-Message-State: ALoCoQk/7EPV9OGgcVQmd6oNrjiqsk6ntiPz6wsz/Ow6A66SpTP+XdkLL8pw1WfN4YVDkgoK6UNH X-Received: by 10.194.87.100 with SMTP id w4mr8125684wjz.65.1418936353036; Thu, 18 Dec 2014 12:59:13 -0800 (PST) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id w10sm10314350wje.10.2014.12.18.12.59.11 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 18 Dec 2014 12:59:12 -0800 (PST) From: Thomas Monjalon To: Daniel Mrzyglod Date: Thu, 18 Dec 2014 21:58:45 +0100 Message-ID: <5416696.NvB6vRklYc@xps13> Organization: 6WIND User-Agent: KMail/4.14.3 (Linux/3.17.4-1-ARCH; KDE/4.14.3; x86_64; ; ) In-Reply-To: <1418899870-18588-1-git-send-email-danielx.t.mrzyglod@intel.com> References: <1418899870-18588-1-git-send-email-danielx.t.mrzyglod@intel.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] af_packet: fix memory allocation check 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: Thu, 18 Dec 2014 20:59:13 -0000 2014-12-18 10:51, Daniel Mrzyglod: > In rte_eth_af_packet.c we are we are missing NULL pointer > checks after calls to alocate memory for queues. Add checking NULL > pointer and error handling. > > Signed-off-by: Daniel Mrzyglod You sent this patch twice: http://dpdk.org/ml/archives/dev/2014-December/010331.html http://dpdk.org/ml/archives/dev/2014-December/010333.html And you didn't send any patch for the part "Not munmaped queue area" of your original patch: http://dpdk.org/ml/archives/dev/2014-December/010229.html -- Thomas