[dpdk-dev] [PATCH] doc: reformat crypto drivers overview

Mcnamara, John john.mcnamara at intel.com
Thu Mar 23 09:41:53 CET 2017



> -----Original Message-----
> From: De Lara Guarch, Pablo
> Sent: Wednesday, March 22, 2017 4:15 PM
> To: Mcnamara, John <john.mcnamara at intel.com>
> Cc: Trahe, Fiona <fiona.trahe at intel.com>; dev at dpdk.org; De Lara Guarch,
> Pablo <pablo.de.lara.guarch at intel.com>
> Subject: [PATCH] doc: reformat crypto drivers overview
> 
> Follow the approach in the network devices overview, for the feature
> matrix, so it improves readibility and maintainability.
> 


There are pep8 warnings that should be fixed. Mainly for long lines:

    $ pep8 doc/guides/conf.py   
    doc/guides/conf.py:318:80: E501 line too long (109 > 79 characters)
    doc/guides/conf.py:320:80: E501 line too long (105 > 79 characters)
    doc/guides/conf.py:321:80: E501 line too long (81 > 79 characters)
    doc/guides/conf.py:322:80: E501 line too long (108 > 79 characters)
    doc/guides/conf.py:324:80: E501 line too long (122 > 79 characters)
    doc/guides/conf.py:326:80: E501 line too long (102 > 79 characters)

Apart from that it is a good change and a nice generalization of the
table building approach.

With the above fixed:

Acked-by: John McNamara <john.mcnamara at intel.com>



More information about the dev mailing list