[dpdk-dev] [PATCH v2 15/16] net/i40e/base: extend processing of DDP

Ferruh Yigit ferruh.yigit at intel.com
Mon Jun 26 15:18:25 CEST 2017


On 6/26/2017 10:48 AM, Jingjing Wu wrote:
> This patch adds extended processing of DDP packages:
>  - Execution of adminq command sections to support AQ-depended profiles,
>    for example, for programming cloud filters types.
>  - Ability to write a profile without registering it in the list of
>    applied profiles, to be used for AQ-depended profiles.
>  - Profile rollback is implemented to support restoration of original
>    parser/analyzer configuration without the need of core reset,
>    for example, for deploying new profile without resetting device.
>  - Search for a specific section in a profile, to be used by driver
>    to access metadata sections with description of PCTYPE/PTYPEs
>    defined in the profile.
> 
> Signed-off-by: Andrey Chilikin <andrey.chilikin at intel.com>
> Signed-off-by: Beilei Xing <beilei.xing at intel.com>
> Signed-off-by: Jingjing Wu <jingjing.wu at intel.com>
> ---
>  drivers/net/i40e/base/README           |   2 +-
>  drivers/net/i40e/base/i40e_common.c    | 258 ++++++++++++++++++++++++++++++---
>  drivers/net/i40e/base/i40e_prototype.h |   6 +
>  drivers/net/i40e/base/i40e_type.h      |  25 +++-
>  4 files changed, 266 insertions(+), 25 deletions(-)
> 
> diff --git a/drivers/net/i40e/base/README b/drivers/net/i40e/base/README
> index 0da9f67..59e76c2 100644
> --- a/drivers/net/i40e/base/README
> +++ b/drivers/net/i40e/base/README
> @@ -34,7 +34,7 @@ Intel® I40E driver
>  ==================
>  
>  This directory contains source code of FreeBSD i40e driver of version
> -cid-i40e.2017.03.21.tar.gz released by the team which develops
> +cid-i40e.2017.06.23.tar.gz released by the team which develops
>  basic drivers for any i40e NIC. The directory of base/ contains the
>  original source package.
>  This driver is valid for the product(s) listed below

Hi Jingjing,

Can you please extract this part into different patch?

Thanks,
ferruh




More information about the dev mailing list