From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 01430C74A5B for ; Thu, 23 Mar 2023 17:06:03 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231484AbjCWRGC (ORCPT ); Thu, 23 Mar 2023 13:06:02 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:36400 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229680AbjCWRGB (ORCPT ); Thu, 23 Mar 2023 13:06:01 -0400 Received: from sin.source.kernel.org (sin.source.kernel.org [IPv6:2604:1380:40e1:4800::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id D2F4C90 for ; Thu, 23 Mar 2023 10:06:00 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by sin.source.kernel.org (Postfix) with ESMTPS id EF467CE2157 for ; Thu, 23 Mar 2023 17:05:58 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id D08BBC433EF; Thu, 23 Mar 2023 17:05:56 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1679591157; bh=xGWuJYEQeg9o4AB1nEtgj3arV7wWSdI4TeDvb0UXKOo=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=IlrJnuwmuVhGP5PSkE1J/0yeKjKvHR3OBiqOymybW3cIFlU72XC0x+xfmMpxDdxei w2ukq1S8HHM1UtbT38r2u2HCkY512vFkKakzcRRG6jlaKUIZQoRz4wsQmgSJjNI3O4 HLN5zJTvkXF2bPXARk8ZbI65pbYgosJxqHsbP+ejVTceWfTb1vYpvdl3pbSlAZTVo5 0GzTgbuQ6f+S6QaCT1BJfLL+GLwLxiqnRH/iKyPJv/zUyW/tMVHdTSXx68vFRMW+qb s7NNPDOwrOSvMlrRtBOJVDsfkEm0srIX9CM0n4UcvHAlyQzDV5wVEM3p0nZUhRH+o7 Va+MZk5keO4qg== Date: Thu, 23 Mar 2023 10:05:56 -0700 From: Jakub Kicinski To: Dima Chumak , Jiri Pirko , Leon Romanovsky , Saeed Mahameed Cc: "David S. Miller" , Eric Dumazet , Paolo Abeni , Subject: Re: [PATCH net-next 0/4] devlink: Add port function attributes to enable/disable IPsec crypto and packet offloads Message-ID: <20230323100556.6130a7cd@kernel.org> In-Reply-To: <20230323111059.210634-1-dchumak@nvidia.com> References: <20230323111059.210634-1-dchumak@nvidia.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org On Thu, 23 Mar 2023 13:10:55 +0200 Dima Chumak wrote: > Currently, mlx5 PCI VFs are disabled by default for IPsec functionality. > A user does not have the ability to enable IPsec support for a PCI VF > device. Could Mellanox/nVidia figure out a why to get folks trained on posting patches correctly? IDK how to do that exactly but you have a rather large employee base, it may be most efficient if you handle that internally than the community teaching people one by one. Or perhaps there's something we can do to improve community docs? Dima please read: https://www.kernel.org/doc/html/next/process/maintainer-netdev.html And repost appropriately.