Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1382503
| From | sunil.kovvuri@gmail.com |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 0/4] net: thunderx: Add multiqset support for DPDK |
| Date | 2016-04-19 15:30 +0200 |
| Message-ID | <rpDT4-7yn-9@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
From: Sunil Goutham <sgoutham@cavium.com> This patch series mainly adds support for userspace application like DPDK with a VNIC VF attached to request additional QSets for having morethan the default 8 queues. Jerin Jacob (1): net: thunderx: Introduce a mailbox message to reset VF counters Radoslaw Biernacki (3): net: thunderx: Add multiqset support for dataplane apps net: thunderx: add sysfs attribute for SQS/SVF assigments net: thunderx: Improvement for MBX interface debug messages drivers/net/ethernet/cavium/thunder/nic.h | 32 ++- drivers/net/ethernet/cavium/thunder/nic_main.c | 321 +++++++++++++++++++--- drivers/net/ethernet/cavium/thunder/nicvf_main.c | 10 +- 3 files changed, 324 insertions(+), 39 deletions(-)
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH 0/4] net: thunderx: Add multiqset support for DPDK sunil.kovvuri@gmail.com - 2016-04-19 15:30 +0200
[PATCH 1/4] net: thunderx: Introduce a mailbox message to reset VF counters sunil.kovvuri@gmail.com - 2016-04-19 15:30 +0200
[PATCH 2/4] net: thunderx: Add multiqset support for dataplane apps sunil.kovvuri@gmail.com - 2016-04-19 15:40 +0200
Re: [PATCH 2/4] net: thunderx: Add multiqset support for dataplane apps kbuild test robot <lkp@intel.com> - 2016-04-21 07:20 +0200
[PATCH 4/4] net: thunderx: Improvement for MBX interface debug messages sunil.kovvuri@gmail.com - 2016-04-19 15:40 +0200
[PATCH 3/4] net: thunderx: add sysfs attribute for SQS/SVF assigments sunil.kovvuri@gmail.com - 2016-04-19 15:40 +0200
csiph-web