On 11/30/2017 6:29 PM, Ferruh Yigit wrote:
> port_id is now 16bits, update function parameter according.
> 
> Fixes: 4c270218aa26 ("ethdev: support security APIs")
> Cc: [email protected]
> Cc: [email protected]
> 
> Signed-off-by: Ferruh Yigit <[email protected]>
> ---
> Cc: Boris Pismenny <[email protected]>
> Cc: Aviad Yehezkel <[email protected]>
> Cc: Radu Nicolau <[email protected]>
> Cc: Declan Doherty <[email protected]>
> ---

<...>

>  
>  void *
> -rte_eth_dev_get_sec_ctx(uint8_t port_id);
> +rte_eth_dev_get_sec_ctx(uint16_t port_id);

Hi Declan,

Since this is a public API, it needs API documentation. Can you please send a
patch to add doxygen comments the the API?

Thanks,
ferruh

>  
>  struct rte_eth_dev_sriov {
>       uint8_t active;               /**< SRIOV is active with 16, 32 or 64 
> pools */
> 

Reply via email to