[dpdk-dev] [PATCH 3/9] net/cxgbe: add Compressed Local IP region

Ferruh Yigit ferruh.yigit at intel.com
Wed Jul 4 21:22:26 CEST 2018


On 6/29/2018 7:12 PM, Rahul Lakkireddy wrote:
> From: Shagun Agrawal <shaguna at chelsio.com>
> 
> CLIP region holds destination IPv6 addresses to be matched for
> corresponding flows. Query firmware for CLIP resources and allocate
> table to manage them. Also update LE-TCAM to use CLIP to reduce
> number of slots needed to offload IPv6 flows.
> 
> Signed-off-by: Shagun Agrawal <shaguna at chelsio.com>
> Signed-off-by: Rahul Lakkireddy <rahul.lakkireddy at chelsio.com>
> ---
>  drivers/net/cxgbe/Makefile              |   1 +
>  drivers/net/cxgbe/base/adapter.h        |  32 ++++++
>  drivers/net/cxgbe/base/t4fw_interface.h |  19 ++++
>  drivers/net/cxgbe/clip_tbl.c            | 195 ++++++++++++++++++++++++++++++++

This breaks the meson build, new added file 'clip_tbl.c' needs to be added
meson.build, if this is the only issue I can fix while applying.

>  drivers/net/cxgbe/clip_tbl.h            |  31 +++++
>  drivers/net/cxgbe/cxgbe_filter.c        |  99 ++++++++++++----
>  drivers/net/cxgbe/cxgbe_filter.h        |   1 +
>  drivers/net/cxgbe/cxgbe_main.c          |  19 ++++
>  8 files changed, 377 insertions(+), 20 deletions(-)
>  create mode 100644 drivers/net/cxgbe/clip_tbl.c
>  create mode 100644 drivers/net/cxgbe/clip_tbl.h



More information about the dev mailing list