Skip to content

Commit

Permalink
netdev-dpdk: Remove a leftover lock annotation.
Browse files Browse the repository at this point in the history
A lock annotation was left behind after removing the nonpmd mutex.
Remove it.

Fixes: 1166b0d ("netdev-dpdk: Remove useless nonpmd_mempool_mutex.")
Signed-off-by: David Marchand <[email protected]>
Acked-by: Sunil Pai G <[email protected]>
Signed-off-by: Ilya Maximets <[email protected]>
  • Loading branch information
david-marchand authored and igsilya committed May 4, 2022
1 parent 29b94e1 commit c896bff
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/netdev-dpdk.c
Original file line number Diff line number Diff line change
Expand Up @@ -2672,7 +2672,6 @@ dpdk_copy_dp_packet_to_mbuf(struct rte_mempool *mp, struct dp_packet *pkt_orig)
* Returns the number of good packets in the batch. */
static size_t
dpdk_copy_batch_to_mbuf(struct netdev *netdev, struct dp_packet_batch *batch)
OVS_NO_THREAD_SAFETY_ANALYSIS
{
struct netdev_dpdk *dev = netdev_dpdk_cast(netdev);
size_t i, size = dp_packet_batch_size(batch);
Expand Down

0 comments on commit c896bff

Please sign in to comment.