[dpdk-dev] [PATCH 5/5] ixgbe: silence noisy log messages

2015-05-19 Thread David Marchand
On Mon, May 18, 2015 at 6:39 PM, Stephen Hemminger < stephen at networkplumber.org> wrote: > On Mon, 18 May 2015 10:32:01 +0100 > Bruce Richardson wrote: > > > For the most part, this looks fine. However, I'm unsure about changing > the log > > level of the messages stating what the RX and TX bur

[dpdk-dev] [PATCH 5/5] ixgbe: silence noisy log messages

2015-05-19 Thread Stephen Hemminger
We need info messages about topology etc from other components. On Tue, May 19, 2015 at 12:46 AM, David Marchand wrote: > On Mon, May 18, 2015 at 6:39 PM, Stephen Hemminger < > stephen at networkplumber.org> wrote: > >> On Mon, 18 May 2015 10:32:01 +0100 >> Bruce Richardson wrote: >> >> > For t

[dpdk-dev] [PATCH 5/5] ixgbe: silence noisy log messages

2015-05-18 Thread Bruce Richardson
On Fri, May 15, 2015 at 10:08:27AM -0700, Stephen Hemminger wrote: > The ixgbe driver likes to be far to chatty in the system log > which is good for the original developer but not good for a production > product. All the normal messages should be changed from INFO to DEBUG. > > Signed-off-by: Ste

[dpdk-dev] [PATCH 5/5] ixgbe: silence noisy log messages

2015-05-18 Thread Stephen Hemminger
On Mon, 18 May 2015 10:32:01 +0100 Bruce Richardson wrote: > For the most part, this looks fine. However, I'm unsure about changing the log > level of the messages stating what the RX and TX burst functions in use are. I > would view this as important information that should generally be displaye

[dpdk-dev] [PATCH 5/5] ixgbe: silence noisy log messages

2015-05-15 Thread Stephen Hemminger
The ixgbe driver likes to be far to chatty in the system log which is good for the original developer but not good for a production product. All the normal messages should be changed from INFO to DEBUG. Signed-off-by: Stephen Hemminger --- lib/librte_pmd_ixgbe/ixgbe_ethdev.c | 14 +++---