[dpdk-dev] [PATCH 0/4] rte_ethdev: cleanups

2015-04-20 Thread Thomas Monjalon
2015-04-09 14:29, Stephen Hemminger: > A bunch of small (almost trivial) patches to fix style and other > issues in the base Ethernet driver interface code. > > Stephen Hemminger (4): > rte_ethdev: remove extra inline > rte_ethdev: whitespace cleanup > rte_ethdev: make tables const >

[dpdk-dev] [PATCH 0/4] rte_ethdev: cleanups

2015-04-09 Thread Stephen Hemminger
A bunch of small (almost trivial) patches to fix style and other issues in the base Ethernet driver interface code. Stephen Hemminger (4): rte_ethdev: remove extra inline rte_ethdev: whitespace cleanup rte_ethdev: make tables const rte_ethdev: remove unnecessary paren on return