尊敬的e1000-devel, 您好:
详情请查阅附件信息并转交相关人员!
此致,
敬礼!
骆士玮 -2011-10-12-20:16:39--
All the data continuously generated in your IT infrastructure contains a
definitive record of customers, application performance, security
>-Original Message-
>From: Plank, Stefan [mailto:stefan.pl...@siemens-enterprise.com]
>Sent: Monday, September 26, 2011 7:38 AM
>To: e1000-de...@lists.sf.net
>Subject: [E1000-devel] Needing help for igb
>
>Hello,
>
>I have studied documentation for IEEE 1588 PTP and Intel 82576 with IGB
>
printks should use KERN_ levels.
Signed-off-by: Joe Perches
---
drivers/net/ethernet/intel/igb/e1000_82575.c |5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/drivers/net/ethernet/intel/igb/e1000_82575.c
b/drivers/net/ethernet/intel/igb/e1000_82575.c
index c0857bd..e0
Use the current logging styles.
pr_ conversions are now prefixed with "igb: "
Correct a defect where the trailing NTU may have been printed
on a separate line because of an interleaving hex_dump.
Remove unnecessary uses of KERN_CONT and use single pr_info()s
to avoid any possible output interlea
Just some conversions of printks to pr_
and some trivial defect corrections.
Joe Perches (5):
e1000e: Convert printks to pr_
ixgbevf: Convert printks to pr_
igbvf: Convert printks to pr_
igb: Convert printks to pr_
igb: Convert bare printk to pr_notice
drivers/net/ethernet/intel/e1000e
Use current logging styles.
Prefix all output via #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
Neaten link status dev_info.
Signed-off-by: Joe Perches
---
drivers/net/ethernet/intel/igbvf/netdev.c | 14 +++---
1 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/drivers/net/e
Use the current logging styles, prefix output with "ixgbevf: "
Add #define pr_fmt
Coalesce formats.
Signed-off-by: Joe Perches
---
drivers/net/ethernet/intel/ixgbevf/ethtool.c |6 +++-
drivers/net/ethernet/intel/ixgbevf/ixgbevf_main.c | 26 ++--
2 files changed, 17 in
Use the current logging styles.
pr_ conversions are now prefixed with "e1000e:"
Correct a couple of defects where the trailing NTU may have
been printed on a separate line because of an interleaving
hex_dump.
Remove unnecessary uses of KERN_CONT and use single pr_info()s
to avoid any possible ou
On 10/11/2011 11:35 PM, Dan Carpenter wrote:
> Hello John Fastabend,
>
> This is a semi-automatic email about new static checker warnings.
>
> The patch 32701dc2e616: "ixgbe: fixup hard dependencies on supporting
> 8 traffic classes" from Sep 27, 2011, leads to the following Smatch
> complaint:
>