RE: [PATCH v1] net/i40e: add flow mark capability to NEON vector routine

2022-02-15 Thread Zhang, Qi Z
> -Original Message- > From: Joyce Kong > Sent: Friday, December 17, 2021 1:36 PM > To: Ruifeng Wang ; Xing, Beilei > > Cc: dev@dpdk.org; n...@arm.com; Joyce Kong > Subject: [PATCH v1] net/i40e: add flow mark capability to NEON vector routine > > This

[PATCH v1] net/i40e: add flow mark capability to NEON vector routine

2021-12-16 Thread Joyce Kong
This commit adds a flow director support to i40e NEON vector RX path. I40e can have 16 and 32 byte descriptors, and the Flow Director ID data and indication-bit are in different locations for each size descriptor. The support is implemented in two separate functions as they require vastly differen