-----Original Message----- > Date: Tue, 3 Apr 2018 10:28:59 +0100 > From: Ferruh Yigit <[email protected]> > To: Thomas Monjalon <[email protected]>, John McNamara > <[email protected]>, Marko Kovacevic <[email protected]> > CC: [email protected], Ferruh Yigit <[email protected]>, Bruce Richardson > <[email protected]> > Subject: [dpdk-dev] [PATCH] ethdev: rename folder to library name > X-Mailer: git-send-email 2.14.3 > > 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 <[email protected]>
I strongly support this change. Acked-by: Jerin Jacob <[email protected]>

