Re: [dpdk-dev] [PATCH 1/2] net/qede: fix to update VF MTU

2018-05-31 Thread Ferruh Yigit
On 5/23/2018 12:16 AM, Rasesh Mody wrote: > This patch fixes VF MTU update to work without having to restart the > vport and there by not requiring port re-configuration. It adds a > VF MTU Update TLV to achieve the same. Firmware can handle VF MTU update > by just pausing the vport. > > Fixes: dd

Re: [dpdk-dev] [PATCH 1/2] net/qede: fix to update VF MTU

2018-05-23 Thread Mody, Rasesh
Hi Ferruh, > From: Ferruh Yigit [mailto:ferruh.yi...@intel.com] > Sent: Wednesday, May 23, 2018 8:48 AM > > On 5/23/2018 12:16 AM, Rasesh Mody wrote: > > This patch fixes VF MTU update to work without having to restart the > > vport and there by not requiring port re-configuration. It adds a VF >

Re: [dpdk-dev] [PATCH 1/2] net/qede: fix to update VF MTU

2018-05-23 Thread Ferruh Yigit
On 5/23/2018 12:16 AM, Rasesh Mody wrote: > This patch fixes VF MTU update to work without having to restart the > vport and there by not requiring port re-configuration. It adds a > VF MTU Update TLV to achieve the same. Firmware can handle VF MTU update > by just pausing the vport. > > Fixes: dd

[dpdk-dev] [PATCH 1/2] net/qede: fix to update VF MTU

2018-05-22 Thread Rasesh Mody
This patch fixes VF MTU update to work without having to restart the vport and there by not requiring port re-configuration. It adds a VF MTU Update TLV to achieve the same. Firmware can handle VF MTU update by just pausing the vport. Fixes: dd28bc8c6ef4 ("net/qede: fix VF port creation sequence")