From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-bk0-f43.google.com (mail-bk0-f43.google.com [209.85.214.43]) by dpdk.org (Postfix) with ESMTP id 62AB7591D for ; Thu, 7 Nov 2013 11:58:27 +0100 (CET) Received: by mail-bk0-f43.google.com with SMTP id mz13so156906bkb.16 for ; Thu, 07 Nov 2013 02:59:21 -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:organization:to:subject:date:user-agent :references:in-reply-to:mime-version:content-type :content-transfer-encoding:message-id; bh=sFEPorGnCqnhK4SMTlUKoYkO2ZbPRlvxi9bByF34glQ=; b=F8qgyY9O1xCG+App6yW00fmXPZM7q1nJS0SS5YCZOBc5VR0wuHvUpspqGCoqiO/jWm dv9tbY1V7uH7T5S7ojyIU3vOZTEkn29lU+QKXOKQyTU+osu21hfZUSlIgUgMMnFscHPF bcW8x/298Y5Tze5wrfnuM18W4VG2AVBeQr/IOe5aDDuQMuygzlWJHhkA8/Ij2abE4ibI AFiwr6z8ZB1YyCYTyV1AoOTBQTFX++F8vcQU52ryEi2dQ3lsuTT9Aw36HGVFP+TkIOZB QOXzOfhC9gDI6CG0oUwnhx3FAIAcVznGedNmYEYI69Zj7fGm4d1Vr/31mvIUhAlTrAm+ N0uQ== X-Gm-Message-State: ALoCoQlf9rn2bw2uTHQqZYft+jzcme/1ue5nE4oaVsrbcQApFu+s1wqb8hy79pRxBwoScmMmK9Fj X-Received: by 10.204.231.12 with SMTP id jo12mr3641bkb.118.1383821961078; Thu, 07 Nov 2013 02:59:21 -0800 (PST) Received: from angus.localnet (6wind.net2.nerim.net. [213.41.180.237]) by mx.google.com with ESMTPSA id z6sm207935bkn.8.2013.11.07.02.59.19 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 07 Nov 2013 02:59:20 -0800 (PST) From: Thomas Monjalon Organization: 6WIND To: dev@dpdk.org Date: Thu, 7 Nov 2013 11:59:17 +0100 User-Agent: KMail/1.13.7 (Linux/3.2.0-4-amd64; KDE/4.8.4; x86_64; ; ) References: <1383147219-2833-1-git-send-email-thomas.monjalon@6wind.com> <527B5EE0.8050902@6wind.com> In-Reply-To: <527B5EE0.8050902@6wind.com> MIME-Version: 1.0 Content-Type: Text/Plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <201311071159.17454.thomas.monjalon@6wind.com> Subject: Re: [dpdk-dev] [PATCH] config: remove unused KNI debug option 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, 07 Nov 2013 10:58:27 -0000 > > The option RTE_LIBRTE_KNI_DEBUG has no effect so it should be removed. > > The right options are: > > - RTE_KNI_KO_DEBUG > > - RTE_KNI_VHOST_DEBUG_RX > > - RTE_KNI_VHOST_DEBUG_TX > > > > Signed-off-by: Thomas Monjalon > > Acked-by: Olivier Matz pushed -- Thomas