Re: [dpdk-dev] [PATCH 00/11] remove unnecessary cast of void pointers

2017-04-11 Thread Thomas Monjalon
2017-04-07 13:44, Stephen Hemminger: > This is a set patches inspired by a set of Linux kernel patches > by simran singhal Applied, thanks

Re: [dpdk-dev] [PATCH 00/11] remove unnecessary cast of void pointers

2017-04-08 Thread Thomas Monjalon
2017-04-07 13:44, Stephen Hemminger: > This is a set patches inspired by a set of Linux kernel patches > by simran singhal > > The following Coccinelle script was used to detect this: > @r@ > expression x; > void* e; > type T; > identifier f; > @@ > ( > *((T *)e) > | > ((T *)x)[...] > | > (