From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by dpdk.org (Postfix) with ESMTP id 24034378B for ; Tue, 20 Jun 2017 09:32:35 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id D18B6209E9; Tue, 20 Jun 2017 03:32:34 -0400 (EDT) Received: from frontend1 ([10.202.2.160]) by compute1.internal (MEProxy); Tue, 20 Jun 2017 03:32:34 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= cc:content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc:x-sasl-enc; s=mesmtp; bh=UchB7+ombZV8pfC bwZ9cw2WfN/9mdfzVymG23IudAcc=; b=VLOfu+AADYdxwdzcodT2nPwEapUEk3P 5cHQsC/3850bytxXL3WcPPrkvcmduUOHj5QlFhnTIJE+wmu992pOu3cj6cigJ1uS fOqErFAMWYwzAgy6kOrrIVsa+HsGdtv7kEDBvWrKtxvV7vOIsK5Md6T1zhlaKF+G RIUBv/BaP5VY= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc:x-sasl-enc; s= fm1; bh=UchB7+ombZV8pfCbwZ9cw2WfN/9mdfzVymG23IudAcc=; b=YYKPSpr4 riDKQOtHgzz91iLm4q6p6dHA6OUqArOkQaJGVL7IDsujEWY/9r/VgZUkROpkqEfP akT49qj+BDPWH07HGaftx23sognZAYTCbAYJhsxr8AAiZVBANyCJ+1oDiIKcQe7L yV4+dI+dOg/L49ATd0r56sgSCtePoya/7T6BWC8A1RP5U6GsrBI+w4/bkQBR6OSn oLUhVXj1Xd0zEpqYKqcXgUKp23EGRaHlpqzLESpQhZJjWYI2fDP48owuTDUm3XP5 lr3iiEzB1d/efA0XWZxQzW9FMAgCJWzrXg5KN763nCYGEAD6WCv62TWfIBvyAs1d QnZI8OQl5+VQvw== X-ME-Sender: X-Sasl-enc: TqJAnCmICwvk6Zm1Q63mieLsvSOWcojPBc2OsQiLYzRX 1497943954 Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 8E9897E68E; Tue, 20 Jun 2017 03:32:34 -0400 (EDT) From: Thomas Monjalon To: "Wu, Jingjing" Cc: dev@dpdk.org, "Lu, Wenzhuo" Date: Tue, 20 Jun 2017 09:32:33 +0200 Message-ID: <3183431.7A2AdEApLd@xps> In-Reply-To: <9BB6961774997848B5B42BEC655768F810DAA481@SHSMSX103.ccr.corp.intel.com> References: <20170615110221.1395-1-thomas@monjalon.net> <9BB6961774997848B5B42BEC655768F810DAA481@SHSMSX103.ccr.corp.intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] app/testpmd: always build VF and MACsec functions X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Jun 2017 07:32:35 -0000 > > These functions are supported only on ixgbe. > > However, they should appear in the help and returns an error > > if the function is not supported or not enabled. > > > > Signed-off-by: Thomas Monjalon > Acked-by: Jingjing Wu Applied