Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1280150
| Path | csiph.com!eternal-september.org!feeder.eternal-september.org!aioe.org!bofh.it!news.nic.it!robomod |
|---|---|
| From | Sunil Goutham <sunil.kovvuri@gmail.com> |
| Newsgroups | linux.kernel |
| Subject | [PATCH 00/13] net: thunderx: HW TSO support and other fixes |
| Date | Mon, 30 Nov 2015 19:20:01 +0100 |
| Message-ID | <qABdn-76v-5@gated-at.bofh.it> (permalink) |
| References | <ds889-8u2-7@gated-at.bofh.it> |
| X-Original-To | netdev@vger.kernel.org |
| Dkim-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=k7EsocOJIK6hccKtpkpaEUADA1C8mHZYSihwA+Awv8A=; b=jgcuDTecrC1aCO3/Qrr8s3cGWXswQBRX4u5n28UYH+djvjhzOWATH5Y2inypcSTOTi VYisagckKc0Uxno2FrqVgjrvYAWNAnT2+5REndW8s3B7hfDtZRN98GtxJClGyFF3vpg2 zrKyMSabGb05rlhIThN0FWGqHFemkejQ99XYF6CIEFeJzFqTcfNvvYTxUhyWbYAnJu+m 944NXGuRK7D7PDWqv03GO0HJ/xYPzInEH5upIJ+ZsG1G1EEiUk/CrEliXIyJ426viU7f 5c+qKv+Tk3Q0gh4Slh6qXDaGM1IEgDODP4MblkBKplP/JQzcapHLXCCvi5tlYABR4QwK mXeA== |
| X-Received | by 10.98.12.8 with SMTP id u8mr73974286pfi.76.1448907429611; Mon, 30 Nov 2015 10:17:09 -0800 (PST) |
| X-Mailer | git-send-email 1.7.1 |
| In-Reply-To | <y> |
| Sender | robomod@news.nic.it |
| List-ID | <linux-kernel.vger.kernel.org> |
| X-Mailing-List | linux-kernel@vger.kernel.org |
| Approved | robomod@news.nic.it |
| Lines | 41 |
| Organization | linux.* mail to news gateway |
| X-Original-Cc | linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Sunil.Goutham@caviumnetworks.com, Sunil Goutham <sgoutham@cavium.com> |
| X-Original-Date | Mon, 30 Nov 2015 23:48:56 +0530 |
| X-Original-Message-ID | <1448907549-5296-1-git-send-email-sunil.kovvuri@gmail.com> |
| X-Original-References | <y> |
| X-Original-Sender | linux-kernel-owner@vger.kernel.org |
| Xref | csiph.com linux.kernel:1280150 |
Show key headers only | View raw
From: Sunil Goutham <sgoutham@cavium.com>
This patch series contains fixes for various issues and support for
HW TSO which is added in pass2 silicon.
Sunil Goutham (9):
net: thunderx: Increase transmit queue length
net: thunderx: Set CQ timer threshold properly
net: thunderx: Switchon carrier only upon interface link up
net: thunderx: Remove unnecessary rcv buffer start address management
net: thunderx: Enable BGX LMAC's RX/TX only after VF is up
net: thunderx: HW TSO support for pass2 chips
net: thunderx: Enable CQE count threshold interrupt for pass2 chip
net: thunderx: HW errata workaround for non-tunneled TSO pkts
net: thunderx: Fix for duplicate CQEs by HW for TSO packets
Thanneeru Srinivasulu (3):
net: thunderx: Force to load octeon-mdio before bgx driver.
net: thunderx: Wait for delayed work to finish before destroying it
net: thunderx: Add TX timeout, RX buff allocation fail to driver
stats.
Yury Norov (1):
net: thunderx: nicvf_queues: nivc_*_intr: remove duplication
drivers/net/ethernet/cavium/thunder/nic.h | 22 ++-
drivers/net/ethernet/cavium/thunder/nic_main.c | 34 ++-
drivers/net/ethernet/cavium/thunder/nicvf_ethtool.c | 18 ++-
drivers/net/ethernet/cavium/thunder/nicvf_main.c | 20 ++-
drivers/net/ethernet/cavium/thunder/nicvf_queues.c | 219 +++++++-------------
drivers/net/ethernet/cavium/thunder/nicvf_queues.h | 19 +-
drivers/net/ethernet/cavium/thunder/q_struct.h | 30 ++--
drivers/net/ethernet/cavium/thunder/thunder_bgx.c | 28 +++-
drivers/net/ethernet/cavium/thunder/thunder_bgx.h | 2 +
9 files changed, 189 insertions(+), 203 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH 00/13] net: thunderx: HW TSO support and other fixes Sunil Goutham <sunil.kovvuri@gmail.com> - 2015-11-30 19:20 +0100 Re: [PATCH 00/13] net: thunderx: HW TSO support and other fixes David Miller <davem@davemloft.net> - 2015-11-30 20:40 +0100
csiph-web