Re: [dpdk-dev] [PATCH v2] net/i40e: add logic of processing continuous DD bits for Arm

2021-07-04 Thread Joyce Kong
> -Original Message- > From: Honnappa Nagarahalli > Sent: Wednesday, June 30, 2021 9:15 AM > To: Joyce Kong ; beilei.x...@intel.com; > qi.z.zh...@intel.com; Ruifeng Wang ; > bruce.richard...@intel.com; helin.zh...@intel.com > Cc: dev@dpdk.org; sta...@dpdk.org; nd ; Honnappa > Nagarahall

Re: [dpdk-dev] [PATCH v2] net/i40e: add logic of processing continuous DD bits for Arm

2021-06-29 Thread Honnappa Nagarahalli
> > For Arm platforms, reading descs can get re-ordered, then the status of DD > bits will be discontinuous, so add the logic to only process continuous descs > by checking DD bits. > > Fixes: 4861cde46116 ("i40e: new poll mode driver") > Cc: sta...@dpdk.org > > Signed-off-by: Joyce Kong > Rev

[dpdk-dev] [PATCH v2] net/i40e: add logic of processing continuous DD bits for Arm

2021-06-23 Thread Joyce Kong
For Arm platforms, reading descs can get re-ordered, then the status of DD bits will be discontinuous, so add the logic to only process continuous descs by checking DD bits. Fixes: 4861cde46116 ("i40e: new poll mode driver") Cc: sta...@dpdk.org Signed-off-by: Joyce Kong Reviewed-by: Ruifeng Wang