Hi Choudaha:

> -----Original Message-----
> From: dev [mailto:[email protected]] On Behalf Of Shweta Choudaha
> Sent: Wednesday, April 11, 2018 10:00 PM
> To: [email protected]
> Cc: Lu, Wenzhuo <[email protected]>; Ananyev, Konstantin
> <[email protected]>; Zhang, Helin <[email protected]>; Yigit,
> Ferruh <[email protected]>; [email protected]
> Subject: [dpdk-dev] [PATCH v3] net/ixgbe: Add access and locking APIs for
> MDIO

Nitpick: title should not start with uppercase.

> +
> +EXPERIMENTAL {
> +     global:
> +
> +     rte_pmd_ixgbe_lock_mdio;
> +     rte_pmd_ixgbe_unlock_mdio;

Can we rename to rte_pmd_ixgbe_mdio_lock and rte_pmd_ixgbe_mdio_unlock, so all 
mdio functions can be list closely when follow the alphabet sequence?


> +     rte_pmd_ixgbe_mdio_read_unlocked;
> +     rte_pmd_ixgbe_mdio_write_unlocked;

And this could be rte_pmd_ixgbe_mdio_unlocked_read/write to follow the same 
pattern that action after object

Regards
Qi

> +} DPDK_18.05;
> --
> 2.11.0

Reply via email to