* [dpdk-test-report] |FAILURE| pw42103[v4, 4/4] net/virtio: improve offload check performance
@ 2018-07-06 6:46 sys_stv
0 siblings, 0 replies; 3+ messages in thread
From: sys_stv @ 2018-07-06 6:46 UTC (permalink / raw)
To: test-report
[-- Attachment #1: Type: text/plain, Size: 5467 bytes --]
Test-Label: Intel-compilation
Test-Status: FAILURE
http://dpdk.org/patch/42103
_apply issues_
Submitter: Maxime Coquelin <maxime.coquelin@redhat.com>
Date: 2018-07-02 15:25:47
DPDK git baseline:
Repo:dpdk-master, CommitID: 05e0eee0001cb19671eb7e8d3dd68680a695fea2
Repo:dpdk-next-eventdev, CommitID: 9131a10a60bdbf8cd19e0158c6e01648a1d25e23
Repo:dpdk-next-net, CommitID: e5647516deae231db94b5488a6c3d48310ab619c
Repo:dpdk-next-crypto, CommitID: e4eb7ecc21bc161489d095f96e7769a1406fdaa4
Repo:dpdk-next-virtio, CommitID: 9b954f9c455a76304601deb88e2df1549dc9e09a
*Repo: dpdk-master
Checking patch drivers/net/virtio/virtio_ethdev.c...
Hunk #1 succeeded at 1793 (offset -5 lines).
Hunk #2 succeeded at 1888 (offset -5 lines).
Checking patch drivers/net/virtio/virtio_pci.h...
error: while searching for:
uint8_t use_simple_rx;
uint8_t use_inorder_rx;
uint8_t use_inorder_tx;
uint16_t port_id;
uint8_t mac_addr[ETHER_ADDR_LEN];
uint32_t notify_off_multiplier;
error: patch failed: drivers/net/virtio/virtio_pci.h:240
error: drivers/net/virtio/virtio_pci.h: patch does not apply
Checking patch drivers/net/virtio/virtio_rxtx.c...
Hunk #1 succeeded at 225 (offset -122 lines).
error: while searching for:
static inline void
virtqueue_xmit_offload(struct virtio_net_hdr *hdr,
struct rte_mbuf *cookie,
int offload)
{
if (offload) {
if (cookie->ol_flags & PKT_TX_TCP_SEG)
error: patch failed: drivers/net/virtio/virtio_rxtx.c:364
error: drivers/net/virtio/virtio_rxtx.c: patch does not apply
*Repo: dpdk-next-eventdev
Checking patch drivers/net/virtio/virtio_ethdev.c...
Hunk #1 succeeded at 1793 (offset -5 lines).
Hunk #2 succeeded at 1888 (offset -5 lines).
Checking patch drivers/net/virtio/virtio_pci.h...
error: while searching for:
uint8_t use_simple_rx;
uint8_t use_inorder_rx;
uint8_t use_inorder_tx;
uint16_t port_id;
uint8_t mac_addr[ETHER_ADDR_LEN];
uint32_t notify_off_multiplier;
error: patch failed: drivers/net/virtio/virtio_pci.h:240
error: drivers/net/virtio/virtio_pci.h: patch does not apply
Checking patch drivers/net/virtio/virtio_rxtx.c...
Hunk #1 succeeded at 225 (offset -122 lines).
error: while searching for:
static inline void
virtqueue_xmit_offload(struct virtio_net_hdr *hdr,
struct rte_mbuf *cookie,
int offload)
{
if (offload) {
if (cookie->ol_flags & PKT_TX_TCP_SEG)
error: patch failed: drivers/net/virtio/virtio_rxtx.c:364
error: drivers/net/virtio/virtio_rxtx.c: patch does not apply
*Repo: dpdk-next-net
Checking patch drivers/net/virtio/virtio_ethdev.c...
error: while searching for:
rte_pci_register(&rte_virtio_pmd);
}
/*
* Configure virtio device
* It returns 0 on success.
error: patch failed: drivers/net/virtio/virtio_ethdev.c:1798
error: drivers/net/virtio/virtio_ethdev.c: patch does not apply
Checking patch drivers/net/virtio/virtio_pci.h...
error: while searching for:
#define _VIRTIO_PCI_H_
#include <stdint.h>
#include <rte_pci.h>
#include <rte_bus_pci.h>
error: patch failed: drivers/net/virtio/virtio_pci.h:6
error: drivers/net/virtio/virtio_pci.h: patch does not apply
Checking patch drivers/net/virtio/virtio_rxtx.c...
error: while searching for:
}
}
static inline int
tx_offload_enabled(struct virtio_hw *hw)
--
}
/* avoid write operation when necessary, to lessen cache issues */
#define ASSIGN_UNLESS_EQUAL(var, val) do { \
error: patch failed: drivers/net/virtio/virtio_rxtx.c:347
error: drivers/net/virtio/virtio_rxtx.c: patch does not apply
*Repo: dpdk-next-crypto
Checking patch drivers/net/virtio/virtio_ethdev.c...
Hunk #1 succeeded at 1793 (offset -5 lines).
Hunk #2 succeeded at 1888 (offset -5 lines).
Checking patch drivers/net/virtio/virtio_pci.h...
error: while searching for:
uint8_t use_simple_rx;
uint8_t use_inorder_rx;
uint8_t use_inorder_tx;
uint16_t port_id;
uint8_t mac_addr[ETHER_ADDR_LEN];
uint32_t notify_off_multiplier;
error: patch failed: drivers/net/virtio/virtio_pci.h:240
error: drivers/net/virtio/virtio_pci.h: patch does not apply
Checking patch drivers/net/virtio/virtio_rxtx.c...
Hunk #1 succeeded at 225 (offset -122 lines).
error: while searching for:
static inline void
virtqueue_xmit_offload(struct virtio_net_hdr *hdr,
struct rte_mbuf *cookie,
int offload)
{
if (offload) {
if (cookie->ol_flags & PKT_TX_TCP_SEG)
error: patch failed: drivers/net/virtio/virtio_rxtx.c:364
error: drivers/net/virtio/virtio_rxtx.c: patch does not apply
*Repo: dpdk-next-virtio
Checking patch drivers/net/virtio/virtio_ethdev.c...
error: while searching for:
rte_pci_register(&rte_virtio_pmd);
}
/*
* Configure virtio device
* It returns 0 on success.
error: patch failed: drivers/net/virtio/virtio_ethdev.c:1798
error: drivers/net/virtio/virtio_ethdev.c: patch does not apply
Checking patch drivers/net/virtio/virtio_pci.h...
error: while searching for:
#define _VIRTIO_PCI_H_
#include <stdint.h>
#include <rte_pci.h>
#include <rte_bus_pci.h>
error: patch failed: drivers/net/virtio/virtio_pci.h:6
error: drivers/net/virtio/virtio_pci.h: patch does not apply
Checking patch drivers/net/virtio/virtio_rxtx.c...
error: while searching for:
}
}
static inline int
tx_offload_enabled(struct virtio_hw *hw)
--
}
/* avoid write operation when necessary, to lessen cache issues */
#define ASSIGN_UNLESS_EQUAL(var, val) do { \
error: patch failed: drivers/net/virtio/virtio_rxtx.c:347
error: drivers/net/virtio/virtio_rxtx.c: patch does not apply
DPDK STV team
^ permalink raw reply [flat|nested] 3+ messages in thread
* [dpdk-test-report] |FAILURE| pw42103[v4, 4/4] net/virtio: improve offload check performance
@ 2018-07-06 7:53 sys_stv
0 siblings, 0 replies; 3+ messages in thread
From: sys_stv @ 2018-07-06 7:53 UTC (permalink / raw)
To: test-report
[-- Attachment #1: Type: text/plain, Size: 5467 bytes --]
Test-Label: Intel-compilation
Test-Status: FAILURE
http://dpdk.org/patch/42103
_apply issues_
Submitter: Maxime Coquelin <maxime.coquelin@redhat.com>
Date: 2018-07-02 15:25:47
DPDK git baseline:
Repo:dpdk-master, CommitID: 05e0eee0001cb19671eb7e8d3dd68680a695fea2
Repo:dpdk-next-eventdev, CommitID: 9131a10a60bdbf8cd19e0158c6e01648a1d25e23
Repo:dpdk-next-net, CommitID: e5647516deae231db94b5488a6c3d48310ab619c
Repo:dpdk-next-crypto, CommitID: e4eb7ecc21bc161489d095f96e7769a1406fdaa4
Repo:dpdk-next-virtio, CommitID: 9b954f9c455a76304601deb88e2df1549dc9e09a
*Repo: dpdk-master
Checking patch drivers/net/virtio/virtio_ethdev.c...
Hunk #1 succeeded at 1793 (offset -5 lines).
Hunk #2 succeeded at 1888 (offset -5 lines).
Checking patch drivers/net/virtio/virtio_pci.h...
error: while searching for:
uint8_t use_simple_rx;
uint8_t use_inorder_rx;
uint8_t use_inorder_tx;
uint16_t port_id;
uint8_t mac_addr[ETHER_ADDR_LEN];
uint32_t notify_off_multiplier;
error: patch failed: drivers/net/virtio/virtio_pci.h:240
error: drivers/net/virtio/virtio_pci.h: patch does not apply
Checking patch drivers/net/virtio/virtio_rxtx.c...
Hunk #1 succeeded at 225 (offset -122 lines).
error: while searching for:
static inline void
virtqueue_xmit_offload(struct virtio_net_hdr *hdr,
struct rte_mbuf *cookie,
int offload)
{
if (offload) {
if (cookie->ol_flags & PKT_TX_TCP_SEG)
error: patch failed: drivers/net/virtio/virtio_rxtx.c:364
error: drivers/net/virtio/virtio_rxtx.c: patch does not apply
*Repo: dpdk-next-eventdev
Checking patch drivers/net/virtio/virtio_ethdev.c...
Hunk #1 succeeded at 1793 (offset -5 lines).
Hunk #2 succeeded at 1888 (offset -5 lines).
Checking patch drivers/net/virtio/virtio_pci.h...
error: while searching for:
uint8_t use_simple_rx;
uint8_t use_inorder_rx;
uint8_t use_inorder_tx;
uint16_t port_id;
uint8_t mac_addr[ETHER_ADDR_LEN];
uint32_t notify_off_multiplier;
error: patch failed: drivers/net/virtio/virtio_pci.h:240
error: drivers/net/virtio/virtio_pci.h: patch does not apply
Checking patch drivers/net/virtio/virtio_rxtx.c...
Hunk #1 succeeded at 225 (offset -122 lines).
error: while searching for:
static inline void
virtqueue_xmit_offload(struct virtio_net_hdr *hdr,
struct rte_mbuf *cookie,
int offload)
{
if (offload) {
if (cookie->ol_flags & PKT_TX_TCP_SEG)
error: patch failed: drivers/net/virtio/virtio_rxtx.c:364
error: drivers/net/virtio/virtio_rxtx.c: patch does not apply
*Repo: dpdk-next-net
Checking patch drivers/net/virtio/virtio_ethdev.c...
error: while searching for:
rte_pci_register(&rte_virtio_pmd);
}
/*
* Configure virtio device
* It returns 0 on success.
error: patch failed: drivers/net/virtio/virtio_ethdev.c:1798
error: drivers/net/virtio/virtio_ethdev.c: patch does not apply
Checking patch drivers/net/virtio/virtio_pci.h...
error: while searching for:
#define _VIRTIO_PCI_H_
#include <stdint.h>
#include <rte_pci.h>
#include <rte_bus_pci.h>
error: patch failed: drivers/net/virtio/virtio_pci.h:6
error: drivers/net/virtio/virtio_pci.h: patch does not apply
Checking patch drivers/net/virtio/virtio_rxtx.c...
error: while searching for:
}
}
static inline int
tx_offload_enabled(struct virtio_hw *hw)
--
}
/* avoid write operation when necessary, to lessen cache issues */
#define ASSIGN_UNLESS_EQUAL(var, val) do { \
error: patch failed: drivers/net/virtio/virtio_rxtx.c:347
error: drivers/net/virtio/virtio_rxtx.c: patch does not apply
*Repo: dpdk-next-crypto
Checking patch drivers/net/virtio/virtio_ethdev.c...
Hunk #1 succeeded at 1793 (offset -5 lines).
Hunk #2 succeeded at 1888 (offset -5 lines).
Checking patch drivers/net/virtio/virtio_pci.h...
error: while searching for:
uint8_t use_simple_rx;
uint8_t use_inorder_rx;
uint8_t use_inorder_tx;
uint16_t port_id;
uint8_t mac_addr[ETHER_ADDR_LEN];
uint32_t notify_off_multiplier;
error: patch failed: drivers/net/virtio/virtio_pci.h:240
error: drivers/net/virtio/virtio_pci.h: patch does not apply
Checking patch drivers/net/virtio/virtio_rxtx.c...
Hunk #1 succeeded at 225 (offset -122 lines).
error: while searching for:
static inline void
virtqueue_xmit_offload(struct virtio_net_hdr *hdr,
struct rte_mbuf *cookie,
int offload)
{
if (offload) {
if (cookie->ol_flags & PKT_TX_TCP_SEG)
error: patch failed: drivers/net/virtio/virtio_rxtx.c:364
error: drivers/net/virtio/virtio_rxtx.c: patch does not apply
*Repo: dpdk-next-virtio
Checking patch drivers/net/virtio/virtio_ethdev.c...
error: while searching for:
rte_pci_register(&rte_virtio_pmd);
}
/*
* Configure virtio device
* It returns 0 on success.
error: patch failed: drivers/net/virtio/virtio_ethdev.c:1798
error: drivers/net/virtio/virtio_ethdev.c: patch does not apply
Checking patch drivers/net/virtio/virtio_pci.h...
error: while searching for:
#define _VIRTIO_PCI_H_
#include <stdint.h>
#include <rte_pci.h>
#include <rte_bus_pci.h>
error: patch failed: drivers/net/virtio/virtio_pci.h:6
error: drivers/net/virtio/virtio_pci.h: patch does not apply
Checking patch drivers/net/virtio/virtio_rxtx.c...
error: while searching for:
}
}
static inline int
tx_offload_enabled(struct virtio_hw *hw)
--
}
/* avoid write operation when necessary, to lessen cache issues */
#define ASSIGN_UNLESS_EQUAL(var, val) do { \
error: patch failed: drivers/net/virtio/virtio_rxtx.c:347
error: drivers/net/virtio/virtio_rxtx.c: patch does not apply
DPDK STV team
^ permalink raw reply [flat|nested] 3+ messages in thread
* [dpdk-test-report] |FAILURE| pw42103[v4, 4/4] net/virtio: improve offload check performance
@ 2018-07-05 8:41 sys_stv
0 siblings, 0 replies; 3+ messages in thread
From: sys_stv @ 2018-07-05 8:41 UTC (permalink / raw)
To: test-report
[-- Attachment #1: Type: text/plain, Size: 5467 bytes --]
Test-Label: Intel-compilation
Test-Status: FAILURE
http://dpdk.org/patch/42103
_apply issues_
Submitter: Maxime Coquelin <maxime.coquelin@redhat.com>
Date: 2018-07-02 15:25:47
DPDK git baseline:
Repo:dpdk-master, CommitID: 05e0eee0001cb19671eb7e8d3dd68680a695fea2
Repo:dpdk-next-eventdev, CommitID: aa9cbfc8cd1cae3e91e4741edc2aaf3d08056a39
Repo:dpdk-next-net, CommitID: 0b8b92e38cd55c68e4dc49dd597f62327798ec74
Repo:dpdk-next-crypto, CommitID: a5203e08a5e9b6ee9ffbbf4c150b7776de833b08
Repo:dpdk-next-virtio, CommitID: 9b954f9c455a76304601deb88e2df1549dc9e09a
*Repo: dpdk-master
Checking patch drivers/net/virtio/virtio_ethdev.c...
Hunk #1 succeeded at 1793 (offset -5 lines).
Hunk #2 succeeded at 1888 (offset -5 lines).
Checking patch drivers/net/virtio/virtio_pci.h...
error: while searching for:
uint8_t use_simple_rx;
uint8_t use_inorder_rx;
uint8_t use_inorder_tx;
uint16_t port_id;
uint8_t mac_addr[ETHER_ADDR_LEN];
uint32_t notify_off_multiplier;
error: patch failed: drivers/net/virtio/virtio_pci.h:240
error: drivers/net/virtio/virtio_pci.h: patch does not apply
Checking patch drivers/net/virtio/virtio_rxtx.c...
Hunk #1 succeeded at 225 (offset -122 lines).
error: while searching for:
static inline void
virtqueue_xmit_offload(struct virtio_net_hdr *hdr,
struct rte_mbuf *cookie,
int offload)
{
if (offload) {
if (cookie->ol_flags & PKT_TX_TCP_SEG)
error: patch failed: drivers/net/virtio/virtio_rxtx.c:364
error: drivers/net/virtio/virtio_rxtx.c: patch does not apply
*Repo: dpdk-next-eventdev
Checking patch drivers/net/virtio/virtio_ethdev.c...
Hunk #1 succeeded at 1793 (offset -5 lines).
Hunk #2 succeeded at 1888 (offset -5 lines).
Checking patch drivers/net/virtio/virtio_pci.h...
error: while searching for:
uint8_t use_simple_rx;
uint8_t use_inorder_rx;
uint8_t use_inorder_tx;
uint16_t port_id;
uint8_t mac_addr[ETHER_ADDR_LEN];
uint32_t notify_off_multiplier;
error: patch failed: drivers/net/virtio/virtio_pci.h:240
error: drivers/net/virtio/virtio_pci.h: patch does not apply
Checking patch drivers/net/virtio/virtio_rxtx.c...
Hunk #1 succeeded at 225 (offset -122 lines).
error: while searching for:
static inline void
virtqueue_xmit_offload(struct virtio_net_hdr *hdr,
struct rte_mbuf *cookie,
int offload)
{
if (offload) {
if (cookie->ol_flags & PKT_TX_TCP_SEG)
error: patch failed: drivers/net/virtio/virtio_rxtx.c:364
error: drivers/net/virtio/virtio_rxtx.c: patch does not apply
*Repo: dpdk-next-net
Checking patch drivers/net/virtio/virtio_ethdev.c...
error: while searching for:
rte_pci_register(&rte_virtio_pmd);
}
/*
* Configure virtio device
* It returns 0 on success.
error: patch failed: drivers/net/virtio/virtio_ethdev.c:1798
error: drivers/net/virtio/virtio_ethdev.c: patch does not apply
Checking patch drivers/net/virtio/virtio_pci.h...
error: while searching for:
#define _VIRTIO_PCI_H_
#include <stdint.h>
#include <rte_pci.h>
#include <rte_bus_pci.h>
error: patch failed: drivers/net/virtio/virtio_pci.h:6
error: drivers/net/virtio/virtio_pci.h: patch does not apply
Checking patch drivers/net/virtio/virtio_rxtx.c...
error: while searching for:
}
}
static inline int
tx_offload_enabled(struct virtio_hw *hw)
--
}
/* avoid write operation when necessary, to lessen cache issues */
#define ASSIGN_UNLESS_EQUAL(var, val) do { \
error: patch failed: drivers/net/virtio/virtio_rxtx.c:347
error: drivers/net/virtio/virtio_rxtx.c: patch does not apply
*Repo: dpdk-next-crypto
Checking patch drivers/net/virtio/virtio_ethdev.c...
Hunk #1 succeeded at 1793 (offset -5 lines).
Hunk #2 succeeded at 1888 (offset -5 lines).
Checking patch drivers/net/virtio/virtio_pci.h...
error: while searching for:
uint8_t use_simple_rx;
uint8_t use_inorder_rx;
uint8_t use_inorder_tx;
uint16_t port_id;
uint8_t mac_addr[ETHER_ADDR_LEN];
uint32_t notify_off_multiplier;
error: patch failed: drivers/net/virtio/virtio_pci.h:240
error: drivers/net/virtio/virtio_pci.h: patch does not apply
Checking patch drivers/net/virtio/virtio_rxtx.c...
Hunk #1 succeeded at 225 (offset -122 lines).
error: while searching for:
static inline void
virtqueue_xmit_offload(struct virtio_net_hdr *hdr,
struct rte_mbuf *cookie,
int offload)
{
if (offload) {
if (cookie->ol_flags & PKT_TX_TCP_SEG)
error: patch failed: drivers/net/virtio/virtio_rxtx.c:364
error: drivers/net/virtio/virtio_rxtx.c: patch does not apply
*Repo: dpdk-next-virtio
Checking patch drivers/net/virtio/virtio_ethdev.c...
error: while searching for:
rte_pci_register(&rte_virtio_pmd);
}
/*
* Configure virtio device
* It returns 0 on success.
error: patch failed: drivers/net/virtio/virtio_ethdev.c:1798
error: drivers/net/virtio/virtio_ethdev.c: patch does not apply
Checking patch drivers/net/virtio/virtio_pci.h...
error: while searching for:
#define _VIRTIO_PCI_H_
#include <stdint.h>
#include <rte_pci.h>
#include <rte_bus_pci.h>
error: patch failed: drivers/net/virtio/virtio_pci.h:6
error: drivers/net/virtio/virtio_pci.h: patch does not apply
Checking patch drivers/net/virtio/virtio_rxtx.c...
error: while searching for:
}
}
static inline int
tx_offload_enabled(struct virtio_hw *hw)
--
}
/* avoid write operation when necessary, to lessen cache issues */
#define ASSIGN_UNLESS_EQUAL(var, val) do { \
error: patch failed: drivers/net/virtio/virtio_rxtx.c:347
error: drivers/net/virtio/virtio_rxtx.c: patch does not apply
DPDK STV team
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2018-07-06 7:53 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-07-06 6:46 [dpdk-test-report] |FAILURE| pw42103[v4, 4/4] net/virtio: improve offload check performance sys_stv
-- strict thread matches above, loose matches on Subject: below --
2018-07-06 7:53 sys_stv
2018-07-05 8:41 sys_stv
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).