Re: [dpdk-dev] Tx vlan offload problem with igb and DPDK v17.11

2018-09-04 Thread Victor Huertas
Forget about it, I found a bug in my software. Once solved, no problem with PKT_TX_VLAN_PKT at all. Regards, El lun., 3 sept. 2018 a las 19:32, Victor Huertas () escribió: > Hi all, > > I have realized that the PKT_TX_VLAN_PKT flag for Tx Vlan Offload doesn't > work in my application. > > Accor

Re: [dpdk-dev] Tx vlan offload problem with igb and DPDK v17.11

2018-09-04 Thread Victor Huertas
Hi all, I have solved the issue of the PKT_TX_VLAN_PKT using the SW version rte_vlan_insert function. However I would like to tell you what I have seen during my tests. I hope it can shed a light on the issue you the developers should correct. When I use m->old_flags |= PKT_TX_VLAN_PKT my Wires

[dpdk-dev] Tx vlan offload problem with igb and DPDK v17.11

2018-09-03 Thread Victor Huertas
Hi all, I have realized that the PKT_TX_VLAN_PKT flag for Tx Vlan Offload doesn't work in my application. According to the NICs I have (IGB) there seems to be a problem with this vlan offload tx feature and this version of DPDK according to the Bug 17 : https://bugs.dpdk.org/show_bug.cgi?id=17 I