[dpdk-dev] [PATCH v2 4/4] common/cnxk: support extensions attributes in IPv6 item

2022-01-02 Thread psatheesh
From: Satheesh Paul Support matching existence of specific extension headers after RTE_FLOW_ITEM_TYPE_IPV6 item. Signed-off-by: Satheesh Paul Reviewed-by: Kiran Kumar Kokkilagadda --- drivers/common/cnxk/hw/npc.h| 17 drivers/common/cnxk/roc_npc.h | 33 +++

[dpdk-dev] [PATCH v2 3/4] common/cnxk: support matching VLAN existence in RTE Flow

2022-01-02 Thread psatheesh
From: Satheesh Paul Support matching existence of VLAN after RTE_FLOW_ITEM_TYPE_ETH and RTE_FLOW_ITEM_TYPE_VLAN items. Signed-off-by: Satheesh Paul Reviewed-by: Kiran Kumar Kokkilagadda --- drivers/common/cnxk/roc_npc.h | 56 - drivers/common/cnxk/roc_npc_mca

[dpdk-dev] [PATCH v2 2/4] common/cnxk: support custom pre L2 header parsing as raw

2022-01-02 Thread psatheesh
From: Kiran Kumar K Add roc API for parsing custom pre L2 headers as raw data. Only relative offset is supported and search and limit is not supported with this raw item type. Signed-off-by: Kiran Kumar K Reviewed-by: Satheesh Paul --- drivers/common/cnxk/roc_npc.c | 8 +- drivers

[dpdk-dev] [PATCH v2 1/4] drivers: add support for switch header type pre L2

2022-01-02 Thread psatheesh
From: Kiran Kumar K Adding changes to configure switch header type pre L2 for cnxk. Along with switch header type user needs to provide the offset with in the custom header that holds the size of the custom header and mask for the size with in the size offset. Signed-off-by: Kiran Kumar K Revie

RE: [PATCH v2 14/16] net/pfe: disable HW CRC stripping

2022-01-02 Thread Nipun Gupta
> -Original Message- > From: Stephen Hemminger > Sent: 27 December 2021 23:19 > To: Nipun Gupta > Cc: dev@dpdk.org; tho...@monjalon.net; ferruh.yi...@intel.com; Hemant > Agrawal ; Gagandeep Singh > Subject: Re: [PATCH v2 14/16] net/pfe: disable HW CRC stripping > > On Mon, 27 Dec 202

RE: [PATCH v2] app/eventdev: add crypto producer mode

2022-01-02 Thread Shijith Thotton
Hi Abhinandan, >> Subject: [PATCH v2] app/eventdev: add crypto producer mode >> >> In crypto producer mode, producer core enqueues cryptodev with software >> generated crypto ops and worker core dequeues crypto completion events from >> the eventdev. Event crypto metadata used for above processing

[dpdk-dev] [PATCH 4/4] common/cnxk: support extensions attributes in IPv6 item

2022-01-02 Thread psatheesh
From: Satheesh Paul Support matching existence of specific extension headers after RTE_FLOW_ITEM_TYPE_IPV6 item. Signed-off-by: Satheesh Paul Change-Id: I8c7d58af242d6d991b718787a6c9b8e79c6ff409 Reviewed-on: https://sj1git1.cavium.com/c/IP/SW/dataplane/dpdk/+/66900 Tested-by: sa_ip-toolkits-Jen

[dpdk-dev] [PATCH 3/4] common/cnxk: support matching VLAN existence in RTE Flow

2022-01-02 Thread psatheesh
From: Satheesh Paul Support matching existence of VLAN after RTE_FLOW_ITEM_TYPE_ETH and RTE_FLOW_ITEM_TYPE_VLAN items. ci: skip_checkformat Signed-off-by: Satheesh Paul Change-Id: Ieebeaee5f13e58e7db20a171ea878bb33ddd57bb Reviewed-on: https://sj1git1.cavium.com/c/IP/SW/dataplane/dpdk/+/67088 T

[dpdk-dev] [PATCH 2/4] common/cnxk: support custom pre L2 header parsing as raw

2022-01-02 Thread psatheesh
From: Kiran Kumar K Add roc API for parsing custom pre L2 headers as raw data. Only relative offset is supported and search and limit is not supported with this raw item type. ci: skip_klocwork Signed-off-by: Kiran Kumar K Change-Id: I2840244715e2c849e8b96145dc1b642dd8e3583b Reviewed-on: https

