Discussion:
[dpdk-dev] dpdk vlan strip offload bug for I350 nic?
1534898891
2018-12-09 04:30:22 UTC
Permalink
Hi Guys:
I used the vlan strip offload in I350 nic case. VLAN tag is incorrect when packets are ICMP. Other packets are correct.
NIC:I350
DPDK version:18.02 OS:centos 7.4
Any help is appreciated.


Thanks.
Ho
Hideyuki Yamashita
2018-12-10 07:53:01 UTC
Permalink
Subject:

Dear Thomas and all,

I hope you all get safely back home after DPDK summit.
(When I get back Japan, it is chilling. (start of winter))

On DPDK 18.11.0, we tried to remove vhost device by using rte_eal_hotplug_remove().
However, following syslog message is printed.
$B!H(BEAL: Error: Invalid memory$B!I(B

At DPDK summit San Jose, we had chance to ask Thomas how to handle the error message, and he gave us following advice:
Replace $B!H(Brte_eal_hotplug_add()$B!I(B to $B!H(Brte_dev_probe(devargs)$B!I(B and
$B!H(Brte_eal_hotplug_remove()$B!I(B to $B!H(Brte_eth_dev_close() and rte_dev_remove(rte_dev)$B!I(B

We tested above changes, but the result is the same (i.e., same error message is printed).
The debug log message says:
---
[primary]
VHOST_CONFIG: vhost-user server: socket created, fd: 17
VHOST_CONFIG: bind to /tmp/sock0
EAL: Error: Invalid memory
VHOST_CONFIG: vhost-user server: socket created, fd: 17
VHOST_CONFIG: bind to /tmp/sock0

[secondary]
APP: devargs=eth_vhost0,iface=/tmp/sock0,queues=1
EAL: request: eal_dev_mp_request
EAL: msg: eal_dev_mp_request
EAL: request: bus_vdev_mp
EAL: msg: bus_vdev_mp
EAL: msg: bus_vdev_mp
EAL: reply: eal_dev_mp_request
EAL: msg: eal_dev_mp_request
rte_eth_promiscuous_disable: Function not supported
rte_eth_allmulticast_disable: Function not supported
APP: To Server: add
EAL: request: eal_dev_mp_request
EAL: msg: eal_dev_mp_request
EAL: reply: eal_dev_mp_request
EAL: msg: eal_dev_mp_request
APP: To Server: del
APP: devargs=eth_vhost0,iface=/tmp/sock0,queues=1
EAL: request: eal_dev_mp_request
EAL: msg: eal_dev_mp_request
EAL: request: bus_vdev_mp
EAL: msg: bus_vdev_mp
EAL: msg: bus_vdev_mp
EAL: reply: eal_dev_mp_request
EAL: msg: eal_dev_mp_request
rte_eth_promiscuous_disable: Function not supported
rte_eth_allmulticast_disable: Function not supported
APP: To Server: add
---

We would like to ask:
1) Is the message $B!H(BEAL: Error: Invalid memory$B!I(B ignorable or not? There is no obstacle except this message to re-add the vhost device.
2) Which is the better(best?) way to add/del vhost device $B!H(Brte_eal_hotplug_add/remove()$B!I(B or the way Thomas suggested?

Thanks in advance and have a nice day.

BR,
Hideyuki Yamashita
NTT TechnoCross
Hideyuki Yamashita
2018-12-11 00:54:09 UTC
Permalink
Adding my colleague Yasufumi and Hiroyuki as CC.

We are waiting valuable advice from you.

Thanks in advance,
Hideyuki Yamashita
NTT TechnoCross
Post by Hideyuki Yamashita
Dear Thomas and all,
I hope you all get safely back home after DPDK summit.
(When I get back Japan, it is chilling. (start of winter))
On DPDK 18.11.0, we tried to remove vhost device by using rte_eal_hotplug_remove().
However, following syslog message is printed.
$B!H(BEAL: Error: Invalid memory$B!I(B
Replace $B!H(Brte_eal_hotplug_add()$B!I(B to $B!H(Brte_dev_probe(devargs)$B!I(B and
$B!H(Brte_eal_hotplug_remove()$B!I(B to $B!H(Brte_eth_dev_close() and rte_dev_remove(rte_dev)$B!I(B
We tested above changes, but the result is the same (i.e., same error message is printed).
---
[primary]
VHOST_CONFIG: vhost-user server: socket created, fd: 17
VHOST_CONFIG: bind to /tmp/sock0
EAL: Error: Invalid memory
VHOST_CONFIG: vhost-user server: socket created, fd: 17
VHOST_CONFIG: bind to /tmp/sock0
[secondary]
APP: devargs=eth_vhost0,iface=/tmp/sock0,queues=1
EAL: request: eal_dev_mp_request
EAL: msg: eal_dev_mp_request
EAL: request: bus_vdev_mp
EAL: msg: bus_vdev_mp
EAL: msg: bus_vdev_mp
EAL: reply: eal_dev_mp_request
EAL: msg: eal_dev_mp_request
rte_eth_promiscuous_disable: Function not supported
rte_eth_allmulticast_disable: Function not supported
APP: To Server: add
EAL: request: eal_dev_mp_request
EAL: msg: eal_dev_mp_request
EAL: reply: eal_dev_mp_request
EAL: msg: eal_dev_mp_request
APP: To Server: del
APP: devargs=eth_vhost0,iface=/tmp/sock0,queues=1
EAL: request: eal_dev_mp_request
EAL: msg: eal_dev_mp_request
EAL: request: bus_vdev_mp
EAL: msg: bus_vdev_mp
EAL: msg: bus_vdev_mp
EAL: reply: eal_dev_mp_request
EAL: msg: eal_dev_mp_request
rte_eth_promiscuous_disable: Function not supported
rte_eth_allmulticast_disable: Function not supported
APP: To Server: add
---
1) Is the message $B!H(BEAL: Error: Invalid memory$B!I(B ignorable or not? There is no obstacle except this message to re-add the vhost device.
2) Which is the better(best?) way to add/del vhost device $B!H(Brte_eal_hotplug_add/remove()$B!I(B or the way Thomas suggested?
Thanks in advance and have a nice day.
BR,
Hideyuki Yamashita
NTT TechnoCross
1534898891
2018-12-09 05:23:01 UTC
Permalink
My server's port connect to switch with trunk. The gw IP on switch's vlan-if. I used kni send icmp reques to gw, but the vlan_tci of icmp reply packets is incorrect. Other packets are correct. such as the ping same subnet servers or other packets(tcp or udp) and switch gw ping my kni is OK. This is too weird. The attachment is my test program. I guess it's dpdk drive bug or firmware bug.


Any help is appreciated.


Thanks.



------------------ Original ------------------
From: "冰泪"<***@qq.com>;
Date: Sun, Dec 9, 2018 12:30 PM
To: "dev"<***@dpdk.org>;

Subject: dpdk vlan strip offload bug for I350 nic?



Hi Guys:
I used the vlan strip offload in I350 nic case. VLAN tag is incorrect when packets are ICMP. Other packets are correct.
NIC:I350
DPDK version:18.02 OS:centos 7.4
Any help is appreciated.


Thanks.
Hong
Loading...