[PATCH 10/17] net/mana: implement memory registration
    Stephen Hemminger 
    stephen at networkplumber.org
       
    Fri Jul  1 18:37:02 CEST 2022
    
    
  
On Fri,  1 Jul 2022 02:02:40 -0700
longli at linuxonhyperv.com wrote:
> +int new_pmd_mr(struct mana_mr_btree *local_tree, struct mana_priv *priv,
> +	       struct rte_mempool *pool);
> +void remove_all_mr(struct mana_priv *priv);
> +void del_pmd_mr(struct mana_mr_cache *mr);
Please use one prefix across all of the driver for functions.
mana_new_pmd_mr etc
    
    
More information about the dev
mailing list