Re: [dpdk-dev] [PATCH v5] ethdev: allow returning error on VLAN offload ops

2017-10-25 Thread Ferruh Yigit
On 10/24/2017 8:01 PM, Ferruh Yigit wrote: > From: David Harton > > Some devices may not support or fail setting VLAN offload > configuration based on dynamic circumstances so the > vlan_offload_set_t vector is modified to return an int so > the caller can determine success or not. > > rte_eth_d

[dpdk-dev] [PATCH v5] ethdev: allow returning error on VLAN offload ops

2017-10-24 Thread Ferruh Yigit
From: David Harton Some devices may not support or fail setting VLAN offload configuration based on dynamic circumstances so the vlan_offload_set_t vector is modified to return an int so the caller can determine success or not. rte_eth_dev_set_vlan_offload is updated to return the value provided