commit | ab123fe071c9aa9680ecd62eb080eb26cff4892c | [log] [tgz] |
---|---|---|
author | Govindarajulu Varadarajan <gvaradar@cisco.com> | Fri Jul 27 11:19:29 2018 -0700 |
committer | David S. Miller <davem@davemloft.net> | Sat Jul 28 19:04:38 2018 -0700 |
tree | 8052f1c5e7cb080337a28658896f725251a5f372 | |
parent | 136f55f660192ce04af091642efc75d85e017364 [diff] |
enic: handle mtu change for vf properly When driver gets notification for mtu change, driver does not handle it for all RQs. It handles only RQ[0]. Fix is to use enic_change_mtu() interface to change mtu for vf. Signed-off-by: Govindarajulu Varadarajan <gvaradar@cisco.com> Signed-off-by: David S. Miller <davem@davemloft.net>