From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f175.google.com (mail-wi0-f175.google.com [209.85.212.175]) by dpdk.org (Postfix) with ESMTP id 773C55A68 for ; Mon, 10 Aug 2015 18:41:21 +0200 (CEST) Received: by wicja10 with SMTP id ja10so33466555wic.1 for ; Mon, 10 Aug 2015 09:41:21 -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=ImkPrhnPn96GpIGTIR32mjxu6YQAkp+wQYdT4St2hd8=; b=UNHta5eYhMzpg7JPea12LzwyE6V65DU91qtoepdN9qpw48zv4O0Zs1wwFIl8/tLLF3 3isJTAf/3smnITKYyXdACQAFlAk35yCQcfwl5QX4uVCnHgQygFkh5FBtlUNz9XP+NhBO c7+ebItMmkBiS/GqC9OhDaWtYF2lRKmJrZneHHzos4xmfW70Y7FJWYAI26GMCKBUeb// xsreFI7m/xWxlC0uzd5GOum/FjsEdRiJxvBI8QA/uJ0Xx+KTfNuheNw72lZVbi+gd6q2 T1kVApjvSNnPFIV29skULWEW+0viww+eoxStJ1mi5HdPOAuN9d+KFO0tIlwdGBv+MUHV B1hA== X-Gm-Message-State: ALoCoQkpYzGUG3DS2KcvPbSzNihnxrFv4v44MAk1Nr8TvtRy+rUCGa7Zu5Yi4iFcUQNRZBfQPoW5 X-Received: by 10.180.188.131 with SMTP id ga3mr22207901wic.69.1439224881011; Mon, 10 Aug 2015 09:41:21 -0700 (PDT) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by smtp.gmail.com with ESMTPSA id ll1sm14574511wic.14.2015.08.10.09.41.19 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 10 Aug 2015 09:41:20 -0700 (PDT) From: Thomas Monjalon To: Hyun Yoo Date: Mon, 10 Aug 2015 18:40:07 +0200 Message-ID: <2897160.uWH1RnBxey@xps13> Organization: 6WIND User-Agent: KMail/4.14.8 (Linux/4.0.4-2-ARCH; KDE/4.14.8; x86_64; ; ) In-Reply-To: References: <1438811889-7439-1-git-send-email-easetheworld@gmail.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] examples/kni: Fix segmentation fault at program exit 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: Mon, 10 Aug 2015 16:41:21 -0000 > > In kni_free_kni(), p[i] should be p[port_id] > > > > Signed-off-by: Hyun Yoo > Acked-by: Helin Zhang Applied, thanks