automatic DPDK test reports
 help / color / mirror / Atom feed
[dpdk-test-report] | SUCCESS | daily Intel builds (55/55)
 2018-05-04 20:25 UTC 

[dpdk-test-report] |SUCCESS| pw39396[dpdk-dev] app/testpmd: fix burst stat reporting
 2018-05-04 20:22 UTC 

[dpdk-test-report] |SUCCESS| pw39397 [PATCH v1 1/1] service: Add service lcore attr APIs
 2018-05-04 20:17 UTC 

[dpdk-test-report] |SUCCESS| pw39396 [PATCH] app/testpmd: fix burst stat reporting
 2018-05-04 20:14 UTC 

[dpdk-test-report] |FAILURE| pw38712 [PATCH v2 1/2] net/dpaa: non supported offloads are ignored with warning
 2018-05-04 20:12 UTC 

[dpdk-test-report] |FAILURE| pw38708 [PATCH v6 08/11] net/mlx5: add hardware flow debug dump
 2018-05-04 20:00 UTC 

[dpdk-test-report] |FAILURE| pw38709 [PATCH v6 10/11] net/mlx5: allow flow tunnel ID 0 with outer pattern
 2018-05-04 19:45 UTC 

[dpdk-test-report] |FAILURE| pw38706 [PATCH v6 04/11] net/mlx5: support Rx tunnel type identification
 2018-05-04 19:45 UTC 

[dpdk-test-report] |FAILURE| pw38707 [PATCH v6 07/11] net/mlx5: support tunnel RSS level
 2018-05-04 19:30 UTC 

[dpdk-test-report] |FAILURE| pw38704 [PATCH v6 05/11] net/mlx5: cleanup tunnel checksum offloads
 2018-05-04 19:30 UTC 

[dpdk-test-report] |FAILURE| pw38705 [PATCH v6 06/11] net/mlx5: split flow RSS handling logic
 2018-05-04 19:30 UTC 

[dpdk-test-report] |FAILURE| pw38711 [PATCH v6 11/11] doc: update mlx5 guide on tunnel offloading
 2018-05-04 19:22 UTC 

[dpdk-test-report] |FAILURE| pw38703 [PATCH v6 01/11] net/mlx5: support 16 hardware priorities
 2018-05-04 19:07 UTC 

[dpdk-test-report] |FAILURE| pw38701 [PATCH v6 03/11] net/mlx5: support L3 VXLAN flow
 2018-05-04 19:07 UTC 

[dpdk-test-report] |FAILURE| pw38710 [PATCH v6 09/11] net/mlx5: introduce VXLAN-GPE tunnel type
 2018-05-04 19:05 UTC 

[dpdk-test-report] |FAILURE| pw38702 [PATCH v6 02/11] net/mlx5: support GRE tunnel flow
 2018-05-04 18:56 UTC 

[dpdk-test-report] |SUCCESS| pw38700 [PATCH v2] maintainers: claim EAL memory init
 2018-05-04 18:33 UTC 

[dpdk-test-report] |FAILURE| pw38698 [PATCH v7 4/5] app/testpmd: introduce new tunnel VXLAN-GPE
 2018-05-04 18:18 UTC 

[dpdk-test-report] |FAILURE| pw38699 [PATCH v7 5/5] app/testpmd: add more GRE extension support to csum engine
 2018-05-04 18:18 UTC 

[dpdk-test-report] |FAILURE| pw38695 [PATCH v7 1/5] doc: remove RSS configuration change announcement
 2018-05-04 18:18 UTC 

[dpdk-test-report] |FAILURE| pw38696 [PATCH v7 2/5] ethdev: introduce new tunnel VXLAN-GPE
 2018-05-04 18:08 UTC 

[dpdk-test-report] |FAILURE| pw38697 [PATCH v7 3/5] ethdev: introduce tunnel type MPLS-in-GRE and MPLS-in-UDP
 2018-05-04 18:08 UTC 

[dpdk-test-report] |SUCCESS| pw38694 [PATCH] eal: claim maintainership of EAL memory init
 2018-05-04 18:06 UTC 

[dpdk-test-report] |FAILURE| pw38693 [PATCH v8 1/2] ethdev: introduce generic IP/UDP tunnel checksum and TSO
 2018-05-04 17:27 UTC 

[dpdk-test-report] |FAILURE| pw38691 [PATCH v8 2/2] app/testpmd: testpmd support Tx generic tunnel offloads
 2018-05-04 17:22 UTC 

[dpdk-test-report] |FAILURE| pw38692 [PATCH v8 1/2] ethdev: introduce generic IP/UDP tunnel checksum and TSO
 2018-05-04 17:15 UTC 

