From: Ido Schimmel <idosch@idosch.org>
To: Jakub Kicinski <kuba@kernel.org>
Cc: netdev@vger.kernel.org, davem@davemloft.net, jiri@mellanox.com,
mlxsw@mellanox.com, Ido Schimmel <idosch@mellanox.com>
Subject: Re: [PATCH net-next 00/14] mlxsw: Various trap changes - part 2
Date: Fri, 29 May 2020 21:35:18 +0300 [thread overview]
Message-ID: <20200529183518.GA1601549@splinter> (raw)
In-Reply-To: <20200527125017.1c960f70@kicinski-fedora-PC1C0HJN.hsd1.ca.comcast.net>
On Wed, May 27, 2020 at 12:50:17PM -0700, Jakub Kicinski wrote:
> On Wed, 27 May 2020 10:38:57 +0300 Ido Schimmel wrote:
> > There is no special sauce required to get a DHCP daemon working nor BFD.
> > It is supposed to Just Work. Same for IGMP / MLD snooping, STP etc. This
> > is enabled by the ASIC trapping the required packets to the CPU.
> >
> > However, having a 3.2/6.4/12.8 Tbps ASIC (it keeps growing all the time)
> > send traffic to the CPU can very easily result in denial of service. You
> > need to have hardware policers and classification to different traffic
> > classes ensuring the system remains functional regardless of the havoc
> > happening in the offloaded data path.
>
> I don't see how that's only applicable to a switch ASIC, though.
> Ingress classification, and rate limiting applies to any network
> system.
This is not about ingress classification and rate limiting. The
classification does not happen at ingress. It happens throughout
different points in the pipeline, by hard-coded checks meant to identify
packets of interest. These checks look at both state (e.g., neighbour
miss, route miss) and packet fields (e.g., BGP packet that hit a local
route).
Similarly, the rate limiting does not happen at ingress. It only applies
to packets that your offloaded data path decided should go to the
attached host (the control plane). You cannot perform the rate limiting
at ingress for the simple reason that you still do not know if the
packet should reach the control plane.
>
> > This control plane policy has been hard coded in mlxsw for a few years
> > now (based on sane defaults), but it obviously does not fit everyone's
> > needs. Different users have different use cases and different CPUs
> > connected to the ASIC. Some have Celeron / Atom while others have more
> > high-end Xeon CPUs, which are obviously capable of handling more packets
> > per second. You also have zero visibility into how many packets were
> > dropped by these hardware policers.
>
> There are embedded Atom systems out there with multi-gig interfaces,
> they obviously can't ingest peak traffic, doesn't matter whether they
> are connected to a switch ASIC or a NIC.
Not the same thing. Every packet received by such systems should reach
the attached host. The control plane and the data plane are the same.
The whole point of this work is to rate limit packets coming from your
offloaded data plane to the control plane.
>
> > By exposing these traps we allow users to tune these policers and get
> > visibility into how many packets they dropped. In the future also
> > changing their traffic class, so that (for example), packets hitting
> > local routes are scheduled towards the CPU before packets dropped due to
> > ingress VLAN filter.
> >
> > If you don't have any special needs you are probably OK with the
> > defaults, in which case you don't need to do anything (no special
> > sauce).
>
> As much as traps which forward traffic to the CPU fit the switch
> programming model, we'd rather see a solution that offloads constructs
> which are also applicable to the software world.
In the software world the data plane and the control plane are the same.
The CPU sees every packet. IGMP packets trigger MDB modifications,
packets that incurred a neighbour miss trigger an ARP / ND etc. These
are all control plane operations.
Once you separate your control plane from the data plane and offload the
latter to a capable hardware (e.g., switch ASIC), you create a need to
limit the packets coming from your data plane to the control plane. This
is a hardware-specific problem.
>
> Sniffing dropped frames to troubleshoot is one thing, but IMHO traps
> which default to "trap" are a bad smell.
These traps exist today. They are programmed by mlxsw during
initialization. Without them basic stuff like DHCP/ARP/STP would not
work and you would need the "special sauce" you previously mentioned.
By exposing them via devlink-trap we allow users to configure their rate
from the offloaded data plane towards the control plane running on the
attached host. This is the only set operation you can do. Nothing else.
Anyway, I don't know how to argue with "bad smell". I held off on
sending the next patch set because this discussion was on-going, but at
this point I don't think it's possible for me to explain the problem and
solution in a clearer fashion, so I'll go ahead and send the patches.
Thanks
next prev parent reply other threads:[~2020-05-29 18:35 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-05-25 23:05 [PATCH net-next 00/14] mlxsw: Various trap changes - part 2 Ido Schimmel
2020-05-25 23:05 ` [PATCH net-next 01/14] mlxsw: spectrum: Use dedicated trap group for ACL trap Ido Schimmel
2020-05-25 23:05 ` [PATCH net-next 02/14] mlxsw: spectrum: Use same switch case for identical groups Ido Schimmel
2020-05-25 23:05 ` [PATCH net-next 03/14] mlxsw: spectrum: Rename IPv6 ND trap group Ido Schimmel
2020-05-25 23:05 ` [PATCH net-next 04/14] mlxsw: spectrum: Use same trap group for various IPv6 packets Ido Schimmel
2020-05-25 23:05 ` [PATCH net-next 05/14] mlxsw: spectrum: Use separate trap group for FID miss Ido Schimmel
2020-05-25 23:05 ` [PATCH net-next 06/14] mlxsw: spectrum: Use same trap group for local routes and link-local destination Ido Schimmel
2020-05-25 23:05 ` [PATCH net-next 07/14] mlxsw: spectrum: Reduce priority of locally delivered packets Ido Schimmel
2020-05-25 23:05 ` [PATCH net-next 08/14] mlxsw: switchx2: Move SwitchX-2 trap groups out of main enum Ido Schimmel
2020-05-25 23:05 ` [PATCH net-next 09/14] mlxsw: spectrum_trap: Do not hard code "thin" policer identifier Ido Schimmel
2020-05-25 23:05 ` [PATCH net-next 10/14] mlxsw: reg: Move all trap groups under the same enum Ido Schimmel
2020-05-25 23:05 ` [PATCH net-next 11/14] mlxsw: spectrum: Share one group for all locally delivered packets Ido Schimmel
2020-05-25 23:05 ` [PATCH net-next 12/14] mlxsw: spectrum: Treat IPv6 link-local SIP as an exception Ido Schimmel
2020-05-25 23:05 ` [PATCH net-next 13/14] mlxsw: spectrum: Add packet traps for BFD packets Ido Schimmel
2020-05-25 23:05 ` [PATCH net-next 14/14] mlxsw: spectrum_router: Allow programming link-local prefix routes Ido Schimmel
2020-05-26 22:14 ` [PATCH net-next 00/14] mlxsw: Various trap changes - part 2 Jakub Kicinski
2020-05-26 23:19 ` Ido Schimmel
2020-05-26 23:43 ` Jakub Kicinski
2020-05-27 7:38 ` Ido Schimmel
2020-05-27 19:50 ` Jakub Kicinski
2020-05-29 18:35 ` Ido Schimmel [this message]
2020-05-27 3:34 ` David Miller
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=20200529183518.GA1601549@splinter \
--to=idosch@idosch.org \
--cc=davem@davemloft.net \
--cc=idosch@mellanox.com \
--cc=jiri@mellanox.com \
--cc=kuba@kernel.org \
--cc=mlxsw@mellanox.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).