[dpdk-dev] [PATCH] enic: state change from link-down to link-up not recognized
Thomas Monjalon
thomas.monjalon at 6wind.com
Wed Mar 30 19:35:01 CEST 2016
2016-03-25 17:45, John Daley:
> When the enic was disabled, link notification was correctly disabled
> in the NIC but the software indicator that it was disabled was not
> updated (vdev->notify_pa not set to 0). When the link came back up,
> enic did not re-enable notification in the NIC.
>
> This affected bonding when a enic slave device link bounced.
>
> The fix is to unconditionally enable notification when the enic is
> enabled.
>
> Fixes: 9913fbb91df0 ("enic/base: common code")
>
> Signed-off-by: John Daley <johndale at cisco.com>
> Reviewed-by: Nelson Escobar <neescoba at cisco.com>
Applied, thanks
More information about the dev
mailing list