numam-dpdk/drivers/net/ice/base
Simei Su 40d466fa9f net/ice: support ACL filter in DCF
Add ice_acl_create_filter to create a rule and ice_acl_destroy_filter
to destroy a rule. If a flow is matched by ACL filter, filter rule
will be set to HW. Currently IPV4/IPV4_UDP/IPV4_TCP/IPV4_SCTP pattern
and drop action are supported.

Signed-off-by: Simei Su <simei.su@intel.com>
Signed-off-by: Xuan Ding <xuan.ding@intel.com>
Acked-by: Qi Zhang <qi.z.zhang@intel.com>
2020-11-03 23:24:24 +01:00
..
ice_acl_ctrl.c net/ice/base: rename ACL priority values 2020-09-18 18:55:10 +02:00
ice_acl.c net/ice/base: rename function 2020-09-18 18:55:10 +02:00
ice_acl.h net/ice/base: rename ACL priority values 2020-09-18 18:55:10 +02:00
ice_adminq_cmd.h net/ice/base: remove repeated words 2020-09-18 18:55:09 +02:00
ice_alloc.h net/ice/base: update copyright 2020-05-18 20:35:57 +02:00
ice_bitops.h net/ice/base: fix bitmap set function 2020-11-03 23:24:24 +01:00
ice_common.c net/ice/base: cleanup code 2020-09-18 18:55:10 +02:00
ice_common.h net/ice/base: introduce Tx rate limiting on port level 2020-09-18 18:55:09 +02:00
ice_controlq.c net/ice/base: join format strings to same line 2020-09-18 18:55:09 +02:00
ice_controlq.h net/ice/base: update copyright 2020-05-18 20:35:57 +02:00
ice_dcb.c net/ice/base: refactor DCB related variables 2020-09-18 18:55:09 +02:00
ice_dcb.h net/ice/base: replace single-element array hack 2020-09-18 18:55:09 +02:00
ice_devids.h net/ice/base: support E823L devices 2020-06-16 19:21:08 +02:00
ice_fdir.c net/ice: fix flow director GTPU rule creation 2020-09-18 18:55:07 +02:00
ice_fdir.h net/ice: support src MAC filter for flow director 2020-07-11 06:18:52 +02:00
ice_flex_pipe.c net/ice/base: reduce profile to recip info get from firmware 2020-09-18 18:55:09 +02:00
ice_flex_pipe.h net/ice/base: update copyright 2020-05-18 20:35:57 +02:00
ice_flex_type.h net/ice/base: replace single-element array hack 2020-09-18 18:55:09 +02:00
ice_flow.c net/ice: support ACL filter in DCF 2020-11-03 23:24:24 +01:00
ice_flow.h net/ice: support ACL filter in DCF 2020-11-03 23:24:24 +01:00
ice_hw_autogen.h net/ice/base: consolidate MAC config set 2020-06-16 19:21:07 +02:00
ice_lan_tx_rx.h net/ice: support auxiliary IP offset Rx descriptor 2020-09-18 18:55:06 +02:00
ice_nvm.c net/ice/base: cache NVM module bank information 2020-09-18 18:55:10 +02:00
ice_nvm.h net/ice/base: add NVM helper functions 2020-06-16 19:21:08 +02:00
ice_osdep.h net/ice: use write combining store for tail updates 2020-10-13 14:42:02 +02:00
ice_protocol_type.h net/ice/base: enable QinQ filter for switch advanced rule 2020-09-18 18:55:10 +02:00
ice_sbq_cmd.h net/ice/base: update copyright 2020-05-18 20:35:57 +02:00
ice_sched.c net/ice/base: preserve default aggregator VSI information 2020-09-18 18:55:10 +02:00
ice_sched.h net/ice/base: avoid single-member variable-length structs 2020-09-18 18:55:09 +02:00
ice_status.h net/ice/base: update copyright 2020-05-18 20:35:57 +02:00
ice_switch.c net/ice/base: enable QinQ filter for switch advanced rule 2020-09-18 18:55:10 +02:00
ice_switch.h net/ice/base: support GTP-U type switch rule 2020-09-18 18:55:09 +02:00
ice_type.h net/ice/base: cache NVM module bank information 2020-09-18 18:55:10 +02:00
meson.build net/ice/base: update copyright 2020-05-18 20:35:57 +02:00
README net/ice/base: update version 2020-07-07 23:38:26 +02:00

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

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

This directory contains source code of FreeBSD ice driver of version
2020.06.17 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