Re: [dpdk-dev] [PATCH] net: fix Tx VLAN flag for offload emulation

2019-04-04 Thread Ferruh Yigit
On 3/25/2019 3:05 PM, Chas Williams wrote: > From: Bill Hong > > A PMD might use rte_vlan_insert to implement Tx VLAN offload. Typically > the PMD will insert the VLAN header in the transmit path and then attempt > to send the packets. If this fails, the packets are returned to > the application

Re: [dpdk-dev] [PATCH] net: fix Tx VLAN flag for offload emulation

2019-03-26 Thread Chas Williams
On 3/26/19 12:50 PM, Ferruh Yigit wrote: On 3/25/2019 3:05 PM, Chas Williams wrote: From: Bill Hong A PMD might use rte_vlan_insert to implement Tx VLAN offload. Typically the PMD will insert the VLAN header in the transmit path and then attempt to send the packets. If this fails, the pack

Re: [dpdk-dev] [PATCH] net: fix Tx VLAN flag for offload emulation

2019-03-26 Thread Ferruh Yigit
On 3/25/2019 3:05 PM, Chas Williams wrote: > From: Bill Hong > > A PMD might use rte_vlan_insert to implement Tx VLAN offload. Typically > the PMD will insert the VLAN header in the transmit path and then attempt > to send the packets. If this fails, the packets are returned to > the application