Re: [PATCH v2 1/3] net: ti: netcp: restore get/set_pad_info() functionality

2016-02-19 Thread Arnd Bergmann
On Friday 19 February 2016 12:58:42 Murali Karicheri wrote: > The commit 899077791403 ("netcp: try to reduce type confusion in > descriptors") introduces a regression in Kernel 4.5-rc1 and it breaks > get/set_pad_info() functionality. > > The TI NETCP driver uses pad0 and pad1 fields of knav_dma_d

[PATCH v2 1/3] net: ti: netcp: restore get/set_pad_info() functionality

2016-02-19 Thread Murali Karicheri
The commit 899077791403 ("netcp: try to reduce type confusion in descriptors") introduces a regression in Kernel 4.5-rc1 and it breaks get/set_pad_info() functionality. The TI NETCP driver uses pad0 and pad1 fields of knav_dma_desc to store DMA/MEM buffer pointer and buffer size respectively. And