net/ice: rework switch filter

The patch reworks packet process engine's binary classifier
(switch) for the new framework. It also adds support for new
packet type like PPPoE for switch filter.

Signed-off-by: Wei Zhao <wei.zhao1@intel.com>
Acked-by: Qi Zhang <qi.z.zhang@intel.com>
Reviewed-by: Xiaolong Ye <xiaolong.ye@intel.com>
This commit is contained in:
Wei Zhao 2019-10-17 02:33:56 +08:00 committed by Ferruh Yigit
parent 3e4eab9c21
commit 47d460d632
3 changed files with 1191 additions and 4 deletions

View File

@ -116,6 +116,7 @@ New Features
* Added support for the ``RTE_ETH_DEV_CLOSE_REMOVE`` flag.
* Generic filter enhancement
- Supported pipeline mode.
- Supported new packet type like PPPoE for switch filter.
* **Added cryptodev asymmetric session-less operation.**

File diff suppressed because it is too large Load Diff

View File

@ -1,4 +0,0 @@
/* SPDX-License-Identifier: BSD-3-Clause
* Copyright(c) 2019 Intel Corporation
*/