From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2] net/enic: reset the vxlan port during vNIC initialization Date: Thu, 02 Aug 2018 10:30:10 +0200 Message-ID: <2507509.a2oCOh9a6O@xps> References: <20180731211312.7299-1-johndale@cisco.com> <20180731212613.27109-1-johndale@cisco.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, John Daley , ferruh.yigit@intel.com To: Hyong Youb Kim Return-path: Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id C49291B446 for ; Thu, 2 Aug 2018 10:30:16 +0200 (CEST) In-Reply-To: <20180731212613.27109-1-johndale@cisco.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 31/07/2018 23:26, John Daley: > From: Hyong Youb Kim > > The NIC persists the vxlan port number across vNIC init/de-init > (e.g. restart testpmd). So, explicitly reset the setting to the > default value (4789) as part of the initialization. > > Fixes: 8a4efd17410c ("net/enic: add handlers to add/delete vxlan port number") > > Signed-off-by: Hyong Youb Kim > Reviewed-by: John Daley Applied, thanks