Re: [dpdk-dev] [PATCH 11/16] crypto/cpt: add the basic device callback functions

2018-06-19 Thread De Lara Guarch, Pablo
> -Original Message- > From: Anoob Joseph [mailto:anoob.jos...@caviumnetworks.com] > Sent: Friday, June 8, 2018 5:45 PM > To: Akhil Goyal ; De Lara Guarch, Pablo > ; Thomas Monjalon > Cc: Srisivasubramanian Srinivasan > ; Ankur Dwivedi > ; Jerin Jacob > ; Murthy NSSR > ; Narayana Prasad

[dpdk-dev] [PATCH 11/16] crypto/cpt: add the basic device callback functions

2018-06-08 Thread Anoob Joseph
From: Srisivasubramanian Srinivasan This patch addresses the following: 1. Adds the basic device operation functions for the cpt vf. 2. The probe/remove functions are staic so no need to declare in the header file. 3. Removing extra declaration for cpt_dev_periodic_alarm_stop in the header file.