All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jakub Kicinski <kuba@kernel.org>
To: Mengyuan Lou <mengyuanlou@net-swift.com>
Cc: netdev@vger.kernel.org, jiawenwu@trustnetic.com
Subject: Re: [PATCH net-next v2 7/7] net: txgbe: add sriov function support
Date: Wed, 3 Apr 2024 18:53:00 -0700	[thread overview]
Message-ID: <20240403185300.702a8271@kernel.org> (raw)
In-Reply-To: <BDE9D80ABE699DA7+20240403092714.3027-8-mengyuanlou@net-swift.com>

On Wed,  3 Apr 2024 17:10:04 +0800 Mengyuan Lou wrote:
> +	.ndo_set_vf_spoofchk    = wx_ndo_set_vf_spoofchk,
> +	.ndo_set_vf_link_state	= wx_ndo_set_vf_link_state,
> +	.ndo_get_vf_config      = wx_ndo_get_vf_config,
> +	.ndo_set_vf_vlan        = wx_ndo_set_vf_vlan,
> +	.ndo_set_vf_mac         = wx_ndo_set_vf_mac,

We don't accept any new implementations of the old SR-IOV API.
Please offload standard networking constructs like flow rules,
bridge etc.
-- 
pw-bot: reject

  reply	other threads:[~2024-04-04  1:53 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20240403092714.3027-1-mengyuanlou@net-swift.com>
2024-04-03  9:09 ` [PATCH net-next v2 1/7] net: libwx: Add malibox api for wangxun pf drivers Mengyuan Lou
2024-04-03  9:09 ` [PATCH net-next v2 2/7] net: libwx: Add sriov api for wangxun nics Mengyuan Lou
2024-04-03  9:10 ` [PATCH net-next v2 3/7] net: libwx: Implement basic funcs for vf setting Mengyuan Lou
2024-04-03  9:10 ` [PATCH net-next v2 4/7] net: libwx: Redesign flow when sriov is enabled Mengyuan Lou
2024-04-03  9:10 ` [PATCH net-next v2 5/7] net: libwx: Add msg task func Mengyuan Lou
2024-04-03  9:10 ` [PATCH net-next v2 6/7] net: ngbe: add sriov function support Mengyuan Lou
2024-04-03  9:10 ` [PATCH net-next v2 7/7] net: txgbe: " Mengyuan Lou
2024-04-04  1:53   ` Jakub Kicinski [this message]
2024-04-08  6:50     ` mengyuanlou

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240403185300.702a8271@kernel.org \
    --to=kuba@kernel.org \
    --cc=jiawenwu@trustnetic.com \
    --cc=mengyuanlou@net-swift.com \
    --cc=netdev@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.