freebsd-skq/sys/dev/cxgbe/tom
Navdeep Parhar 89f651e704 cxgbe(4): Add support for hash filters.
These filters reside in the card's memory instead of its TCAM and can be
configured via a new "hashfilter" subcommand in cxgbetool.  Hash and
normal TCAM filters can be used together.  The hardware does an
exact-match of packet fields for hash filters, unlike the masked match
performed for TCAM filters.  Any T5/T6 card with memory can support at
least half a million hash filters.  The sample config file with the
driver configures 512K of these, it is possible to double this to 1
million+ in some cases.

The chip does an exact-match of fields of incoming datagrams with hash
filters and performs the action configured for the filter if it matches.
The fields to match are specified in a "filter mask" in the firmware
config file.  The filter mask always includes the 5-tuple (sip, dip,
sport, dport, ipproto).  It can, optionally, also include any subset of
the filter mode (see filterMode and filterMask in the firmware config
file).

For example:
filterMode = fragmentation, mpshittype, protocol, vlan, port, fcoe
filterMask = protocol, port, vlan

Exact values of the 5-tuple, the physical port, and VLAN tag would have
to be provided while setting up a hash filter with the chip
configuration above.

Hash filters support all actions supported by TCAM filters.  A packet
that hits a hash filter can be dropped, let through (with optional
steering to a specific queue or RSS region), switched out of another
port (with optional L2 rewrite of DMAC, SMAC, VLAN tag), or get NAT'ed.
(Support for some of these will show up in the driver in a follow-up
commit very shortly).

Sponsored by:	Chelsio Communications
2018-05-09 04:09:49 +00:00
..
t4_connect.c cxgbe(4): Add support for hash filters. 2018-05-09 04:09:49 +00:00
t4_cpl_io.c cxgbe(4): Add support for hash filters. 2018-05-09 04:09:49 +00:00
t4_ddp.c cxgbe(4): Use opaque cookies or tid range-checks to determine the 2018-04-30 15:18:38 +00:00
t4_listen.c cxgbe(4): Add support for Connection Offload Policy (aka COP). 2018-04-14 19:07:56 +00:00
t4_tls.c Use the correct key address when renegotiating the transmit key. 2018-04-27 17:20:23 +00:00
t4_tls.h Support for TLS offload of TOE connections on T6 adapters. 2018-03-13 23:05:51 +00:00
t4_tom_l2t.c
t4_tom_l2t.h
t4_tom.c cxgbe(4): Use opaque cookies or tid range-checks to determine the 2018-04-30 15:18:38 +00:00
t4_tom.h cxgbe(4): Use opaque cookies or tid range-checks to determine the 2018-04-30 15:18:38 +00:00