[dpdk-dev] [PATCH v6 1/3] ixgbe: Cleanups

2015-03-09 Thread Vlad Zolotarov
- Removed the not needed casting. - ixgbe_dev_rx_init(): shorten the lines by defining a local alias variable to access &dev->data->dev_conf.rxmode. Signed-off-by: Vlad Zolotarov --- New in v6: - Fixed of a compilation error caused by a patches recomposition du

[dpdk-dev] [PATCH v6 1/3] ixgbe: Cleanups

2015-03-09 Thread Ananyev, Konstantin
> -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Vlad Zolotarov > Sent: Monday, March 09, 2015 7:07 PM > To: dev at dpdk.org > Subject: [dpdk-dev] [PATCH v6 1/3] ixgbe: Cleanups > >- Removed the not needed casting. >- ixgb