[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

 lib/librte_ether/rte_ethdev.c | 545 +-
 lib/librte_ether/rte_ethdev.h |  57 ++---
 2 files changed, 305 insertions(+), 297 deletions(-)

-- 
2.1.4



[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
>   rte_ethdev: remove unnecessary paren on return

Series applied except "whitespace cleanup" which was refused.
Thanks