Re: [dpdk-dev] [PATCH 02/27] eventdev: do not pass disable_implicit_release bit to trace macro

2020-08-11 Thread Jerin Jacob
On Fri, Jul 31, 2020 at 1:23 AM McDaniel, Timothy wrote: > > From: "McDaniel, Timothy" > > Previous implementation traced u8 disable_impl_release, which > is now a bit field contained in the new u32 event_port_cfg > field. > > Signed-off-by: McDaniel, Timothy > --- > lib/librte_eventdev/rte_eve

[dpdk-dev] [PATCH 02/27] eventdev: do not pass disable_implicit_release bit to trace macro

2020-07-30 Thread McDaniel, Timothy
From: "McDaniel, Timothy" Previous implementation traced u8 disable_impl_release, which is now a bit field contained in the new u32 event_port_cfg field. Signed-off-by: McDaniel, Timothy --- lib/librte_eventdev/rte_event_crypto_adapter.c |2 +- lib/librte_eventdev/rte_event_eth_tx_adapter.

[dpdk-dev] [PATCH 02/27] eventdev: do not pass disable_implicit_release bit to trace macro

2020-06-26 Thread Tim McDaniel
From: "McDaniel, Timothy" Previous implementation traced u8 disable_impl_release, which is now a bit field contained in the new u32 event_port_cfg field. Signed-off-by: McDaniel, Timothy --- lib/librte_eventdev/rte_event_crypto_adapter.c |2 +- lib/librte_eventdev/rte_event_eth_tx_adapter.

[dpdk-dev] [PATCH 02/27] eventdev: do not pass disable_implicit_release bit to trace macro

2020-06-12 Thread McDaniel, Timothy
The disable implicit_release indicator is now a bitfield, so it must be converted to uint8_t when calling the tracepoint macro. Change-Id: Iab83bbc295de2431a936ce2a73ed6801366d392f Signed-off-by: McDaniel, Timothy --- lib/librte_eventdev/rte_event_crypto_adapter.c | 7 ++- lib/librt