[dpdk-dev] [PATCH v4 1/7] net/ark: PMD for Atomic Rules Arkville driver stub
    Ferruh Yigit 
    ferruh.yigit at intel.com
       
    Thu Mar 23 14:08:15 CET 2017
    
    
  
On 3/23/2017 1:03 AM, Ed Czeck wrote:
> Enable Arkville on supported configurations
> Add overview documentation
> Minimum driver support for valid compile
> Arkville PMD is not supported on ARM or PowerPC at this time
> 
> v4:
> * Address issues report from review
> * Add internal comments on driver arg
> * provide a bare-biones dev init to avoid compiler warnings
> 
> v3:
> * Split large patch into several smaller ones
> 
> Signed-off-by: Ed Czeck <ed.czeck at atomicrules.com>
<...>
> +
> +LDLIBS += lpthread
> +LDLIBS += ldl
These needs to be with "-", otherwise giving build errors.
LDLIBS += -lpthread
LDLIBS += -ldl
<...>
    
    
More information about the dev
mailing list