[dpdk-dev] [PATCH] crypto/ccp: Add support for AMD CCP Crypto poll mode driver

De Lara Guarch, Pablo pablo.de.lara.guarch at intel.com
Mon Sep 4 17:36:04 CEST 2017



> -----Original Message-----
> From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Kumar, Ravi1
> Sent: Wednesday, August 30, 2017 7:25 AM
> To: dev at dpdk.org
> Subject: Re: [dpdk-dev] [PATCH] crypto/ccp: Add support for AMD CCP
> Crypto poll mode driver
> 
> Hi,
> 
> Please do not consider this patch as the license has to be updated. We are
> working with our legal team to get that done.

Hi Ravi,

I have several comments about this patch, for the v2 that you will send:

- Could you split the patch into separate patches? The patch is quite big to be reviewed easily.
  Here it is an example of how you should do it:
  http://dpdk.org/ml/archives/dev/2017-April/064385.html

- When including a file that is in the same folder, use quotes:
  #include <ccp_crypto.h> --> #include "ccp_crypto.h".

- There are some checkpatch errors. Look at patchwork:
  http://dpdk.org/ml/archives/test-report/2017-August/027829.html

- I think you should add some tests for this PMD. You don't really need to add
 new tests, you can just add a test suite for this driver and use the existing tests.

Last thing, when replying to a patch, comment inline and use ">" before each line,
otherwise patchwork picks up the email as a new patch.

Thanks!
Pablo


More information about the dev mailing list