On 7/5/2020 12:30 PM, Andrew Lunn wrote:
> net/dsa/slave.c:505:13: warning: incorrect type in initializer (different
> address spaces)
> net/dsa/slave.c:505:13:expected void const [noderef] *__vpp_verify
> net/dsa/slave.c:505:13:got struct pcpu_sw_netstats *
>
> Add the needed _percpu
net/dsa/slave.c:505:13: warning: incorrect type in initializer (different
address spaces)
net/dsa/slave.c:505:13:expected void const [noderef] *__vpp_verify
net/dsa/slave.c:505:13:got struct pcpu_sw_netstats *
Add the needed _percpu property to prevent this warning.
Signed-off-by: Andre