Message ID | 20190529191501.19053-1-stephen@networkplumber.org (mailing list archive) |
---|---|
Headers | show |
Series | cleanup useless casts of void * | expand |
On 5/29/2019 8:14 PM, Stephen Hemminger wrote: > Many DPDK drivers have unnecessary cast of the void * pointer > dev->data->dev_private. > > Stephen Hemminger (12): > net/atlantic: remove unnecessary cast > net/ark: remove unnecessary cast > net/axgbe: remove unnecessary cast > net/bnxt: remove unnecessary cast > net/bonding: remove unnecessary cast > net/cxgbe: remove unnecessary cast > net/e1000: remove unnecessary cast of void * > net/ena: remove unnecessary cast > net/enic: remove unnecessary cast > net/i40e: remove unnecessary cast > net/ixgbe: remove unnecessary cast > net/mlx5: remove unnecessary cast For series Reviewed-by: Ferruh Yigit <ferruh.yigit@intel.com> Adding "Cc: stable@dpdk.org" to all, I think getting them into LTS reduces conflicts later on those lines. Series applied to dpdk-next-net/master, thanks.