1. 19 5月, 2012 1 次提交
  2. 18 5月, 2012 3 次提交
    • J
      CS89x0 : Use ioread16/iowrite16 on all platforms · 09dcd604
      Jaccon Bastiaansen 提交于
      The use of the inw/outw functions by the cs89x0 platform driver
      results in NULL pointer references on ARM platforms and
      platforms that do not provide ISA-style programmed I/O accessors.
      
      Using inw/outw also accesses the wrong address space on platforms
      that have a PCI I/O space that is not identity-mapped into the
      physical address space.
      Signed-off-by: NJaccon Bastiaansen <jaccon.bastiaansen@gmail.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      09dcd604
    • P
      drivers/net: delete all code/drivers depending on CONFIG_MCA · a5e371f6
      Paul Gortmaker 提交于
      The support for CONFIG_MCA is being removed, since the 20
      year old hardware simply isn't capable of meeting today's
      software demands on CPU and memory resources.
      
      This commit removes any MCA specific net drivers, and removes
      any MCA specific probe/support code from drivers that were
      doing a dual ISA/MCA role.
      
      Cc: "David S. Miller" <davem@davemloft.net>
      Cc: James Bottomley <James.Bottomley@HansenPartnership.com>
      Cc: netdev@vger.kernel.org
      Signed-off-by: NPaul Gortmaker <paul.gortmaker@windriver.com>
      a5e371f6
    • A
      net/mlx4_en: num cores tx rings for every UP · bc6a4744
      Amir Vadai 提交于
      Change the TX ring scheme such that the number of rings for untagged packets
      and for tagged packets (per each of the vlan priorities) is the same, unlike
      the current situation where for tagged traffic there's one ring per priority
      and for untagged rings as the number of core.
      
      Queue selection is done as follows:
      
      If the mqprio qdisc is operates on the interface, such that the core networking
      code invoked the device setup_tc ndo callback, a mapping of skb->priority =>
      queue set is forced - for both, tagged and untagged traffic.
      
      Else, the egress map skb->priority =>  User priority is used for tagged traffic, and
      all untagged traffic is sent through tx rings of UP 0.
      
      The patch follows the convergence of discussing that issue with John Fastabend
      over this thread http://comments.gmane.org/gmane.linux.network/229877
      
      Cc: John Fastabend <john.r.fastabend@intel.com>
      Cc: Liran Liss <liranl@mellanox.com>
      Signed-off-by: NAmir Vadai <amirv@mellanox.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      bc6a4744
  3. 17 5月, 2012 4 次提交
  4. 16 5月, 2012 10 次提交
  5. 15 5月, 2012 4 次提交
  6. 13 5月, 2012 2 次提交
  7. 12 5月, 2012 1 次提交
  8. 11 5月, 2012 4 次提交
  9. 10 5月, 2012 11 次提交