[dpdk-test-report] |SUCCESS| pw 7233-7238 fm10k: use rte_eth_dma_zone_reserve
2015-09-29 1:26 UTC
[dpdk-test-report] |SUCCESS| pw 7232 doc: fix rst issues in testpmd user guide
2015-09-28 20:27 UTC
[dpdk-test-report] |ERROR| pw 7212-7231 vmxnet3: copy pci device info to eth_dev data
2015-09-28 13:07 UTC
[dpdk-test-report] |ERROR| pw 7208-7211 ixgbe: VF RSS reta query and update
2015-09-28 8:38 UTC
[dpdk-test-report] |SUCCESS| pw 7204-7207 add RX and TX selection function for FVL
2015-09-27 19:55 UTC
[dpdk-test-report] |SUCCESS| pw 7203 Fix VMware emulated e1000 doesn't support INTX_DISABLE flag
2015-09-27 9:33 UTC
[dpdk-test-report] |SUCCESS| pw 7202 eal: fix C++ build (struct member: virtual)
2015-09-26 14:25 UTC
[dpdk-test-report] |ERROR| pw 7201 eal: fix C++ build (struct member: virtual)
2015-09-26 13:35 UTC
[dpdk-test-report] |SUCCESS| pw 7200 acl: fix target arch detection
2015-09-26 6:41 UTC
[dpdk-test-report] |SUCCESS| pw 7192-7199 librte_table: modify release notes and deprecation notice
2015-09-25 23:15 UTC
[dpdk-test-report] |SUCCESS| pw 7191 default to using all cores if no -c, -l, or --lcores options given
2015-09-25 21:18 UTC
[dpdk-test-report] |ERROR| pw 7190 ixgbe: prefetch cacheline after pointer becomes valid
2015-09-25 18:26 UTC
[dpdk-test-report] |SUCCESS| pw 7189 null: export eth_dev_null_create
2015-09-25 14:01 UTC
[dpdk-test-report] |ERROR| pw 7188 eal: add support for driver directory concept
2015-09-25 12:41 UTC
[dpdk-test-report] |SUCCESS| pw 7187 eal: refactor plugin list append from eal_parse_args() to a helper function
2015-09-25 12:41 UTC
[dpdk-test-report] |SUCCESS| pw 7186 i40e: workaround for Security issue in SR-IOV mode
2015-09-25 10:14 UTC
[dpdk-test-report] |SUCCESS| pw 7179-7185 l3fwd-power: disable interrupt when wake up from sleep
2015-09-25 9:33 UTC
[dpdk-test-report] |SUCCESS| pw 7178 fm10k: enable TSO support
2015-09-25 8:51 UTC
[dpdk-test-report] |ERROR| pw 7172-7177 ixgbe: implementation for fdir new modes' config
2015-09-25 7:14 UTC
[dpdk-test-report] |SUCCESS| pw 7171 i40e: add link flow control support for FVL
2015-09-25 6:33 UTC
[dpdk-test-report] |ERROR| pw 7166-7170 doc: release note update for fm10k intr mode
2015-09-25 5:39 UTC
[dpdk-test-report] |ERROR| pw 7165 fm10k: add Intel Boulder Rapid NIC support
2015-09-25 3:13 UTC
[dpdk-test-report] |SUCCESS| pw 7164 ixgbe: prefetch cacheline after pointer becomes valid
2015-09-25 1:07 UTC
[dpdk-test-report] |SUCCESS| pw 7163 Add support for I217 and I218 Intel 1G chipsets
2015-09-25 0:19 UTC
[dpdk-test-report] |SUCCESS| pw 7162 Move rte_mbuf macros to common header file
2015-09-24 23:37 UTC
[dpdk-test-report] |SUCCESS| pw 7161 Add support for I217 and I218 Intel 1G chipsets
2015-09-24 22:56 UTC
[dpdk-test-report] |ERROR| pw 7160 librte: Link status interrupt race condition, IGB E1000
2015-09-24 21:24 UTC
[dpdk-test-report] |SUCCESS| pw 7159 virtio ring layout optimization and vectorization
2015-09-24 18:45 UTC
[dpdk-test-report] |SUCCESS| pw 7158 doc: update the dpdk 2.2 release notes
2015-09-24 17:04 UTC
[dpdk-test-report] |ERROR| pw 7157 i40e: RSS granularity configurationMessage-ID: <1443078497-20602-1-git-send-email-helin.zhang@intel.com>The default fields of a received packet are loaded from firmware, which cannot be modified even users want to use different fields for RSS or filtering. Here adds a workaround to open more flexibilities of selecting packet fields for hash calculation or flow director to users. It also includes the modifications in testpmd to support the testing.v2 changes:Solved the compilation issues.v3 changes:Support selecting more input set fields.Helin Zhang (2): i40e: add RSS granularity configuration app/testpmd: add test commands for RSS granularity app/test-pmd/cmdline.c | 115 ++++++++ drivers/net/i40e/i40e_ethdev.c | 628 ++++++++++++++++++++++++++++++++++++++++ drivers/net/i40e/i40e_ethdev.h | 6 + drivers/net/i40e/i40e_fdir.c | 31 ++ lib/librte_ether/rte_eth_ctrl.h | 108 ++++++- 5 files changed, 884 insertions(+), 4 deletions(-)---1.9.3------------------------------Message: 2Date: Thu, 24 Sep 2015 15:08:16 +0800
2015-09-24 14:41 UTC
[dpdk-test-report] |SUCCESS| pw 7156 i40e: RSS granularity configurationMessage-ID: <1443078497-20602-1-git-send-email-helin.zhang@intel.com>The default fields of a received packet are loaded from firmware, which cannot be modified even users want to use different fields for RSS or filtering. Here adds a workaround to open more flexibilities of selecting packet fields for hash calculation or flow director to users. It also includes the modifications in testpmd to support the testing.v2 changes:Solved the compilation issues.v3 changes:Support selecting more input set fields.Helin Zhang (2): i40e: add RSS granularity configuration app/testpmd: add test commands for RSS granularity app/test-pmd/cmdline.c | 115 ++++++++ drivers/net/i40e/i40e_ethdev.c | 628 ++++++++++++++++++++++++++++++++++++++++ drivers/net/i40e/i40e_ethdev.h | 6 + drivers/net/i40e/i40e_fdir.c | 31 ++ lib/librte_ether/rte_eth_ctrl.h | 108 ++++++- 5 files changed, 884 insertions(+), 4 deletions(-)---1.9.3------------------------------Message: 2Date: Thu, 24 Sep 2015 15:08:16 +0800
2015-09-24 14:40 UTC
[dpdk-test-report] |ERROR| pw 7155 doc: add performance test guide to the linux gsg
2015-09-24 13:59 UTC
[dpdk-test-report] |SUCCESS| pw 7151 scripts: teach ABI validator about CONFIG_RTE_KNI_KMOD
2015-09-24 13:18 UTC
[dpdk-test-report] |SUCCESS| pw 7150 scripts: move two identical config fixups into a function
2015-09-24 12:37 UTC
[dpdk-test-report] |SUCCESS| pw 7149 scripts: permit passing extra compiler & linker flags to ABI validator
2015-09-24 11:56 UTC
[dpdk-test-report] |ERROR| pw 7152-7154 examples/ip_pipeline: add mp/mc and frag/ras swq
2015-09-24 11:15 UTC
[dpdk-test-report] |SUCCESS| pw 7146 scripts: move two identical config fixups into a function
2015-09-24 10:33 UTC
[dpdk-test-report] |ERROR| pw 7147 scripts: teach ABI validator about CONFIG_RTE_KNI_KMOD
2015-09-24 9:52 UTC
[dpdk-test-report] |SUCCESS| pw 7145 scripts: permit passing extra compiler & linker flags to ABI validator
2015-09-24 9:11 UTC
[dpdk-test-report] |SUCCESS| pw 7148 mk: Quote $(KERNELCC) to allow ccache builds
2015-09-24 8:31 UTC
[dpdk-test-report] |ERROR| pw 7143-7144 app/testpmd: add test commands for selecting different GRE key sizes
2015-09-24 7:50 UTC
[dpdk-test-report] |ERROR| pw 7141-7142 app/testpmd: add test commands for RSS granularity
2015-09-24 7:48 UTC
[dpdk-test-report] |ERROR| pw 7133-7140 app/testpmd: set up DCB forwarding based on traffic class
2015-09-24 6:21 UTC
[dpdk-test-report] |SUCCESS| pw 7122-7132 doc: release note update for intr mode
2015-09-24 6:17 UTC
[dpdk-test-report] |ERROR| pw 7121 Change rte_eal_vdev_init to update port_id
2015-09-23 21:58 UTC
[dpdk-test-report] |ERROR| pw 7120 librte_vhost: eventfd_link: Update the makefile to build against an arbitrary kernel
2015-09-23 20:44 UTC
[dpdk-test-report] |ERROR| pw 7119 vhost: vring queue setup for multiple queue support
2015-09-23 3:45 UTC
[dpdk-test-report] |SUCCESS| pw 7118 hash: fix broken compatability with 2.0
2015-09-23 1:59 UTC
[dpdk-test-report] |SUCCESS| pw 7117 ring: add function to free a ring
2015-09-23 1:18 UTC
[dpdk-test-report] |ERROR| pw 7115-7116 app/testpmd: add test commands for RSS granularity
2015-09-22 8:10 UTC
[dpdk-test-report] |ERROR| pw 7113-7114 app/testpmd: add test commands for RSS granularity
2015-09-22 7:09 UTC
[dpdk-test-report] |ERROR| pw 7112 enic: Remove #ident at the beginning of the files
2015-09-22 7:07 UTC
[dpdk-test-report] |SUCCESS| pw 7108-7111 doc: extend commands in testpmd and remove related ABI deprecation
2015-09-22 4:27 UTC
[dpdk-test-report] |SUCCESS| pw 7107 config:enlarge the default value of RTE_MAX_QUEUES_PER_PORT to 1024
2015-09-22 1:24 UTC
[dpdk-test-report] |SUCCESS| daily IBM POWER build
2015-09-21 13:32 UTC
[dpdk-test-report] |SUCCESS| pw 7106 virtio: fix used ring address calculation
2015-09-21 10:23 UTC
[dpdk-test-report] |ERROR| pw 7105 eal: change to prevent memory leak in eal debug
2015-09-21 9:41 UTC
[dpdk-test-report] |SUCCESS| pw 7104 [dpdk-dev] vhost: vhost injects interrupts to guest for each packet
2015-09-21 8:58 UTC
[dpdk-test-report] |SUCCESS| pw 7103 [dpdk-dev] ethdev: remove old flow director APIs
2015-09-21 8:15 UTC
[dpdk-test-report] |SUCCESS| pw 7102 [dpdk-dev] virtio: fix used ring address calculation
2015-09-21 4:20 UTC
[dpdk-test-report] |SUCCESS| pw 7100-7101 [dpdk-dev, 2/2] i40e: Enlarge the number of supported queues
2015-09-20 15:33 UTC
[dpdk-test-report] |SUCCESS| daily IBM POWER build
2015-09-20 7:59 UTC
[dpdk-test-report] |SUCCESS| daily IBM POWER build
2015-09-19 7:35 UTC
[dpdk-test-report] |ERROR| pw 7093-7099 [dpdk-dev, 7/7] mk: Add hierarchy-file support (linux mod)
2015-09-18 21:14 UTC
[dpdk-test-report] |ERROR| pw 7092 [dpdk-dev] lib: rte_*_create gives NULL/EEXIST on duped name
2015-09-18 18:34 UTC
[dpdk-test-report] |ERROR| pw 7080-7091 [dpdk-dev, v5, resend, 12/12] examples/vhost: add per queue stats
2015-09-18 15:11 UTC
[dpdk-test-report] |ERROR| pw 7068-7079 [dpdk-dev, v5, 12/12] examples/vhost: add per queue stats
2015-09-18 15:02 UTC
[dpdk-test-report] |SUCCESS| pw 7063-7067 [dpdk-dev, v2, 5/5] doc: update 2.2 release notes
2015-09-18 9:16 UTC
[dpdk-test-report] |SUCCESS| daily IBM POWER build
2015-09-18 5:00 UTC
[dpdk-test-report] |SUCCESS| pw 7062 [dpdk-dev, RFC] virtio: virtio ring layout optimization and vectorization rx
2015-09-17 17:27 UTC
[dpdk-test-report] |SUCCESS| pw 7058-7061 [dpdk-dev, v2, 4/4] librte_table: modify release notes and deprecation notice
2015-09-17 16:46 UTC
[dpdk-test-report] |SUCCESS| pw 7057 [dpdk-dev, v3] ixgbe: fix access to last byte of EEPROM
2015-09-17 14:28 UTC
[dpdk-test-report] |SUCCESS| pw 7056 [dpdk-dev, 1/1] ip_pipeline: add pipeline type validation
2015-09-17 13:39 UTC
[dpdk-test-report] |SUCCESS| pw 7055 [dpdk-dev, v2] hash: fix incorrect lookup if key is all zero
2015-09-17 11:12 UTC
[dpdk-test-report] |ERROR| pw 7054 [dpdk-dev, v2] ixgbe: fix access to last byte of EEPROM
2015-09-17 10:26 UTC
[dpdk-test-report] |SUCCESS| pw 7053 [dpdk-dev] hash: fix incorrect lookup if key is all zero
2015-09-17 9:45 UTC
[dpdk-test-report] |SUCCESS| daily IBM POWER build
2015-09-17 5:00 UTC
[dpdk-test-report] |SUCCESS| pw 7052 [dpdk-dev, v2] ethdev: add new RX/TX queue state arrays in rte_eth_dev_data
2015-09-16 22:32 UTC
[dpdk-test-report] |SUCCESS| pw 7051 [dpdk-dev] vhost-net stops sending to virito pmd -- already fixed?
2015-09-16 18:34 UTC
[dpdk-test-report] |SUCCESS| pw 7043-7050 [dpdk-dev, 8/8] app/testpmd: modify the mac of csum forwarding
2015-09-16 17:53 UTC
[dpdk-test-report] |SUCCESS| pw 7042 [dpdk-dev] ixgbe: Out-by-one in get/set EEPROM
2015-09-16 13:48 UTC
[dpdk-test-report] |SUCCESS| pw 7041 [dpdk-dev] ethdev: add new RX/TX queue state arrays in rte_eth_dev_data
2015-09-16 12:02 UTC
[dpdk-test-report] |SUCCESS| daily IBM POWER build
2015-09-16 5:00 UTC
[dpdk-test-report] |SUCCESS| pw 7040 [dpdk-dev, v2] doc:Add performance test guide about how to get DPDK high perf on Intel platform
2015-09-16 4:35 UTC
[dpdk-test-report] |SUCCESS| pw 7038-7039 [dpdk-dev, v1, 3/3] examples/ip_pipeline: add mp/mc and frag/ras swq
2015-09-16 3:54 UTC
[dpdk-test-report] |ERROR| pw 7037 [dpdk-dev] doc: update the dpdk 2.2 release notes
2015-09-15 14:32 UTC
[dpdk-test-report] |ERROR| pw 7036 [dpdk-dev, v1, 1/3] port: add mp/mc ring ports
2015-09-15 14:19 UTC (2+ messages)
[dpdk-test-report] |ERROR| pw 7035 [dpdk-dev, RFC, v1] rte: LCore heartbeat example
2015-09-15 12:59 UTC
[dpdk-test-report] |ERROR| pw 7034 [dpdk-dev] Fwd: [PATCH] PPC: Fix NUMA node numbering on IBM POWER8 LE machine [dpdk-dev] [PATCH] PPC: Fix NUMA node numbering on IBM POWER8 LE machineDate: Fri, 14 Aug 2015 20:19:48 +0800
2015-09-15 8:45 UTC
[dpdk-test-report] |SUCCESS| daily IBM POWER build
2015-09-15 5:01 UTC
[dpdk-test-report] |SUCCESS| daily IBM POWER build
2015-09-14 5:00 UTC
[dpdk-test-report] |SUCCESS| daily IBM POWER build
2015-09-13 5:00 UTC
[dpdk-test-report] |SUCCESS| daily IBM POWER build
2015-09-12 5:00 UTC
[dpdk-test-report] |ERROR|pw 7029-7033 [dpdk-dev, 5/5] bnx2x: Add LICENSE.bnx2x_pmd and update source files
2015-09-12 1:26 UTC
[dpdk-test-report] |ERROR|pw 7028 [dpdk-dev, v4] ixgbe_pmd: enforce RS bit on every EOP descriptor for devices newer than 82598
2015-09-11 17:08 UTC
[dpdk-test-report] |ERROR|pw 7024-7027 [dpdk-dev, 4/4] librte_port: modify release notes and deprecation notice
2015-09-11 14:18 UTC
[dpdk-test-report] |ERROR|pw 7023 [dpdk-dev] doc: add guideline for updating release notes
2015-09-11 12:27 UTC
[dpdk-test-report] |ERROR|pw 7018-7022 [dpdk-dev, v2, 5/5] doc: modify release notes and deprecation notice for table and pipeline
2015-09-11 11:46 UTC
[dpdk-test-report] |ERROR|pw 7014-7017 [dpdk-dev, 4/4] ip_pipeline: added cli commands for bulk add/delete to firewall pipeline
2015-09-11 10:20 UTC
[dpdk-test-report] |ERROR|pw 7012-7013 [dpdk-dev, 2/2] enic: fix hash creation when not using first numa node
2015-09-11 8:45 UTC
[dpdk-test-report] |ERROR|pw 7011 [dpdk-dev] ixgbe: fix the wrong prompt for VF TSO
2015-09-11 6:10 UTC
[dpdk-test-report] |ERROR|pw 7010 [dpdk-dev] eal:Change log output to DEBUG instead of INFO
2015-09-11 5:28 UTC
[dpdk-test-report] |SUCCESS| daily IBM POWER build
2015-09-11 5:00 UTC
[dpdk-test-report] |ERROR|pw 7009 [dpdk-dev] igb_uio: use existing PCI macros
2015-09-11 4:47 UTC
[dpdk-test-report] |ERROR|pw 7008 [dpdk-dev] igb_uio: remove unnecessary igbuio_get_uio_pci_dev()
2015-09-11 4:06 UTC
[dpdk-test-report] |SUCCESS| daily IBM POWER build
2015-09-10 5:00 UTC
[dpdk-test-report] |SUCCESS| daily IBM POWER build
2015-09-09 5:00 UTC
[dpdk-test-report] |SUCCESS| daily IBM POWER build
2015-09-08 5:00 UTC
[dpdk-test-report] |SUCCESS| daily IBM POWER build
2015-09-07 5:00 UTC
[dpdk-test-report] |SUCCESS| daily IBM POWER build
2015-09-06 5:00 UTC
[dpdk-test-report] |SUCCESS| daily IBM POWER build
2015-09-05 5:00 UTC
[dpdk-test-report] |SUCCESS| daily IBM POWER build
2015-09-04 5:00 UTC
[dpdk-test-report] |SUCCESS| daily IBM POWER build
2015-09-03 5:00 UTC
[dpdk-test-report] |SUCCESS| daily IBM POWER build
2015-09-02 5:00 UTC
[dpdk-test-report] |SUCCESS| daily IBM POWER build
2015-09-01 5:00 UTC
[dpdk-test-report] |SUCCESS| daily IBM POWER build
2015-08-31 5:00 UTC
[dpdk-test-report] |SUCCESS| daily IBM POWER build
2015-08-30 5:00 UTC
[dpdk-test-report] |SUCCESS| daily IBM POWER build
2015-08-29 5:00 UTC
[dpdk-test-report] |SUCCESS| daily IBM POWER build
2015-08-28 5:00 UTC
[dpdk-test-report] |SUCCESS| daily IBM POWER build
2015-08-27 5:00 UTC
[dpdk-test-report] |SUCCESS| daily IBM POWER build
2015-08-26 5:00 UTC
[dpdk-test-report] |SUCCESS| daily IBM POWER build
2015-08-25 5:00 UTC
[dpdk-test-report] |SUCCESS| daily IBM POWER build
2015-08-24 5:00 UTC
[dpdk-test-report] |SUCCESS| daily IBM POWER build
2015-08-23 5:00 UTC
[dpdk-test-report] |SUCCESS| daily IBM POWER build
2015-08-22 5:00 UTC
[dpdk-test-report] |SUCCESS| daily IBM POWER build
2015-08-21 5:00 UTC
[dpdk-test-report] |SUCCESS| daily IBM POWER build
2015-08-20 5:00 UTC
[dpdk-test-report] |SUCCESS| daily IBM POWER build
2015-08-19 5:00 UTC
[dpdk-test-report] |SUCCESS| daily IBM POWER build
2015-08-18 5:00 UTC
[dpdk-test-report] |SUCCESS| daily IBM POWER build
2015-08-17 5:00 UTC
[dpdk-test-report] |SUCCESS| daily IBM POWER build
2015-08-16 5:00 UTC
[dpdk-test-report] |SUCCESS| daily IBM POWER build
2015-08-15 5:00 UTC
[dpdk-test-report] |SUCCESS| daily IBM POWER build
2015-08-14 5:00 UTC
[dpdk-test-report] |SUCCESS| daily IBM POWER build
2015-08-13 5:00 UTC
[dpdk-test-report] |SUCCESS| daily IBM POWER build
2015-08-12 5:00 UTC
[dpdk-test-report] |SUCCESS| daily IBM POWER build
2015-08-11 5:00 UTC
[dpdk-test-report] |SUCCESS| daily IBM POWER build
2015-08-10 5:00 UTC
[dpdk-test-report] |SUCCESS| daily IBM POWER build
2015-08-09 5:00 UTC
[dpdk-test-report] |SUCCESS| daily IBM POWER build
2015-08-08 5:00 UTC
[dpdk-test-report] |SUCCESS| daily IBM POWER build
2015-08-07 11:36 UTC
[dpdk-test-report] |SUCCESS| daily IBM POWER build
2015-08-06 5:00 UTC
page: | prev (newer) | latest
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).