numam-dpdk/drivers/net/cxgbe
Karra Satwik 536db938a4 net/cxgbe: add devargs to control filtermode and filtermask
Apart from the 4-tuple (IP src/dst addresses and TCP/UDP src/dst
port addresses), there are only 40-bits available to match other
fields in packet headers. Not all combinations of packet header
fields can fit in the 40-bit tuple.

Currently, the combination of packet header fields to match are
configured via filterMode for LETCAM filters and filterMask for
HASH filters in firmware config files (t5/t6-config.txt). So, add
devargs to allow User to dynamically select the filterMode and
filterMask combination during runtime, without having to modify the
firmware config files and reflashing them onto the adapter. A table
of supported combinations is maintained by the driver to internally
translate the User specified devargs combination to hardware's internal
format before writing the requested combination to hardware

Signed-off-by: Karra Satwik <kaara.satwik@chelsio.com>
Signed-off-by: Rahul Lakkireddy <rahul.lakkireddy@chelsio.com>
2020-03-18 15:29:39 +01:00
..
base net/cxgbe: add devargs to control filtermode and filtermask 2020-03-18 15:29:39 +01:00
clip_tbl.c net/cxgbe: use relative paths for includes 2018-12-21 16:22:41 +01:00
clip_tbl.h net/cxgbe: add Compressed Local IP region 2018-07-04 22:20:41 +02:00
cxgbe_compat.h net/cxgbe: remove local bool type 2020-01-17 19:46:02 +01:00
cxgbe_ethdev.c net/cxgbe: add devargs to control filtermode and filtermask 2020-03-18 15:29:39 +01:00
cxgbe_filter.c net/cxgbe: use firmware API for validating filter spec 2020-03-18 15:29:39 +01:00
cxgbe_filter.h net/cxgbe: support flow API for source MAC rewrite 2020-03-18 15:29:39 +01:00
cxgbe_flow.c net/cxgbe: support flow API for source MAC rewrite 2020-03-18 15:29:39 +01:00
cxgbe_flow.h net/cxgbe: increase completion wait time for flow operations 2018-11-14 00:35:53 +01:00
cxgbe_main.c net/cxgbe: add devargs to control filtermode and filtermask 2020-03-18 15:29:39 +01:00
cxgbe_ofld.h net/cxgbe: support to delete flows in HASH region 2018-07-04 22:20:41 +02:00
cxgbe_pfvf.h net/cxgbe: fetch max Tx coalesce limit from firmware 2019-10-07 15:00:57 +02:00
cxgbe.h net/cxgbe: add devargs to control filtermode and filtermask 2020-03-18 15:29:39 +01:00
cxgbevf_ethdev.c net/cxgbe: add devarg to control Tx coalescing 2019-10-07 15:00:57 +02:00
cxgbevf_main.c net/cxgbe: fetch max Tx coalesce limit from firmware 2019-10-07 15:00:57 +02:00
l2t.c net/cxgbe: add prefix to global functions 2019-10-07 15:00:57 +02:00
l2t.h net/cxgbe: add prefix to global functions 2019-10-07 15:00:57 +02:00
Makefile net/cxgbe: support Source MAC Table 2020-03-18 15:29:39 +01:00
meson.build net/cxgbe: support Source MAC Table 2020-03-18 15:29:39 +01:00
mps_tcam.c net: add rte prefix to ether defines 2019-05-24 13:34:45 +02:00
mps_tcam.h net: add rte prefix to ether defines 2019-05-24 13:34:45 +02:00
rte_pmd_cxgbe_version.map build: align symbols with global ABI version 2019-11-20 23:05:39 +01:00
sge.c net/cxgbe: fetch max Tx coalesce limit from firmware 2019-10-07 15:00:57 +02:00
smt.c net/cxgbe: support flow API for source MAC rewrite 2020-03-18 15:29:39 +01:00
smt.h net/cxgbe: support flow API for source MAC rewrite 2020-03-18 15:29:39 +01:00