> -----Original Message-----
> From: Rybalchenko, Kirill
> Sent: Wednesday, September 20, 2017 10:33 PM
> To: [email protected]
> Cc: Rybalchenko, Kirill <[email protected]>; Chilikin, Andrey
> <[email protected]>; Xing, Beilei <[email protected]>; Wu,
> Jingjing <[email protected]>
> Subject: [PATCH v3 4/6] net/i40e: add new functions to manipulate with
> pctype mapping table
>
> Add new functions which allow modify, return or reset to default the
> contents of flow type to pctype dynamic mapping table.
>
> v3:
> function rte_pmd_i40e_flow_type_mapping_get returns now full mapping
> table.
>
> Signed-off-by: Kirill Rybalchenko <[email protected]>
> ---
> diff --git a/drivers/net/i40e/rte_pmd_i40e_version.map
> b/drivers/net/i40e/rte_pmd_i40e_version.map
> index ef8882b..438ca81 100644
> --- a/drivers/net/i40e/rte_pmd_i40e_version.map
> +++ b/drivers/net/i40e/rte_pmd_i40e_version.map
> @@ -50,5 +50,8 @@ DPDK_17.11 {
> global:
>
> rte_pmd_i40e_add_vf_mac_addr;
> + rte_pmd_i40e_flow_type_mapping_update;
> + rte_pmd_i40e_flow_type_mapping_get;
> + rte_pmd_i40e_flow_type_mapping_get;
Should it be rte_pmd_i40e_flow_type_mapping_reset here?
>
> } DPDK_17.08;
> --
> 2.5.5