> Subject: [ovs-dev] [PATCH] netdev-dpdk: Remove a leftover lock annotation.
>
> A lock annotation was left behind after removing the nonpmd mutex.
> Remove it.
>
> Fixes: 1166b0d82043 ("netdev-dpdk: Remove useless nonpmd_mempool_mutex.")
> Signed-off-by: David Marchand <[email protected]>
> ---
> lib/netdev-dpdk.c | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/lib/netdev-dpdk.c b/lib/netdev-dpdk.c index
> e0a2dccf5c..c9ef2be855 100644
> --- a/lib/netdev-dpdk.c
> +++ b/lib/netdev-dpdk.c
> @@ -2753,7 +2753,6 @@ dpdk_copy_dp_packet_to_mbuf(struct rte_mempool *mp,
> struct dp_packet *pkt_orig)
> /* Tx function. Transmit packets indefinitely */ static void
> dpdk_do_tx_copy(struct netdev *netdev, int qid, struct dp_packet_batch
> *batch)
> - OVS_NO_THREAD_SAFETY_ANALYSIS
LGTM,
Acked-by: Sunil Pai G <[email protected]>
_______________________________________________
dev mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-dev