[dpdk-dev] [PATCH v2 08/12] cryptodev: add PCI driver helpers
    Thomas Monjalon 
    thomas at monjalon.net
       
    Thu Jun 29 23:21:12 CEST 2017
    
    
  
21/06/2017 08:28, Pablo de Lara:
> +#ifndef _RTE_CRYPTODEV_PCI_H_
> +#define _RTE_CRYPTODEV_PCI_H_
> +
> +#include <rte_pci.h>
> +#include <rte_cryptodev.h>
The build fails because of the brackets instead of quotes.
In a fresh build the cryptodev header is not available while
compiling cryptodev.
I am fixing it directly in master branch.
    
    
More information about the dev
mailing list