From: Reshma Pattan Date: Wed, 15 Jun 2016 14:06:18 +0000 (+0100) Subject: ethdev: protect Rx/Tx callback change with locks X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=525335f4ce34a4a5c0d897d4e9d192a43817f17c;hp=525335f4ce34a4a5c0d897d4e9d192a43817f17c;p=dpdk.git ethdev: protect Rx/Tx callback change with locks Added spinlocks around add/remove logic of Rx and Tx callbacks to avoid corruption of callback lists in multithreaded context. Signed-off-by: Reshma Pattan Acked-by: Konstantin Ananyev ---