Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1594200 > unrolled thread

[PATCH v2 0/4] net: thunderx: Miscellaneous fixes

Started bysunil.kovvuri@gmail.com
First post2017-03-07 13:50 +0100
Last post2017-03-09 22:20 +0100
Articles 2 — 2 participants

Back to article view | Back to linux.kernel


Contents

  [PATCH v2 0/4] net: thunderx: Miscellaneous fixes sunil.kovvuri@gmail.com - 2017-03-07 13:50 +0100
    Re: [PATCH v2 0/4] net: thunderx: Miscellaneous fixes David Miller <davem@davemloft.net> - 2017-03-09 22:20 +0100

#1594200 — [PATCH v2 0/4] net: thunderx: Miscellaneous fixes

Fromsunil.kovvuri@gmail.com
Date2017-03-07 13:50 +0100
Subject[PATCH v2 0/4] net: thunderx: Miscellaneous fixes
Message-ID<timIW-7Bl-9@gated-at.bofh.it>
From: Sunil Goutham <sgoutham@cavium.com>

This patch set fixes multiple issues such as IOMMU
translation faults when kernel is booted with IOMMU enabled
on host, incorrect MAC ID reading from ACPI tables and IPv6
UDP packet drop due to failure of checksum validation.

Changes from v1:
- As suggested by David Miller, got rid of conditional
  calling of DMA map/unmap APIs. Also updated commit message
  in 'IOMMU translation faults' patch.

Sunil Goutham (3):
  net: thunderx: Fix IOMMU translation faults
  net: thunderx: Fix LMAC mode debug prints for QSGMII mode
  net: thunderx: Fix invalid mac addresses for node1 interfaces

Thanneeru Srinivasulu (1):
  net: thunderx: Allow IPv6 frames with zero UDP checksum

 drivers/net/ethernet/cavium/thunder/nic.h          |   1 +
 drivers/net/ethernet/cavium/thunder/nicvf_main.c   |  12 +-
 drivers/net/ethernet/cavium/thunder/nicvf_queues.c | 184 ++++++++++++++++-----
 drivers/net/ethernet/cavium/thunder/nicvf_queues.h |   4 +-
 drivers/net/ethernet/cavium/thunder/thunder_bgx.c  |  64 ++++---
 drivers/net/ethernet/cavium/thunder/thunder_bgx.h  |   1 -
 6 files changed, 205 insertions(+), 61 deletions(-)

-- 
2.7.4

[toc] | [next] | [standalone]


#1596389

FromDavid Miller <davem@davemloft.net>
Date2017-03-09 22:20 +0100
Message-ID<tjdDz-2iO-5@gated-at.bofh.it>
In reply to#1594200
From: sunil.kovvuri@gmail.com
Date: Tue,  7 Mar 2017 18:09:07 +0530

> From: Sunil Goutham <sgoutham@cavium.com>
> 
> This patch set fixes multiple issues such as IOMMU
> translation faults when kernel is booted with IOMMU enabled
> on host, incorrect MAC ID reading from ACPI tables and IPv6
> UDP packet drop due to failure of checksum validation.

Series applied, thanks.

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web