From: David Miller <da...@davemloft.net>
Date: Sun, 07 Jul 2019 18:31:46 -0700 (PDT)

> From: Ivan Khoronzhuk <ivan.khoronz...@linaro.org>
> Date: Fri,  5 Jul 2019 18:04:57 +0300
> 
>> This patchset adds XDP support for TI cpsw driver and base it on
>> page_pool allocator. It was verified on af_xdp socket drop,
>> af_xdp l2f, ebpf XDP_DROP, XDP_REDIRECT, XDP_PASS, XDP_TX.
>> 
>> It was verified with following configs enabled:
>  ...
> 
> I'm applying this to net-next, please deal with whatever follow-ups are
> necessary.

Nevermind, you really have to fix this:

drivers/net/ethernet/ti/davinci_cpdma.c: In function ‘cpdma_chan_submit_si’:
drivers/net/ethernet/ti/davinci_cpdma.c:1047:12: warning: cast from pointer to 
integer of different size [-Wpointer-to-int-cast]
   buffer = (u32)si->data;
            ^
drivers/net/ethernet/ti/davinci_cpdma.c: In function 
‘cpdma_chan_idle_submit_mapped’:
drivers/net/ethernet/ti/davinci_cpdma.c:1114:12: warning: cast to pointer from 
integer of different size [-Wint-to-pointer-cast]
  si.data = (void *)(u32)data;
            ^
drivers/net/ethernet/ti/davinci_cpdma.c: In function ‘cpdma_chan_submit_mapped’:
drivers/net/ethernet/ti/davinci_cpdma.c:1164:12: warning: cast to pointer from 
integer of different size [-Wint-to-pointer-cast]
  si.data = (void *)(u32)data;
            ^

Reply via email to