Re: [dpdk-dev] [PATCH 2/4] net/axgbe : Add PMD support for AMD XGBE Ethernet

2017-09-15 Thread Kumar, Ravi1
>On 9/13/2017 6:47 PM, Ravi Kumar wrote: >> Signed-off-by: Ravi Kumar ><...> > >> +# >> +# Export include files >> +# >> +SYMLINK-y-include += axgbe_ethdev.h >> +SYMLINK-y-include += axgbe_rxtx.h >> +SYMLINK-y-include += axgbe_common.h >> +SYMLINK-y-include += axgbe_phy.h > >Are these need to be p

Re: [dpdk-dev] [PATCH 2/4] net/axgbe : Add PMD support for AMD XGBE Ethernet

2017-09-14 Thread Ferruh Yigit
On 9/13/2017 6:47 PM, Ravi Kumar wrote: > Signed-off-by: Ravi Kumar <...> > +# > +# Export include files > +# > +SYMLINK-y-include += axgbe_ethdev.h > +SYMLINK-y-include += axgbe_rxtx.h > +SYMLINK-y-include += axgbe_common.h > +SYMLINK-y-include += axgbe_phy.h Are these need to be public header?