NACK, no code names in public commit messages. Paul
> -----Original Message----- > From: dev <[email protected]> On Behalf Of Xiaolong Ye > Sent: Sunday, December 1, 2019 11:49 PM > To: Xing, Beilei <[email protected]>; Zhang, Qi Z <[email protected]> > Cc: [email protected]; Ye, Xiaolong <[email protected]>; Azarewicz, Piotr > <[email protected]> > 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 <[email protected]> > Reviewed-by: Aleksandr Loktionov <[email protected]> > Reviewed-by: Galazka Krzysztof <[email protected]> > Reviewed-by: Formela Marcin <[email protected]> > Reviewed-by: Kirsher Jeffrey T <[email protected]> > Reviewed-by: Michael Alice <[email protected]> > Signed-off-by: Xiaolong Ye <[email protected]> > --- > 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

