numam-dpdk/drivers/net/ice/base
Steve Yang ccf69617ce net/ice/base: support L4 for QinQ switch filter
This patch adds more dummy packet types for QinQ packet,
it enables tcp/udp layer of ipv4/ipv6 for QinQ payload,
so we can use L4 dst/src port as input set for switch
filter.

Signed-off-by: Steve Yang <stevex.yang@intel.com>
Acked-by: Qi Zhang <qi.z.zhang@intel.com>
2021-09-16 09:12:18 +02:00
..
ice_acl_ctrl.c net/ice/base: update copyright date 2021-01-08 19:03:09 +01:00
ice_acl.c net/ice/base: update copyright date 2021-01-08 19:03:09 +01:00
ice_acl.h net/ice/base: update copyright date 2021-01-08 19:03:09 +01:00
ice_adminq_cmd.h net/ice/base: add new AQ description 2021-08-11 04:24:31 +02:00
ice_alloc.h net/ice/base: update copyright date 2021-01-08 19:03:09 +01:00
ice_bitops.h net/ice/base: update copyright date 2021-01-08 19:03:09 +01:00
ice_cgu_regs.h net/ice/base: add clock initialization function 2021-08-11 04:23:54 +02:00
ice_common.c net/ice/base: fix typo in comment 2021-08-11 04:25:29 +02:00
ice_common.h net/ice/base: rename and add setter for unicast MAC flag 2021-08-11 04:25:25 +02:00
ice_controlq.c net/ice/base: add functions for device clock control 2021-08-11 04:23:18 +02:00
ice_controlq.h net/ice/base: add functions for device clock control 2021-08-11 04:23:18 +02:00
ice_dcb.c net/ice/base: clarify comments on checking PFC mode 2021-08-11 04:24:13 +02:00
ice_dcb.h net/ice/base: add function for DSCP configure 2021-06-10 12:04:16 +02:00
ice_devids.h net/ice/base: add E810T check function 2021-08-11 04:24:22 +02:00
ice_fdir.c net/ice/base: support flow director for IPv6 fragments 2021-08-29 13:13:52 +02:00
ice_fdir.h net/ice/base: support flow director for GTPoGRE 2021-08-11 04:25:09 +02:00
ice_flex_pipe.c net/ice/base: support flow director for GTPoGRE 2021-08-11 04:25:09 +02:00
ice_flex_pipe.h net/ice/base: update boost TCAM for DVM 2021-03-05 09:35:43 +01:00
ice_flex_type.h net/ice/base: increase maximum TCAM/PTG per profile 2021-08-11 04:25:34 +02:00
ice_flow.c net/ice/base: support flow director for GTPU UL/DL with QFI 2021-08-11 04:25:21 +02:00
ice_flow.h net/ice/base: support flow director for GTPU UL/DL with QFI 2021-08-11 04:25:21 +02:00
ice_hw_autogen.h net/ice/base: update copyright date 2021-01-08 19:03:09 +01:00
ice_lan_tx_rx.h net/ice/base: add timestamp masks 2021-08-11 04:23:45 +02:00
ice_nvm.c net/ice/base: update copyright date 2021-01-08 19:03:09 +01:00
ice_nvm.h net/ice/base: update copyright date 2021-01-08 19:03:09 +01:00
ice_osdep.h net/ice: factorize firmware loading 2021-07-07 16:41:53 +02:00
ice_protocol_type.h net/ice/base: support flow director for GTPoGRE 2021-08-11 04:25:09 +02:00
ice_ptp_consts.h net/ice/base: implement Vernier calibration for E822 2021-08-11 04:24:08 +02:00
ice_ptp_hw.c net/ice/base: support starting PHY in bypass mode 2021-08-11 04:24:18 +02:00
ice_ptp_hw.h net/ice/base: support starting PHY in bypass mode 2021-08-11 04:24:18 +02:00
ice_sbq_cmd.h net/ice/base: update copyright date 2021-01-08 19:03:09 +01:00
ice_sched.c net/ice/base: support TC nodes PIR configuration 2021-08-11 04:24:41 +02:00
ice_sched.h net/ice/base: update copyright date 2021-01-08 19:03:09 +01:00
ice_status.h net/ice/base: update copyright date 2021-01-08 19:03:09 +01:00
ice_switch.c net/ice/base: support L4 for QinQ switch filter 2021-09-16 09:12:18 +02:00
ice_switch.h net/ice/base: support GTPU for DCF switch filter 2021-04-15 14:21:14 +02:00
ice_type.h net/ice/base: rename and add setter for unicast MAC flag 2021-08-11 04:25:25 +02:00
ice_vlan_mode.c net/ice/base: log if DDP/FW do not support QinQ 2021-04-30 15:37:04 +02:00
ice_vlan_mode.h net/ice/base: refactor post DDP download VLAN mode config 2021-04-30 15:26:25 +02:00
meson.build net/ice/base: add functions for device clock control 2021-08-11 04:23:18 +02:00
README net/ice/base: support IP fragment RSS and FDIR 2021-04-30 15:50:05 +02:00

/* SPDX-License-Identifier: BSD-3-Clause
 * Copyright(c) 2020-2021 Intel Corporation
 */

Intel® ICE driver
==================

This directory contains source code of FreeBSD ice driver of version
2021.04.29 released by the team which develops
basic drivers for any ice NIC. The directory of base/ contains the
original source package.
This driver is valid for the product(s) listed below

* Intel® Ethernet Network Adapters E810

Updating the driver
===================

NOTE: The source code in this directory should not be modified apart from
the following file(s):

    ice_osdep.h