numam-dpdk/drivers/net/ice/base
Yahui Cao 0d14c49b28 net/ice: fix flow director passthru
The original PASSTHRU implementation is forwarding to queue 0. The
corrected implementation is forwarding to the next stage filter.

Fixes: f5cafa961f ("net/ice: add flow director create and destroy")
Cc: stable@dpdk.org

Signed-off-by: Yahui Cao <yahui.cao@intel.com>
Acked-by: Qi Zhang <qi.z.zhang@intel.com>
2020-02-14 12:42:12 +01:00
..
ice_adminq_cmd.h net/ice/base: clean up 2020-01-17 19:46:01 +01:00
ice_alloc.h net/ice/base: update copyright time 2019-03-29 17:25:31 +01:00
ice_bitops.h net/ice/base: remove redundant empty lines 2019-10-07 15:00:55 +02:00
ice_common.c net/ice/base: clean up 2020-01-17 19:46:01 +01:00
ice_common.h net/ice/base: remove unused code 2019-10-07 15:00:56 +02:00
ice_controlq.c net/ice/base: remove redundant empty lines 2019-10-07 15:00:55 +02:00
ice_controlq.h net/ice/base: update FW API minor version 2019-10-07 15:00:56 +02:00
ice_dcb.c net/ice/base: adjust DCB INIT for SW mode 2019-10-07 15:00:53 +02:00
ice_dcb.h net/ice/base: enhance NVM read 2019-10-07 15:00:52 +02:00
ice_devids.h net/ice: support 1/10G device IDs 2020-01-17 19:46:01 +01:00
ice_fdir.c net/ice: fix flow director passthru 2020-02-14 12:42:12 +01:00
ice_fdir.h net/ice: fix flow director flag 2020-02-05 09:51:19 +01:00
ice_flex_pipe.c net/ice/base: clean up 2020-01-17 19:46:01 +01:00
ice_flex_pipe.h net/ice/base: enable clearing of HW tables 2020-01-17 19:46:01 +01:00
ice_flex_type.h net/ice/base: add QFI for flow director 2019-10-23 16:43:09 +02:00
ice_flow.c net/ice: fix GTP-U rule conflict 2020-02-05 09:51:21 +01:00
ice_flow.h net/ice/base: allow flexbytes matching on header 2020-01-17 19:46:01 +01:00
ice_hw_autogen.h net/ice/base: remove redundant empty lines 2019-10-07 15:00:55 +02:00
ice_lan_tx_rx.h net/ice/base: remove redundant empty lines 2019-10-07 15:00:55 +02:00
ice_nvm.c net/ice/base: whitelist register for NVM access 2020-01-17 19:46:01 +01:00
ice_nvm.h net/ice/base: move function declaration 2019-10-07 15:00:53 +02:00
ice_osdep.h net/ice: fix flow FDIR/switch memory leak 2020-02-05 09:51:19 +01:00
ice_protocol_type.h net/ice/base: fix switch programming for IPv6 2019-11-20 17:36:05 +01:00
ice_sbq_cmd.h net/ice/base: update copyright time 2019-03-29 17:25:31 +01:00
ice_sched.c net/ice/base: remove null check of port info 2019-10-07 15:00:56 +02:00
ice_sched.h net/ice/base: move function declaration 2019-10-07 15:00:53 +02:00
ice_status.h net/ice/base: support DCB 2019-03-29 17:25:31 +01:00
ice_switch.c net/ice/base: support adding MAC rules on specific port 2020-01-17 19:46:01 +01:00
ice_switch.h net/ice/base: support adding MAC rules on specific port 2020-01-17 19:46:01 +01:00
ice_type.h net/ice/base: clean up 2020-01-17 19:46:01 +01:00
meson.build build: warn on unused parameter 2019-06-04 00:22:50 +02:00
README net/ice/base: update version 2019-11-20 17:36:06 +01:00

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

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

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