[dpdk-dev] [PATCH 1/4] drivers: add support for switch header type pre L2

2022-01-02 Thread psatheesh
From: Kiran Kumar K Adding changes to configure switch header type pre L2 for cnxk. Along with switch header type user needs to provide the offset with in the custom header that holds the size of the custom header and mask for the size with in the size offset. ci: skip_roc_check skip_checkformat

RE: [PATCH v2 06/16] net/dpaa2: support multiple txqs en-queue for ordered

2022-01-02 Thread Nipun Gupta
> -Original Message- > From: Stephen Hemminger > Sent: 27 December 2021 23:32 > To: Nipun Gupta > Cc: dev@dpdk.org; tho...@monjalon.net; ferruh.yi...@intel.com; Hemant > Agrawal ; Jun Yang > Subject: Re: [PATCH v2 06/16] net/dpaa2: support multiple txqs en-queue for > ordered > > On

RE: [PATCH v2 15/16] net/pfe: reduce driver initialization time

2022-01-02 Thread Nipun Gupta
> -Original Message- > From: Stephen Hemminger > Sent: 27 December 2021 23:28 > To: Nipun Gupta > Cc: dev@dpdk.org; tho...@monjalon.net; ferruh.yi...@intel.com; Hemant > Agrawal ; Gagandeep Singh > Subject: Re: [PATCH v2 15/16] net/pfe: reduce driver initialization time > > On Mon, 2

RE: [PATCH v2 00/16] features and fixes on NXP eth devices

2022-01-02 Thread Nipun Gupta
> -Original Message- > From: Stephen Hemminger > Sent: 27 December 2021 23:21 > To: Nipun Gupta > Cc: dev@dpdk.org; tho...@monjalon.net; ferruh.yi...@intel.com; Hemant > Agrawal > Subject: Re: [PATCH v2 00/16] features and fixes on NXP eth devices > > On Mon, 27 Dec 2021 21:46:29 +05

[PATCH] net/enic: support GENEVE flow item

2022-01-02 Thread Hyong Youb Kim
Recent VIC models can parse GENEVE, including options, and inner packet headers. Enable GENEVE header and option flow items. Currently, only the first option that follows the GENEVE header can be matched, and the GENEVE header item must specify option length. Signed-off-by: Hyong Youb Kim Reviewe

RE: [PATCH] net/ice: fix error forwarding IPv6 VXLAN packet

2022-01-02 Thread Zhang, Qi Z
> -Original Message- > From: Kevin Liu > Sent: Wednesday, December 8, 2021 5:56 PM > To: dev@dpdk.org > Cc: Zhang, RobinX ; Wang, Jie1X > ; Liu, KevinX > Subject: [PATCH] net/ice: fix error forwarding IPv6 VXLAN packet > > In ice_txd_enable_offload(), when set tunnel packet Tx checksu

RE: [PATCH v2] net/ice: track the DCF state of PF

2022-01-02 Thread Zhang, Qi Z
> -Original Message- > From: Wang, Haiyue > Sent: Friday, November 26, 2021 11:17 AM > To: Yu, DapengX ; Yang, Qiming > ; Zhang, Qi Z > Cc: dev@dpdk.org; sta...@dpdk.org > Subject: RE: [PATCH v2] net/ice: track the DCF state of PF > > > -Original Message- > > From: Yu, DapengX

RE: [PATCH v1] net/iavf: remove the extra symbol '+'

2022-01-02 Thread Zhang, Qi Z
> -Original Message- > From: Xing, Beilei > Sent: Thursday, December 16, 2021 1:49 PM > To: Wang, Haiyue ; dev@dpdk.org > Cc: sta...@dpdk.org; Wu, Jingjing ; Sinha, Abhijit > ; Doherty, Declan ; > Nicolau, Radu > Subject: RE: [PATCH v1] net/iavf: remove the extra symbol '+' > > > >

RE: [PATCH] net/ice: fix Tx checksum offload capability

2022-01-02 Thread Zhang, Qi Z
> -Original Message- > From: Yang, Qiming > Sent: Tuesday, December 7, 2021 11:17 AM > To: Zhang, Qi Z > Cc: dev@dpdk.org; Xu, Wei1 ; sta...@dpdk.org > Subject: RE: [PATCH] net/ice: fix Tx checksum offload capability > > > > -Original Message- > > From: Zhang, Qi Z > > Sent: