lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:   Thu, 10 Nov 2022 14:44:15 +0100
From:   Michal Swiatkowski <michal.swiatkowski@...ux.intel.com>
To:     Wojciech Drewek <wojciech.drewek@...el.com>
Cc:     intel-wired-lan@...ts.osuosl.org, netdev@...r.kernel.org
Subject: Re: [Intel-wired-lan] [PATCH net-next] ice: virtchnl rss hena support

On Thu, Nov 10, 2022 at 02:03:53PM +0100, Wojciech Drewek wrote:
> From: Md Fahad Iqbal Polash <md.fahad.iqbal.polash@...el.com>
> 
> Add support for 2 virtchnl msgs:
> VIRTCHNL_OP_SET_RSS_HENA
> VIRTCHNL_OP_GET_RSS_HENA_CAPS
> 
> The first one allows VFs to clear all previously programmed
> RSS configuration and customize it. The second one returns
> the RSS HENA bits allowed by the hardware.
> 
> Introduce ice_err_to_virt_err which converts kernel
> specific errors to virtchnl errors.
> 
> Signed-off-by: Md Fahad Iqbal Polash <md.fahad.iqbal.polash@...el.com>
> Signed-off-by: Wojciech Drewek <wojciech.drewek@...el.com>
> ---
>  drivers/net/ethernet/intel/ice/ice_vf_lib.c   |  24 ++++
>  .../ethernet/intel/ice/ice_vf_lib_private.h   |   1 +
>  drivers/net/ethernet/intel/ice/ice_virtchnl.c | 112 ++++++++++++++++++
>  drivers/net/ethernet/intel/ice/ice_virtchnl.h |   2 +
>  4 files changed, 139 insertions(+)
> 
> diff --git a/drivers/net/ethernet/intel/ice/ice_vf_lib.c b/drivers/net/ethernet/intel/ice/ice_vf_lib.c
> index dfcf23cc7e55..2eaaa452f847 100644
> --- a/drivers/net/ethernet/intel/ice/ice_vf_lib.c
> +++ b/drivers/net/ethernet/intel/ice/ice_vf_lib.c
> @@ -699,6 +699,30 @@ void ice_dis_vf_qs(struct ice_vf *vf)
>  	ice_set_vf_state_qs_dis(vf);
>  }
> 
[...]

looks good;
Reviewed-by: Michal Swiatkowski <michal.swiatkowski@...ux.intel.com>

Thanks
> _______________________________________________
> Intel-wired-lan mailing list
> Intel-wired-lan@...osl.org
> https://lists.osuosl.org/mailman/listinfo/intel-wired-lan

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