[dpdk-test-report] |FAILURE| pw38690 [PATCH] net/tap: remove queue specific offload support Re: [PATCH] [PATCH] net/tap: remove queue specific offload > support > > On 4/23/2018 10:17 AM Ophir Munk wrote: > > Hi Ferruh > > A quick feedback to your patch on top of next-net/master: the IP and TCP > offloaded checksums are turned incorrect. > > Hi Ophir > > Thanks for testing. > This patch removes queue specific offloads for tap but nothing touched on > port offloads and in below test you are already using single queue. > > This may mean something is wrong in tap for port offloading configuration. > > Tap does csum calculation in Tx path [1] which does not even checks the > offloading flags but mbuf->ol_flags. Any chance that mbuf->ol_flags is not > set correct? Can you able to make exact same setup work without this > patch? > > > [1] > if (txq->csum && > ((mbuf->ol_flags & (PKT_TX_IP_CKSUM | PKT_TX_IPV4) || > (mbuf->ol_flags & PKT_TX_L4_MASK) == PKT_TX_UDP_CKSUM || > (mbuf->ol_flags & PKT_TX_L4_MASK) == PKT_TX_TCP_CKSUM))) { > /* Support only packets with all data in the same seg */ > if (mbuf->nb_segs > 1) > break; > /* To change checksums work on a copy of data. */ > rte_memcpy(m_copy rte_pktmbuf_mtod(mbuf void *) > rte_pktmbuf_data_len(mbuf)); > tap_tx_offload(m_copy mbuf->ol_flags > mbuf->l2_len mbuf->l3_len); > iovecs[1].iov_base = m_copy; > } > > > > > > Detailed description > > ================ > > A traffic generator is sending to a dpdk device one TCP packet and expects > to receive it back after the IP and TCP checksums have been calculated by > TAP. > > > > Testpmd parameters > > ================= > > testpmd -c 0x0f -n 4 --vdev="net_tap0 iface=net_vsc0 remote=ens2" -w > > 0000:00:00.0 -- --burst=64 --mbcache=512 --portmask 0x1 -i --txd=256 > > --rxd=256 --rxq=1 --txq=1 --coremask 0x008 --forward-mode=csum > > --eth-peer=0 00:15:5d:10:66:02 > > > > Testpmd CLI commands > > =================== > > testpmd> port stop all > > testpmd> csum set ip hw 0 > > testpmd> csum set tcp hw 0 > > testpmd> port start all > > testpmd> start > > > > On Traffic generator side > > ===================== > > A traffic generator (scapy) is sending 1261 bytes of a TCP packet > > > > Monitoring the traffic: > > > > tcpdump -i <interface name> -envvv & > > > > The tcpdump output shows the sent packet followed by the received > packet. > > Please note the received packet has incorrect IP & TCP checksums (both > > are 0) > > > > 11:51:03.058623 00:15:5d:10:66:02 > f4:52:14:7a:59:81 ethertype IPv4 > (0x0800) length 1261: (tos 0x0 ttl 64 id 1 offset 0 flags [none] proto TCP > (6) length 1247) > > 127.0.0.1.1 > 127.0.0.1.1: Flags [S] cksum 0xdba5 (correct) seq > > 0:1207 win 8192 length 1207 > > > > 11:51:03.058836 f4:52:14:7a:59:81 > 00:15:5d:10:66:02 ethertype IPv4 > (0x0800) length 1261: (tos 0x0 ttl 64 id 1 offset 0 flags [none] proto TCP > (6) length 1247 bad cksum 0 (->7816)!) > > 127.0.0.1.1 > 127.0.0.1.1: Flags [S] cksum 0x0000 (incorrect -> > > 0xdba5) seq 0:1207 win 8192 length 1207 > > > > Regards > > Ophir > > > >> -----Original Message----- > >> RE: [PATCH] [PATCH] net/tap: remove queue specific > >> offload support > >> > >> Hi Ferruh > >> I was able to apply your patch with Thomas help: > >> 1. git am --reject > >> 2. <Fix code manually using *.rej file> 3. git am --continue > >> > >> Regards > >> Ophir > >> > >>> -----Original Message----- > >>> RE: [PATCH] [PATCH] net/tap: remove queue specific > >>> offload support > >>> > >>> Hi Ferruh > >>> I am not able to apply your patch on next-net/master branch. > >>> I am failing to apply it both on latest commit or just before > >>> 22-Mar-18 (commit's date). > >>> > >>> $ git am > >>> dpdk-dev-net-tap-remove-queue-specific-offload-support.patch > >>> Applying: net/tap: remove queue specific offload support > >>> error: patch failed: drivers/net/tap/rte_eth_tap.c:269 > >>> error: drivers/net/tap/rte_eth_tap.c: patch does not apply Patch > >>> failed at > >>> 0001 net/tap: remove queue specific offload support > >>> > >>> Please advise. > >>> > >>> Once this error is fixed I can verify your patch with high priority > >>> and send you my feedback. > >>> > >>> Regards > >>> Ophir > >>> > >>>> -----Original Message----- > >>>> Re: [PATCH] [PATCH] net/tap: remove queue specific > >>>> offload support > >>>> > >>>> On 4/18/2018 10:40 AM Ophir Munk wrote: > >>>>> Hi Ferruh > >>>>> Sorry for the delayed response. > >>>>> > >>>>> I would like to verify the correctness of this patch by running > >>>>> several > >>>> internal tests. > >>>>> Is a reply by Monday OK with you? > >>>> > >>>> Monday can be late to include patch into rc1 any chance to do earlier? > >>>> > >>>>> > >>>>> Regards > >>>>> Ophir > >>>>> > >>>>>> -----Original Message----- > >>>>>>
 2018-05-04 16:53 UTC 

[dpdk-test-report] |SUCCESS| pw38689 [PATCH] net/nfp: fix mbufs releasing when stop or close
 2018-05-04 16:40 UTC 

[dpdk-test-report] |SUCCESS| pw38688 [PATCH] fbarray: make all fbarrays hidden files
 2018-05-04 16:17 UTC 

[dpdk-test-report] |FAILURE| pw38687 [PATCH v3 2/3] net/mlx5: split MAC address add/remove code
 2018-05-04 15:47 UTC 

[dpdk-test-report] |FAILURE| pw38686 [PATCH v3 3/3] net/mlx5: implement multicast add list devop
 2018-05-04 15:37 UTC 

[dpdk-test-report] |FAILURE| pw38685 [PATCH v3 1/3] net/mlx5: more checks on MAC addresses
 2018-05-04 15:37 UTC 

[dpdk-test-report] |SUCCESS| pw38684 [PATCH v2 2/2] mbuf: improve API doc for tunnel Tx offloads
 2018-05-04 15:35 UTC 

[dpdk-test-report] |SUCCESS| pw38683 [PATCH v2 1/2] mbuf: fix Tx checksum offload API doc
 2018-05-04 15:33 UTC 

[dpdk-test-report] |SUCCESS| pw39395[dpdk-dev, 2/2] net/mlx4: fix useless default in RSS converter
 2018-05-04 15:27 UTC 

[dpdk-test-report] |SUCCESS| pw39394[dpdk-dev, 1/2] net/mlx4: fix UDP flow rule limitation enforcement
 2018-05-04 15:27 UTC 

[dpdk-test-report] |SUCCESS| pw39395 [PATCH 2/2] net/mlx4: fix useless default in RSS converter
 2018-05-04 15:18 UTC 

[dpdk-test-report] |SUCCESS| pw39394 [PATCH 1/2] net/mlx4: fix UDP flow rule limitation enforcement
 2018-05-04 15:18 UTC 

[dpdk-test-report] |SUCCESS| pw38682 [PATCH v2] net/tap: remove queue specific offload support
 2018-05-04 15:04 UTC 

[dpdk-test-report] |SUCCESS| pw38681 [PATCH] net/ifcvf: fix last used idx read
 2018-05-04 14:37 UTC 

[dpdk-test-report] |FAILURE| pw39391[dpdk-dev, v7, 5/5] iFPGA: add document for iFPGA driver
 2018-05-04 14:32 UTC 

[dpdk-test-report] |FAILURE| pw39390[dpdk-dev, v7, 4/5] iFPGA: add meson build
 2018-05-04 14:32 UTC 

[dpdk-test-report] |FAILURE| pw39388[dpdk-dev, v7, 3/5] iFPGA: Add Intel FPGA BUS Rawdev Driver
 2018-05-04 14:32 UTC 

[dpdk-test-report] |FAILURE| pw39389[dpdk-dev, v7, 2/5] iFPGA: Add Intel FPGA OPAE Share Code
 2018-05-04 14:32 UTC 

[dpdk-test-report] |FAILURE| pw39387[dpdk-dev, v7, 1/5] bus/ifpga: Add Intel FPGA BUS Library
 2018-05-04 14:32 UTC 

[dpdk-test-report] |SUCCESS| pw39392[dpdk-dev, v2] librte_sched: add post-init pipe profile api
 2018-05-04 14:27 UTC 

[dpdk-test-report] |SUCCESS| pw39393 [PATCH v7] ethdev: check Rx/Tx offloads
 2018-05-04 14:21 UTC 

[dpdk-test-report] |SUCCESS| pw38680 [PATCH v2] net/ifcvf: fix DMA unmap
 2018-05-04 14:14 UTC 

[dpdk-test-report] |SUCCESS| pw39392 [PATCH v2] librte_sched: add post-init pipe profile api
 2018-05-04 14:11 UTC 

[dpdk-test-report] |SUCCESS| pw39391 [PATCH v7 5/5] iFPGA: add document for iFPGA driver
 2018-05-04 14:11 UTC 

[dpdk-test-report] |SUCCESS| pw39390 [PATCH v7 4/5] iFPGA: add meson build
 2018-05-04 14:11 UTC 

[dpdk-test-report] |SUCCESS| pw39389 [PATCH v7 2/5] iFPGA: Add Intel FPGA OPAE Share Code
 2018-05-04 14:11 UTC 

[dpdk-test-report] |SUCCESS| pw39388 [PATCH v7 3/5] iFPGA: Add Intel FPGA BUS Rawdev Driver
 2018-05-04 14:11 UTC 

[dpdk-test-report] |WARNING| pw39387 [PATCH v7 1/5] bus/ifpga: Add Intel FPGA BUS Library
 2018-05-04 14:11 UTC 

[dpdk-test-report] |SUCCESS| pw38679 [PATCH] lib/ethdev: moving IPsec event enum to the end
 2018-05-04 14:05 UTC 

[dpdk-test-report] |SUCCESS| pw38678 [PATCH v4 3/3] ethdev: add VLAN and MPLS actions in flow API
 2018-05-04 13:48 UTC 

[dpdk-test-report] |SUCCESS| pw38676 [PATCH v4 1/3] ethdev: add more protocol support in flow API
 2018-05-04 13:41 UTC 

[dpdk-test-report] |SUCCESS| pw38677 [PATCH v4 2/3] ethdev: add TTL change actions in flow API
 2018-05-04 13:35 UTC 

[dpdk-test-report] |FAILURE| pw39385[dpdk-dev, v5, 8/8] doc: add bpf library related info
 2018-05-04 12:53 UTC 

[dpdk-test-report] |FAILURE| pw39386[dpdk-dev, v5, 7/8] test: introduce functional test for librte_bpf
 2018-05-04 12:53 UTC 

[dpdk-test-report] |FAILURE| pw39384[dpdk-dev, v5, 6/8] test: add few eBPF samples
 2018-05-04 12:52 UTC 

[dpdk-test-report] |FAILURE| pw39383[dpdk-dev, v5, 5/8] testpmd: new commands to load/unload BPF filters
 2018-05-04 12:52 UTC 

[dpdk-test-report] |FAILURE| pw39382[dpdk-dev, v5, 4/8] bpf: introduce basic RX/TX BPF filters
 2018-05-04 12:52 UTC 

[dpdk-test-report] |FAILURE| pw39381[dpdk-dev, v5, 3/8] bpf: add JIT compilation for x86_64 ISA
 2018-05-04 12:52 UTC 

[dpdk-test-report] |FAILURE| pw39380[dpdk-dev, v5, 2/8] bpf: add more logic into bpf_validate()
 2018-05-04 12:52 UTC 

[dpdk-test-report] |FAILURE| pw39379[dpdk-dev, v5, 1/8] bpf: add BPF loading and execution framework
 2018-05-04 12:52 UTC 

[dpdk-test-report] |SUCCESS| pw38675 [PATCH] maintainers: fix typo and ordering
 2018-05-04 12:52 UTC 

[dpdk-test-report] |SUCCESS| pw39386 [PATCH v5 7/8] test: introduce functional test for librte_bpf
 2018-05-04 12:48 UTC 

[dpdk-test-report] |SUCCESS| pw39385 [PATCH v5 8/8] doc: add bpf library related info
 2018-05-04 12:48 UTC 

[dpdk-test-report] |WARNING| pw39384 [PATCH v5 6/8] test: add few eBPF samples
 2018-05-04 12:48 UTC 

[dpdk-test-report] |SUCCESS| pw39383 [PATCH v5 5/8] testpmd: new commands to load/unload BPF filters
 2018-05-04 12:48 UTC 

[dpdk-test-report] |SUCCESS| pw39382 [PATCH v5 4/8] bpf: introduce basic RX/TX BPF filters
 2018-05-04 12:47 UTC 

[dpdk-test-report] |SUCCESS| pw39381 [PATCH v5 3/8] bpf: add JIT compilation for x86_64 ISA
 2018-05-04 12:47 UTC 

[dpdk-test-report] |SUCCESS| pw39380 [PATCH v5 2/8] bpf: add more logic into bpf_validate()
 2018-05-04 12:47 UTC 

[dpdk-test-report] |WARNING| pw39379 [PATCH v5 1/8] bpf: add BPF loading and execution framework
 2018-05-04 12:47 UTC 

[dpdk-test-report] |SUCCESS| pw38674 [PATCH] app/testpmd: add option to configure udp tunnel port
 2018-05-04 12:41 UTC 

[dpdk-test-report] |SUCCESS| pw38673 [PATCH v1] gso: fix marking TCP checksum flag in TCP segments
 2018-05-04 12:27 UTC 

[dpdk-test-report] |FAILURE| pw38669 [PATCH v7 2/5] app/testpmd: add command for queue setup
 2018-05-04 12:15 UTC 

[dpdk-test-report] |FAILURE| pw38668 [PATCH v7 1/5] ethdev: support runtime queue setup
 2018-05-04 12:15 UTC 

[dpdk-test-report] |FAILURE| pw38670 [PATCH v7 3/5] app/testpmd: enable per queue configure
 2018-05-04 12:04 UTC 

[dpdk-test-report] |FAILURE| pw38671 [PATCH v7 4/5] app/testpmd: enable queue ring size configure
 2018-05-04 12:00 UTC 

[dpdk-test-report] |FAILURE| pw38672 [PATCH v7 5/5] net/i40e: enable runtime queue setup
 2018-05-04 11:50 UTC 

[dpdk-test-report] |FAILURE| pw38667 [PATCH v2 2/2] net/tap: support TSO (TCP Segment Offload)
 2018-05-04 11:31 UTC 

[dpdk-test-report] |FAILURE| pw38666 [PATCH v2 1/2] net/tap: calculate checksums of multi segs packets
 2018-05-04 11:31 UTC 

[dpdk-test-report] |SUCCESS| pw38665 [PATCH] doc: fix a typo in the programmer's guide
 2018-05-04 11:15 UTC 

[dpdk-test-report] |SUCCESS| pw38664 [PATCH] maintainers: claim maintainership of ifc driver
 2018-05-04 11:05 UTC 

[dpdk-test-report] |SUCCESS| pw39378[dpdk-dev, v4] app/test: fix reorder test failure
 2018-05-04 10:57 UTC 

[dpdk-test-report] |SUCCESS| pw39377[dpdk-dev] eal: copy optarg when parsing mempool ops name
 2018-05-04 10:47 UTC 

[dpdk-test-report] |SUCCESS| pw39378 [PATCH v4] app/test: fix reorder test failure
 2018-05-04 10:47 UTC 

[dpdk-test-report] |FAILURE| pw39376[dpdk-dev, v4, 5/5] test/compress: add invalid configuration tests
 2018-05-04 10:32 UTC 

[dpdk-test-report] |FAILURE| pw39375[dpdk-dev, v4, 4/5] test/compress: add multi xform test
 2018-05-04 10:32 UTC 

[dpdk-test-report] |FAILURE| pw39374[dpdk-dev, v4, 3/5] test/compress: add multi level test
 2018-05-04 10:32 UTC 

[dpdk-test-report] |FAILURE| pw39373[dpdk-dev, v4, 2/5] test/compress: add multi op test
 2018-05-04 10:32 UTC 

[dpdk-test-report] |FAILURE| pw39372[dpdk-dev, v4, 1/5] test/compress: add initial unit tests
 2018-05-04 10:32 UTC 

[dpdk-test-report] |SUCCESS| pw39377 [PATCH] eal: copy optarg when parsing mempool ops name
 2018-05-04 10:32 UTC 

[dpdk-test-report] |SUCCESS| pw39376 [PATCH v4 5/5] test/compress: add invalid configuration tests
 2018-05-04 10:24 UTC 

[dpdk-test-report] |SUCCESS| pw39375 [PATCH v4 4/5] test/compress: add multi xform test
 2018-05-04 10:24 UTC 

[dpdk-test-report] |SUCCESS| pw39374 [PATCH v4 3/5] test/compress: add multi level test
 2018-05-04 10:24 UTC 

[dpdk-test-report] |SUCCESS| pw39373 [PATCH v4 2/5] test/compress: add multi op test
 2018-05-04 10:24 UTC 

[dpdk-test-report] |WARNING| pw39372 [PATCH v4 1/5] test/compress: add initial unit tests
 2018-05-04 10:24 UTC 

[dpdk-test-report] |SUCCESS| pw38661 [PATCH v4 3/5] bus/vdev: bus scan by multi-process channel
 2018-05-04 10:21 UTC 

[dpdk-test-report] |FAILURE| pw39371[dpdk-dev, v6, 7/7] doc: add DPAA2 CMDIF rawdev guide
 2018-05-04 10:17 UTC 

[dpdk-test-report] |FAILURE| pw39370[dpdk-dev, v6, 6/7] raw/dpaa2_cmdif: support enqueue dequeue operations
 2018-05-04 10:17 UTC 

[dpdk-test-report] |FAILURE| pw39369[dpdk-dev, v6, 5/7] raw/dpaa2_cmdif: add attribute get functionality
 2018-05-04 10:17 UTC 

[dpdk-test-report] |FAILURE| pw39368[dpdk-dev, v6, 4/7] raw/dpaa2_cmdif: introduce DPAA2 command interface driver
 2018-05-04 10:17 UTC 

[dpdk-test-report] |FAILURE| pw39367[dpdk-dev, v6, 3/7] bus/fslmc: keep Tx queues information for DPCI devices too
 2018-05-04 10:17 UTC 

[dpdk-test-report] |FAILURE| pw39366[dpdk-dev, v6, 2/7] bus/fslmc: expose API to free dpci device
 2018-05-04 10:17 UTC 

[dpdk-test-report] |FAILURE| pw39365[dpdk-dev, v6, 1/7] mempool/dpaa2: add functions exposed to DPDK applications
 2018-05-04 10:17 UTC 

[dpdk-test-report] |SUCCESS| pw38660 [PATCH v4 2/5] bus/vdev: add lock on vdev device list
 2018-05-04 10:13 UTC 

[dpdk-test-report] |WARNING| pw39371 [PATCH v6 7/7] doc: add DPAA2 CMDIF rawdev guide
 2018-05-04 10:12 UTC 

[dpdk-test-report] |SUCCESS| pw39370 [PATCH v6 6/7] raw/dpaa2_cmdif: support enqueue dequeue operations
 2018-05-04 10:12 UTC 

[dpdk-test-report] |SUCCESS| pw39369 [PATCH v6 5/7] raw/dpaa2_cmdif: add attribute get functionality
 2018-05-04 10:12 UTC 

[dpdk-test-report] |WARNING| pw39368 [PATCH v6 4/7] raw/dpaa2_cmdif: introduce DPAA2 command interface driver
 2018-05-04 10:12 UTC 

[dpdk-test-report] |SUCCESS| pw39367 [PATCH v6 3/7] bus/fslmc: keep Tx queues information for DPCI devices too
 2018-05-04 10:12 UTC 

[dpdk-test-report] |SUCCESS| pw39366 [PATCH v6 2/7] bus/fslmc: expose API to free dpci device
 2018-05-04 10:12 UTC 

[dpdk-test-report] |SUCCESS| pw39365 [PATCH v6 1/7] mempool/dpaa2: add functions exposed to DPDK applications
 2018-05-04 10:12 UTC 

[dpdk-test-report] |SUCCESS| pw38663 [PATCH v4 5/5] drivers/net: share vdev data to secondary process
 2018-05-04 10:08 UTC 

[dpdk-test-report] |SUCCESS| pw38662 [PATCH v4 4/5] drivers/net: not use private eth dev data
 2018-05-04  9:58 UTC 

[dpdk-test-report] |SUCCESS| pw38659 [PATCH v4 1/5] eal: bring forward multi-process channel init
 2018-05-04  9:58 UTC 

[dpdk-test-report] |SUCCESS| pw38658 [PATCH v2 3/3] mem: improve autodetection of hugepage counts on 32-bit
 2018-05-04  9:05 UTC 

[dpdk-test-report] |SUCCESS| pw38657 [PATCH v2 2/3] mem: improve memory preallocation on 32-bit
 2018-05-04  8:44 UTC 

[dpdk-test-report] |SUCCESS| pw38656 [PATCH v2 1/3] mem: fix 32-bit memory upper limit for non-legacy mode
 2018-05-04  8:23 UTC 

[dpdk-test-report] |SUCCESS| pw38654 [PATCH v2 1/2] ipc: clearn up code
 2018-05-04  8:05 UTC 

[dpdk-test-report] |SUCCESS| pw38655 [PATCH v2 2/2] ipc: fix timeout not properly handled in async
 2018-05-04  7:55 UTC 

[dpdk-test-report] |SUCCESS| pw38653 [PATCH] net/ifcvf: do not panic in address translation
 2018-05-04  7:26 UTC 

[dpdk-test-report] |SUCCESS| pw38652 [PATCH] net/ifcvf: fix DMA unmap
 2018-05-04  7:14 UTC 

[dpdk-test-report] |SUCCESS| pw38651 [PATCH] vfio: fix boundary check in region search
 2018-05-04  6:42 UTC 

[dpdk-test-report] |SUCCESS| pw38650 [PATCH v2] examples/ip_pipeline: fix uninitialized scalar variable
 2018-05-04  6:12 UTC 

[dpdk-test-report] |SUCCESS| pw38649 [PATCH 3/3] mem: improve autodetection of hugepage counts on 32-bit
 2018-05-04  6:00 UTC 

[dpdk-test-report] |SUCCESS| pw38648 [PATCH 1/3] mem: fix 32-bit memory upper limit for non-legacy mode
 2018-05-04  5:48 UTC 

[dpdk-test-report] |SUCCESS| pw38647 [PATCH 2/3] mem: improve memory preallocation on 32-bit
 2018-05-04  5:24 UTC 

[dpdk-test-report] |SUCCESS| pw38646 [PATCH v5 2/2] app/testpmd: new parameter for port config all rss command
 2018-05-04  5:13 UTC 

[dpdk-test-report] |SUCCESS| pw38645 [PATCH v5 1/2] ethdev: add supported hash function check
 2018-05-04  5:13 UTC 

[dpdk-test-report] |SUCCESS| pw38643 [PATCH v3 2/3] net/bnxt: avoid invalid vnic id in set L2 Rx mask
 2018-05-04  4:53 UTC 

[dpdk-test-report] |SUCCESS| pw38642 [PATCH v3 3/3] net/bnxt: fix mbuf data offset initialization
 2018-05-04  4:38 UTC 

[dpdk-test-report] |SUCCESS| pw38644 [PATCH v3 1/3] net/bnxt: cache address of doorbell to subsequent access
 2018-05-04  4:38 UTC 

[dpdk-test-report] |SUCCESS| pw38641 [PATCH v5 2/2] app/testpmd: testpmd support Tx generic tunnel offloads
 2018-05-04  4:12 UTC 

[dpdk-test-report] |SUCCESS| pw38640 [PATCH v5 1/2] ethdev: introduce generic IP/UDP tunnel checksum and TSO
 2018-05-04  4:10 UTC 

[dpdk-test-report] |SUCCESS| pw38638 [PATCH v7 1/2] ethdev: introduce generic IP/UDP tunnel checksum and TSO
 2018-05-04  3:28 UTC 

[dpdk-test-report] |SUCCESS| pw38639 [PATCH v7 2/2] app/testpmd: testpmd support Tx generic tunnel offloads
 2018-05-04  3:28 UTC 

[dpdk-test-report] |FAILURE| pw38634 [PATCH v5 09/11] net/mlx5: introduce VXLAN-GPE tunnel type
 2018-05-04  3:10 UTC 

[dpdk-test-report] |FAILURE| pw38629 [PATCH v5 04/11] net/mlx5: support Rx tunnel type identification
 2018-05-04  3:10 UTC 

[dpdk-test-report] |FAILURE| pw38628 [PATCH v5 03/11] net/mlx5: support L3 VXLAN flow
 2018-05-04  2:59 UTC 

[dpdk-test-report] |FAILURE| pw38636 [PATCH v5 06/11] net/mlx5: split flow RSS handling logic
 2018-05-04  2:55 UTC 

[dpdk-test-report] |FAILURE| pw38637 [PATCH v5 11/11] doc: update mlx5 guide on tunnel offloading
 2018-05-04  2:45 UTC 

[dpdk-test-report] |FAILURE| pw38627 [PATCH v5 01/11] net/mlx5: support 16 hardware priorities
 2018-05-04  2:34 UTC 

[dpdk-test-report] |FAILURE| pw38635 [PATCH v5 10/11] net/mlx5: allow flow tunnel ID 0 with outer pattern
 2018-05-04  2:30 UTC 

[dpdk-test-report] |FAILURE| pw38632 [PATCH v5 07/11] net/mlx5: support tunnel RSS level
 2018-05-04  2:15 UTC 

[dpdk-test-report] |FAILURE| pw38633 [PATCH v5 08/11] net/mlx5: add hardware flow debug dump
 2018-05-04  2:08 UTC 

[dpdk-test-report] |FAILURE| pw38630 [PATCH v5 02/11] net/mlx5: support GRE tunnel flow
 2018-05-04  2:00 UTC 

[dpdk-test-report] |FAILURE| pw38631 [PATCH v5 05/11] net/mlx5: cleanup tunnel checksum offloads
 2018-05-04  1:45 UTC 

[dpdk-test-report] |SUCCESS| pw38625 [PATCH v6 4/5] app/testpmd: introduce new tunnel VXLAN-GPE
 2018-05-04  1:42 UTC 

[dpdk-test-report] |SUCCESS| pw38624 [PATCH v6 3/5] ethdev: introduce tunnel type MPLS-in-GRE and MPLS-in-UDP
 2018-05-04  1:31 UTC 

[dpdk-test-report] |SUCCESS| pw38626 [PATCH v6 5/5] app/testpmd: add more GRE extension support to csum engine
 2018-05-04  1:31 UTC 

[dpdk-test-report] |SUCCESS| pw38623 [PATCH v6 2/5] ethdev: introduce new tunnel VXLAN-GPE
 2018-05-04  1:31 UTC 

[dpdk-test-report] |SUCCESS| pw38622 [PATCH v6 1/5] doc: remove RSS configuration change announcement
 2018-05-04  1:27 UTC 

[dpdk-test-report] |SUCCESS| pw38621 [PATCH 2/2] net/dpaa2: non supported offloads are ignored with warning
 2018-05-04  0:43 UTC 

[dpdk-test-report] |SUCCESS| pw38620 [PATCH 1/2] net/dpaa: non supported offloads are ignored with warning
 2018-05-04  0:43 UTC 

[dpdk-test-report] |SUCCESS| pw38611 [PATCH 1/9 v3] bus/fslmc: support MC DPDMAI object
 2018-05-04  0:23 UTC 

[dpdk-test-report] |SUCCESS| pw38612 [PATCH 2/9 v3] bus/fslmc: support scanning and probing of QDMA devices
 2018-05-04  0:17 UTC 

[dpdk-test-report] |SUCCESS| pw38613 [PATCH 3/9 v3] bus/fslmc: add macros required by QDMA for FLE and FD
 2018-05-04  0:02 UTC 

[dpdk-test-report] |SUCCESS| pw38614 [PATCH 4/9 v3] bus/fslmc: fix typecasting in IOVA/virt conversion macros
 2018-05-04  0:02 UTC 

[dpdk-test-report] |FAILURE| pw38615 [PATCH 5/9 v3] raw/dpaa2_qdma: introduce the DPAA2 QDMA driver
 2018-05-04  0:02 UTC 

[dpdk-test-report] |FAILURE| pw38616 [PATCH 6/9 v3] raw/dpaa2_qdma: support configuration APIs
 2018-05-03 23:55 UTC 

[dpdk-test-report] |FAILURE| pw38617 [PATCH 7/9 v3] raw/dpaa2_qdma: support enq and deq operations
 2018-05-03 23:51 UTC 

[dpdk-test-report] |FAILURE| pw38618 [PATCH 8/9 v3] doc: add DPAA2 QDMA rawdev guide
 2018-05-03 23:43 UTC 

[dpdk-test-report] |FAILURE| pw38619 [PATCH 9/9 v3] doc: add dpaa2 qdma rawdev to release notes
 2018-05-03 23:30 UTC 

[dpdk-test-report] |SUCCESS| pw38610 [PATCH] examples/performance-thread: convert license headers to SPDX
 2018-05-03 22:00 UTC 

[dpdk-test-report] |SUCCESS| pw38609 [PATCH v2] doc: fix minor typos in OcteonTx platform and eventdev docs
 2018-05-03 21:44 UTC 

[dpdk-test-report] |SUCCESS| pw38608 [PATCH] Revert "vhost: avoid concurrency when logging dirty pages"
 2018-05-03 21:13 UTC 

[dpdk-test-report] |FAILURE| pw38607 [PATCH] doc: fix minor typos in OcteonTx platform and eventdev docs
 2018-05-03 21:00 UTC 

[dpdk-test-report] |SUCCESS| pw38606 [PATCH] doc: update release notes for OcteonTx TIM driver
 2018-05-03 20:52 UTC 

[dpdk-test-report] |SUCCESS| pw38605 [PATCH v2 3/3] net/bnxt: fix mbuf data_off initialization
 2018-05-03 20:35 UTC 

[dpdk-test-report] |SUCCESS| pw38604 [PATCH v2 2/3] net/bnxt: fix set_rx_mask from using invalid vnic id
 2018-05-03 20:35 UTC 

[dpdk-test-report] |SUCCESS| pw38603 [PATCH v2 1/3] net/bnxt: cache address of doorbell to subsequent access
 2018-05-03 20:33 UTC 

[dpdk-test-report] | SUCCESS | daily Intel builds (55/55)
 2018-05-03 20:24 UTC 

[dpdk-test-report] |FAILURE| pw38602 [PATCH 9/9 v2] doc: add dpaa2 qdma rawdev to release notes
 2018-05-03 19:58 UTC 

[dpdk-test-report] |SUCCESS| pw39364[dpdk-dev, 6/6] net/enic: update UDP RSS controls
 2018-05-03 19:57 UTC 

[dpdk-test-report] |SUCCESS| pw39363[dpdk-dev, 5/6] net/enic: fix RSS hash type advertisement
 2018-05-03 19:57 UTC 

[dpdk-test-report] |SUCCESS| pw39362[dpdk-dev, 4/6] doc: update the enic guide and features
 2018-05-03 19:57 UTC 

[dpdk-test-report] |SUCCESS| pw39361[dpdk-dev, 3/6] net/enic: set rte errno to positive value
 2018-05-03 19:57 UTC 

[dpdk-test-report] |SUCCESS| pw39360[dpdk-dev, 2/6] net/enic: fix the MTU handler to rely on max packet length
 2018-05-03 19:57 UTC 

[dpdk-test-report] |SUCCESS| pw39359[dpdk-dev, 1/6] net/enic: enable RQ first and then post Rx buffers
 2018-05-03 19:57 UTC 

[dpdk-test-report] |FAILURE| pw38601 [PATCH 8/9 v2] doc: add DPAA2 QDMA rawdev guide
 2018-05-03 19:49 UTC 

[dpdk-test-report] |SUCCESS| pw39364 [PATCH 6/6] net/enic: update UDP RSS controls
 2018-05-03 19:47 UTC 

[dpdk-test-report] |SUCCESS| pw39363 [PATCH 5/6] net/enic: fix RSS hash type advertisement
 2018-05-03 19:47 UTC 

[dpdk-test-report] |SUCCESS| pw39362 [PATCH 4/6] doc: update the enic guide and features
 2018-05-03 19:46 UTC 

[dpdk-test-report] |SUCCESS| pw39360 [PATCH 2/6] net/enic: fix the MTU handler to rely on max packet length
 2018-05-03 19:46 UTC 

[dpdk-test-report] |SUCCESS| pw39361 [PATCH 3/6] net/enic: set rte errno to positive value
 2018-05-03 19:46 UTC 

[dpdk-test-report] |FAILURE| pw38600 [PATCH 7/9 v2] raw/dpaa2_qdma: support enq and deq operations
 2018-05-03 19:41 UTC 

[dpdk-test-report] |SUCCESS| pw39359 [PATCH 1/6] net/enic: enable RQ first and then post Rx buffers
 2018-05-03 19:37 UTC 

[dpdk-test-report] |FAILURE| pw38599 [PATCH 6/9 v2] raw/dpaa2_qdma: support configuration APIs
 2018-05-03 19:26 UTC 

[dpdk-test-report] |FAILURE| pw38598 [PATCH 5/9 v2] raw/dpaa2_qdma: introduce the DPAA2 QDMA driver
 2018-05-03 19:17 UTC 

[dpdk-test-report] |SUCCESS| pw38597 [PATCH 4/9 v2] bus/fslmc: fix typecasting in IOVA/virt conversion macros
 2018-05-03 19:11 UTC 

[dpdk-test-report] |SUCCESS| pw38596 [PATCH 3/9 v2] bus/fslmc: add macros required by QDMA for FLE and FD
 2018-05-03 19:03 UTC 

[dpdk-test-report] |SUCCESS| pw38595 [PATCH 2/9 v2] bus/fslmc: support scanning and probing of QDMA devices
 2018-05-03 19:02 UTC 

[dpdk-test-report] |SUCCESS| pw38594 [PATCH 1/9 v2] bus/fslmc: support MC DPDMAI object
 2018-05-03 18:54 UTC 

[dpdk-test-report] |WARNING| pw39358 [PATCH 1/4] net/bnxt: update HWRM to version 1.9.2
 2018-05-03 17:42 UTC 

[dpdk-test-report] |FAILURE| pw39356[dpdk-dev, 4/4] net/bnxt: add NVM specific HWRM commands
 2018-05-03 17:27 UTC 

[dpdk-test-report] |FAILURE| pw39357[dpdk-dev, 3/4] net/bnxt: add HWRM comands for more filtering support
 2018-05-03 17:27 UTC 

page:  |  | 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).