ixgbe: cleanups
authorVlad Zolotarov <vladz@cloudius-systems.com>
Mon, 30 Mar 2015 19:21:09 +0000 (22:21 +0300)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Mon, 13 Apr 2015 20:51:05 +0000 (22:51 +0200)
commit9820937f8a401fffb8bf42b48ae369344079c02a
treecca1355df2d689bb8b9de06f834e475ed8401b83
parent2c62fae0a901691d458abb81f458c4818003b911
ixgbe: cleanups

   - 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 <vladz@cloudius-systems.com>
Acked-by: Konstantin Ananyev <konstantin.ananyev@intel.com>
lib/librte_pmd_ixgbe/ixgbe_rxtx.c