Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 435724 Details for
Bug 584500
=app-emulation/vmware-modules-308.1.0: fails to build against kernel 4.7.x
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch for removed net_device->trans_start
308-4.07.00-netif.c.patch (text/plain), 671 bytes, created by
Mihai Donțu
on 2016-05-30 04:46:48 UTC
(
hide
)
Description:
patch for removed net_device->trans_start
Filename:
MIME Type:
Creator:
Mihai Donțu
Created:
2016-05-30 04:46:48 UTC
Size:
671 bytes
patch
obsolete
>diff -uprNbd a/vmnet-only/netif.c b/vmnet-only/netif.c >--- a/vmnet-only/netif.c 2015-11-26 03:53:17.000000000 +0200 >+++ b/vmnet-only/netif.c 2016-05-30 07:30:02.264375459 +0300 >@@ -450,6 +450,7 @@ int > VNetNetifStartXmit(struct sk_buff *skb, // IN: > struct net_device *dev) // IN: > { >+ struct netdev_queue *txq = netdev_get_tx_queue(dev, skb_get_queue_mapping(skb)); > VNetNetIF *netIf = netdev_priv(dev); > > if(skb == NULL) { >@@ -465,7 +466,7 @@ VNetNetifStartXmit(struct sk_buff *sk > VNetSend(&netIf->port.jack, skb); > > netIf->stats.tx_packets++; >- dev->trans_start = jiffies; >+ txq->trans_start = jiffies; > > return 0; > }
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 584500
: 435724