[dpdk-dev] [dpdk-stable] [PATCH] net/ixgbe: fix calling null function of VF

Thomas Monjalon thomas at monjalon.net
Wed May 10 17:18:05 CEST 2017


10/05/2017 14:33, Laurent Hardy:
> Hi Ferruh, Wei, Roger,
> PSB
> I also redo test plan provided through 
> http://dpdk.org/dev/patchwork/patch/20502/
> 
> Thanks & regards,
> Laurent
> 
> On 05/10/2017 02:20 PM, Roger B. Melton wrote:
> >
> >
> > On 5/10/17 5:50 AM, Ferruh Yigit wrote:
> >> On 5/10/2017 8:00 AM, Wei Dai wrote:
> >>> hw->mac.ops.get_media-type() of ixgbe VF is NULL and should not
> >>> be called directly. It had better be replaced by calling
> >>> ixgbe_get_media_type( ) to avoid crash.
> >>>
> >>> Fixes: c12d22f65b13 ("net/ixgbe: ensure link status is updated")
> >>> Cc: stable at dpdk.org
> >>>
> >>> Signed-off-by: Wei Dai <wei.dai at intel.com>
> Acked-by: Laurent Hardy <laurent.hardy at 6wind.com>

Removing stable at dpdk.org as the bug was introduced in 17.05-rc3.

Applied, thanks


More information about the dev mailing list