From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) by dpdk.org (Postfix) with ESMTP id 7FE645424 for ; Mon, 19 Nov 2018 00:17:42 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 0D232202F2; Sun, 18 Nov 2018 18:17:42 -0500 (EST) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Sun, 18 Nov 2018 18:17:42 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s=mesmtp; bh=bfowUih6+PY2zntunuxLZ+gEqEaUVzn2IeTArwW0OMU=; b=XqaJ4rjDsAxQ qqkQpZPmhhWIT5xEw+PMUKon4fpH5ZRRHYEV1U35tj1qm1egHK+Mqy4TvYVJpQE2 zYplz9PeJJoRHQCsRPd7VSBx45RRs5o2ExtNNVjYkJgs7kSF9Hx9O68zw6Q/M2Th COdbxnlKJQEf3ovLoZJEjdGCM8VvPBE= 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-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm1; bh=bfowUih6+PY2zntunuxLZ+gEqEaUVzn2IeTArwW0O MU=; b=BCsjG+BjfOdtWfLdjDuib63FG93FwOIpV9B4DWhE1fc+3CM5QzhngDOAG KppLmMKaSg9a/ZM73SImf3hG+ahlNSqThF6EbYQycNxSVrGi9LTj2WXrhMdfbRlS GasZq3W+tPUY4YT7eIab8mDmk+vIE7J7q4X407AM81xvA21Qiln6+jMlurZ1SjRP MMQnQ8EgmdnSBQq1FLLl0U7P33zsg2hZvGPeVD8Z0LZtthrftUfowvtbHpongCDy pt0H8kpaUOG9Ui84wfA+inQXHoIfXSDZgjqt2AA6AQb2Qug8l6YU1c97jORlsEhX V9KebZwDuevElwbuQFsJlAxxhc75Q== X-ME-Sender: X-ME-Proxy: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 884F9102E4; Sun, 18 Nov 2018 18:17:40 -0500 (EST) From: Thomas Monjalon To: Dan Gora Cc: dev@dpdk.org, Ferruh Yigit , John McNamara , Marko Kovacevic Date: Mon, 19 Nov 2018 00:17:39 +0100 Message-ID: <16588351.frvuG6Gf5f@xps> In-Reply-To: <734dc7b8-e198-1c60-d10e-0bff46cdbfec@intel.com> References: <20181105182934.20599-1-dg@adax.com> <20181105195413.24431-1-dg@adax.com> <734dc7b8-e198-1c60-d10e-0bff46cdbfec@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v2] doc: add kni changes to release note 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: Sun, 18 Nov 2018 23:17:42 -0000 14/11/2018 01:34, Ferruh Yigit: > On 11/5/2018 7:54 PM, Dan Gora wrote: > > Add the new module parameter for the KNI kernel module, the new command > > line flag for the KNI sample application, and the new API function > > 'rte_kni_update_link()' to the release note. > > > > Signed-off-by: Dan Gora > > Acked-by: Ferruh Yigit Applied, thanks