Re: [Intel-wired-lan] [PATCH iwl-next 1/2] i40e: Remove VF MAC types

2023-10-30 Thread Pucha, HimasekharX Reddy
n, Anthony L ; > Keller, Jacob E ; Jakub Kicinski ; > Paolo Abeni ; David S. Miller > Subject: [Intel-wired-lan] [PATCH iwl-next 1/2] i40e: Remove VF MAC types > > The i40e_hw.mac.type cannot to be equal to I40E_MAC_VF or > I40E_MAC_X722_VF so remove helper i40e_is_vf(), simplify

Re: [Intel-wired-lan] [PATCH iwl-next 1/2] i40e: Remove VF MAC types

2023-10-26 Thread Wojciech Drewek
On 25.10.2023 19:44, Jacob Keller wrote: > > > On 10/25/2023 7:39 AM, Ivan Vecera wrote: >> >> >> On 25. 10. 23 12:48, Wojciech Drewek wrote: >>> >>> On 25.10.2023 12:33, Ivan Vecera wrote: The i40e_hw.mac.type cannot to be equal to I40E_MAC_VF or I40E_MAC_X722_VF so remove helper

Re: [Intel-wired-lan] [PATCH iwl-next 1/2] i40e: Remove VF MAC types

2023-10-25 Thread Jacob Keller
On 10/25/2023 5:20 AM, Jiri Pirko wrote: > Wed, Oct 25, 2023 at 02:16:39PM CEST, j...@resnulli.us wrote: >> Wed, Oct 25, 2023 at 12:48:37PM CEST, wojciech.dre...@intel.com wrote: >>> >>> >>> On 25.10.2023 12:33, Ivan Vecera wrote: The i40e_hw.mac.type cannot to be equal to I40E_MAC_VF or

Re: [Intel-wired-lan] [PATCH iwl-next 1/2] i40e: Remove VF MAC types

2023-10-25 Thread Jacob Keller
On 10/25/2023 5:27 AM, Wojciech Drewek wrote: > > > On 25.10.2023 14:20, Jiri Pirko wrote: >> Wed, Oct 25, 2023 at 02:16:39PM CEST, j...@resnulli.us wrote: >>> Wed, Oct 25, 2023 at 12:48:37PM CEST, wojciech.dre...@intel.com wrote: On 25.10.2023 12:33, Ivan Vecera wrote: >

Re: [Intel-wired-lan] [PATCH iwl-next 1/2] i40e: Remove VF MAC types

2023-10-25 Thread Jacob Keller
On 10/25/2023 7:39 AM, Ivan Vecera wrote: > > > On 25. 10. 23 12:48, Wojciech Drewek wrote: >> >> On 25.10.2023 12:33, Ivan Vecera wrote: >>> The i40e_hw.mac.type cannot to be equal to I40E_MAC_VF or >>> I40E_MAC_X722_VF so remove helper i40e_is_vf(), simplify >>> i40e_adminq_init_regs() and

Re: [Intel-wired-lan] [PATCH iwl-next 1/2] i40e: Remove VF MAC types

2023-10-25 Thread Ivan Vecera
On 25. 10. 23 12:48, Wojciech Drewek wrote: On 25.10.2023 12:33, Ivan Vecera wrote: The i40e_hw.mac.type cannot to be equal to I40E_MAC_VF or I40E_MAC_X722_VF so remove helper i40e_is_vf(), simplify i40e_adminq_init_regs() and remove enums for these VF MAC types. Signed-off-by: Ivan Vecera

Re: [Intel-wired-lan] [PATCH iwl-next 1/2] i40e: Remove VF MAC types

2023-10-25 Thread Wojciech Drewek
On 25.10.2023 14:20, Jiri Pirko wrote: > Wed, Oct 25, 2023 at 02:16:39PM CEST, j...@resnulli.us wrote: >> Wed, Oct 25, 2023 at 12:48:37PM CEST, wojciech.dre...@intel.com wrote: >>> >>> >>> On 25.10.2023 12:33, Ivan Vecera wrote: The i40e_hw.mac.type cannot to be equal to I40E_MAC_VF or

Re: [Intel-wired-lan] [PATCH iwl-next 1/2] i40e: Remove VF MAC types

2023-10-25 Thread Jiri Pirko
Wed, Oct 25, 2023 at 02:16:39PM CEST, j...@resnulli.us wrote: >Wed, Oct 25, 2023 at 12:48:37PM CEST, wojciech.dre...@intel.com wrote: >> >> >>On 25.10.2023 12:33, Ivan Vecera wrote: >>> The i40e_hw.mac.type cannot to be equal to I40E_MAC_VF or >>> I40E_MAC_X722_VF so remove helper i40e_is_vf(),

Re: [Intel-wired-lan] [PATCH iwl-next 1/2] i40e: Remove VF MAC types

2023-10-25 Thread Jiri Pirko
Wed, Oct 25, 2023 at 12:48:37PM CEST, wojciech.dre...@intel.com wrote: > > >On 25.10.2023 12:33, Ivan Vecera wrote: >> The i40e_hw.mac.type cannot to be equal to I40E_MAC_VF or >> I40E_MAC_X722_VF so remove helper i40e_is_vf(), simplify >> i40e_adminq_init_regs() and remove enums for these VF MAC

Re: [Intel-wired-lan] [PATCH iwl-next 1/2] i40e: Remove VF MAC types

2023-10-25 Thread Wojciech Drewek
On 25.10.2023 12:33, Ivan Vecera wrote: > The i40e_hw.mac.type cannot to be equal to I40E_MAC_VF or > I40E_MAC_X722_VF so remove helper i40e_is_vf(), simplify > i40e_adminq_init_regs() and remove enums for these VF MAC types. > > Signed-off-by: Ivan Vecera > --- >

[Intel-wired-lan] [PATCH iwl-next 1/2] i40e: Remove VF MAC types

2023-10-25 Thread Ivan Vecera
The i40e_hw.mac.type cannot to be equal to I40E_MAC_VF or I40E_MAC_X722_VF so remove helper i40e_is_vf(), simplify i40e_adminq_init_regs() and remove enums for these VF MAC types. Signed-off-by: Ivan Vecera --- drivers/net/ethernet/intel/i40e/i40e_adminq.c | 33 ++-