[dpdk-dev] [PATCH 35/69] net/i40e/base: update FPK FW API version to 1.9

Stillwell Jr, Paul M paul.m.stillwell.jr at intel.com
Mon Dec 2 20:03:14 CET 2019


NACK, no code names in public commit messages.

Paul

> -----Original Message-----
> From: dev <dev-bounces at dpdk.org> On Behalf Of Xiaolong Ye
> Sent: Sunday, December 1, 2019 11:49 PM
> To: Xing, Beilei <beilei.xing at intel.com>; Zhang, Qi Z <qi.z.zhang at intel.com>
> Cc: dev at dpdk.org; Ye, Xiaolong <xiaolong.ye at intel.com>; Azarewicz, Piotr
> <piotr.azarewicz at intel.com>
> Subject: [dpdk-dev] [PATCH 35/69] net/i40e/base: update FPK FW API
> version to 1.9
> 
> Upcoming FPK FW increment API version to 1.9, so we must bump up version
> number as well.
> FPK will support PHY access AQ command as FVL does.
> 
> Signed-off-by: Piotr Azarewicz <piotr.azarewicz at intel.com>
> Reviewed-by: Aleksandr Loktionov <aleksandr.loktionov at intel.com>
> Reviewed-by: Galazka Krzysztof <krzysztof.galazka at intel.com>
> Reviewed-by: Formela Marcin <marcin.formela at intel.com>
> Reviewed-by: Kirsher Jeffrey T <jeffrey.t.kirsher at intel.com>
> Reviewed-by: Michael Alice <alice.michael at intel.com>
> Signed-off-by: Xiaolong Ye <xiaolong.ye at intel.com>
> ---
>  drivers/net/i40e/base/i40e_adminq_cmd.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/net/i40e/base/i40e_adminq_cmd.h
> b/drivers/net/i40e/base/i40e_adminq_cmd.h
> index 7fd39b82e..2d1efef69 100644
> --- a/drivers/net/i40e/base/i40e_adminq_cmd.h
> +++ b/drivers/net/i40e/base/i40e_adminq_cmd.h
> @@ -12,7 +12,7 @@
>   */
> 
>  #define I40E_FW_API_VERSION_MAJOR	0x0001
> -#define I40E_FW_API_VERSION_MINOR_X722	0x0008
> +#define I40E_FW_API_VERSION_MINOR_X722	0x0009
>  #define I40E_FW_API_VERSION_MINOR_X710	0x0009
> 
>  #define I40E_FW_MINOR_VERSION(_h) ((_h)->mac.type ==
> I40E_MAC_XL710 ? \
> --
> 2.17.1



More information about the dev mailing list