Re: [dpdk-dev] [PATCH] ethdev: support dynamic logging

2018-03-27 Thread Ferruh Yigit
On 3/13/2018 12:38 PM, Shreyansh Jain wrote: >> -Original Message- >> From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Ferruh Yigit >> Sent: Tuesday, March 13, 2018 4:37 PM >> To: Thomas Monjalon >> Cc: dev@dpdk.org; Ferruh Yigit >> Subject: [dpdk-

Re: [dpdk-dev] [PATCH] ethdev: support dynamic logging

2018-03-13 Thread Shreyansh Jain
> -Original Message- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Ferruh Yigit > Sent: Tuesday, March 13, 2018 4:37 PM > To: Thomas Monjalon > Cc: dev@dpdk.org; Ferruh Yigit > Subject: [dpdk-dev] [PATCH] ethdev: support dynamic logging > > Sig

[dpdk-dev] [PATCH] ethdev: support dynamic logging

2018-03-13 Thread Ferruh Yigit
Signed-off-by: Ferruh Yigit --- lib/librte_ether/rte_ethdev.c | 31 +++ 1 file changed, 23 insertions(+), 8 deletions(-) diff --git a/lib/librte_ether/rte_ethdev.c b/lib/librte_ether/rte_ethdev.c index 77628cc05..ef9bf102a 100644 --- a/lib/librte_ether/rte_ethdev.c ++