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 648728 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]
patch to call dump code if problem packet value is encountered
pvl_dump.patch (text/plain), 821 bytes, created by
carolyn.wyborny
on 2012-11-20 19:05:11 UTC
(
hide
)
Description:
patch to call dump code if problem packet value is encountered
Filename:
MIME Type:
Creator:
carolyn.wyborny
Created:
2012-11-20 19:05:11 UTC
Size:
821 bytes
patch
obsolete
>igb: Test patch to turn off malicious block to see if that frees malformed > >From: Carolyn Wyborny <carolyn.wyborny@intel.com> > >dhcp packet. >--- > > drivers/net/ethernet/intel/igb/igb_main.c | 2 ++ > 1 files changed, 2 insertions(+), 0 deletions(-) > > >diff --git a/drivers/net/ethernet/intel/igb/igb_main.c b/drivers/net/ethernet/intel/igb/igb_main.c >index 7044aaa..d0d735a 100644 >--- a/drivers/net/ethernet/intel/igb/igb_main.c >+++ b/drivers/net/ethernet/intel/igb/igb_main.c >@@ -4115,6 +4115,8 @@ static void igb_tx_csum(struct igb_ring *tx_ring, struct igb_tx_buffer *first) > first->tx_flags |= IGB_TX_FLAGS_CSUM; > } > >+ if (skb_network_offset(skb) == 0) >+ igb_dump(adapter); > vlan_macip_lens |= skb_network_offset(skb) << E1000_ADVTXD_MACLEN_SHIFT; > vlan_macip_lens |= first->tx_flags & IGB_TX_FLAGS_VLAN_MASK; >
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