net/enic: remove flow locks
authorJohn Daley <johndale@cisco.com>
Thu, 6 Jun 2019 15:26:58 +0000 (08:26 -0700)
committerFerruh Yigit <ferruh.yigit@intel.com>
Thu, 13 Jun 2019 15:01:06 +0000 (00:01 +0900)
commit889dcfd57145250b4de1b79b728e8c04098efa09
treef2507d6ed906b52f29a8337bef24d0e596005b8d
parentd74111a9a1e64688208a41c487ee9908d920f20a
net/enic: remove flow locks

There is no requirement for thread safety in the flow PMD code and no
need for the locks.

Fixes: 6ced137607d0 ("net/enic: flow API for NICs with advanced filters enabled")
Cc: stable@dpdk.org
Signed-off-by: John Daley <johndale@cisco.com>
Reviewed-by: Hyong Youb Kim <hyonkim@cisco.com>
drivers/net/enic/enic.h
drivers/net/enic/enic_flow.c
drivers/net/enic/enic_main.c