mbox series

[v3,0/2] fixes for i40e hw scan ring

Message ID 20210706065404.25137-1-joyce.kong@arm.com (mailing list archive)
Headers
Series fixes for i40e hw scan ring |

Message

Joyce Kong July 6, 2021, 6:54 a.m. UTC
  This patchset contains two parts for i40e PMD, one is to add
the logic of processing continuous DD bits for Arm platform,
the other is to replace SMP barrier with thread fence.

v3:
 Seperate the commit changes into two parts. <Honnappa Nagarahalli>

v2:
 Only add the compile option for Arm and keep X86 intact. <Qi Zhang> 

v1:
 The initial version.

Joyce Kong (2):
  net/i40e: add logic of processing continuous DD bits for Arm
  net/i40e: replace SMP barrier with thread fence

 drivers/net/i40e/i40e_rxtx.c | 19 +++++++++++++++----
 1 file changed, 15 insertions(+), 4 deletions(-)