Re: [dpdk-dev] [PATCH v2] net/enic: reset the vxlan port during vNIC initialization

2018-08-02 Thread Thomas Monjalon
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

[dpdk-dev] [PATCH v2] net/enic: reset the vxlan port during vNIC initialization

2018-07-31 Thread 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: