Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 660885 Details for
Bug 870391
igb: i350 does not report dropped packets count correctly
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
LVMMC.patch
LVMMC.patch (text/plain), 1.46 KB, created by
Stefan Assmann
on 2012-12-10 13:58:08 UTC
(
hide
)
Description:
LVMMC.patch
Filename:
MIME Type:
Creator:
Stefan Assmann
Created:
2012-12-10 13:58:08 UTC
Size:
1.46 KB
patch
obsolete
>--- > drivers/net/igb/e1000_regs.h | 1 + > drivers/net/igb/igb_main.c | 8 +++++++- > 2 files changed, 8 insertions(+), 1 deletions(-) > >diff --git a/drivers/net/igb/e1000_regs.h b/drivers/net/igb/e1000_regs.h >index faec840..528b0a7 100644 >--- a/drivers/net/igb/e1000_regs.h >+++ b/drivers/net/igb/e1000_regs.h >@@ -320,6 +320,7 @@ > #define E1000_VFRE 0x00C8C /* VF Receive Enables */ > #define E1000_VFTE 0x00C90 /* VF Transmit Enables */ > #define E1000_QDE 0x02408 /* Queue Drop Enable - RW */ >+#define E1000_LVMMC 0x03548 /* Last VM Misbehavior Cause */ > #define E1000_DTXSWC 0x03500 /* DMA Tx Switch Control - RW */ > #define E1000_WVBR 0x03554 /* VM Wrong Behavior - RWS */ > #define E1000_RPLOLR 0x05AF0 /* Replication Offload - RW */ >diff --git a/drivers/net/igb/igb_main.c b/drivers/net/igb/igb_main.c >index 17b044a..40d2196 100644 >--- a/drivers/net/igb/igb_main.c >+++ b/drivers/net/igb/igb_main.c >@@ -287,6 +287,9 @@ static const struct igb_reg_info igb_reg_info_tbl[] = { > {E1000_TDFHS, "TDFHS"}, > {E1000_TDFPC, "TDFPC"}, > >+ /* VF Registers */ >+ {E1000_LVMMC, "LVMMC"}, >+ > /* List Terminator */ > {} > }; >@@ -6853,7 +6856,10 @@ static void igb_vmm_control(struct igb_adapter *adapter) > reg |= E1000_RPLOLR_STRVLAN; > wr32(E1000_RPLOLR, reg); > case e1000_i350: >- /* none of the above registers are supported by i350 */ >+ /* Set DTXCTL.MDP_EN */ >+ reg = rd32(E1000_DTXCTL); >+ reg |= (1 << 5); >+ wr32(E1000_DTXCTL, reg); > break; > } > >-- >1.7.1 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 870391
:
633799
|
633905
|
636990
|
636992
|
641725
|
644727
|
648342
|
648343
|
648728
| 660885