[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <7b6a4392-ed51-4324-9b2e-fa483f769882@oracle.com>
Date: Wed, 4 Apr 2018 09:53:21 -0700
From: Shannon Nelson <shannon.nelson@...cle.com>
To: Alexander Duyck <alexander.h.duyck@...el.com>,
intel-wired-lan@...ts.osuosl.org, jeffrey.t.kirsher@...el.com
Cc: netdev@...r.kernel.org
Subject: Re: [Intel-wired-lan] [iwl next-queue PATCH 02/10] macvlan: Rename
fwd_priv to accel_priv and add accessor function
On 4/3/2018 2:16 PM, Alexander Duyck wrote:
[...]
>
> +static inline void *macvlan_accel_priv(struct net_device *dev)
> +{
> + struct macvlan_dev *macvlan = netdev_priv(dev);
> +
> + return macvlan->accel_priv;
Perhaps a check for (macvlan == NULL) before using it?
sln
> +}
> #endif /* _LINUX_IF_MACVLAN_H */
>
> _______________________________________________
> Intel-wired-lan mailing list
> Intel-wired-lan@...osl.org
> https://lists.osuosl.org/mailman/listinfo/intel-wired-lan
>
Powered by blists - more mailing lists