On 4/26/2018 10:25 PM, Ferruh Yigit wrote: > Library folder name and output library name are same except a few flaws > including librte_ether. > > This library is network device abstraction layer, the name "ethdev" fits > better than "ether", and library & header files already named as ethdev. > > Also there is a rte_ether.h in the net library which can cause confusion. > > Signed-off-by: Ferruh Yigit <ferruh.yi...@intel.com> > Acked-by: Bruce Richardson <bruce.richard...@intel.com> > Acked-by: Jerin Jacob <jerin.ja...@caviumnetworks.com> > --- > v2: > * rebased
Applied to dpdk-next-net/master, thanks.