numam-dpdk/drivers
David Harton 289ba0c0f5 ethdev: allow returning error on VLAN offload ops
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 by the vector when called along with restoring
the original offload configs on failure.

Existing vlan_offload_set_t vectors are modified to return
an int.  Majority of cases return 0 but a few that actually
can fail now return their failure codes.

Finally, a vlan_offload_set_t vector is added to virtio
to facilitate dynamically turning VLAN strip on or off.

Signed-off-by: David Harton <dharton@cisco.com>
Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com>
2017-10-26 02:33:01 +02:00
..
bus event/dpaa2: add queue parameter in processing callback 2017-10-25 14:03:43 +02:00
crypto crypto/dpaa2_sec: support protocol offload IPsec 2017-10-26 03:12:41 +02:00
event event/octeontx: support event Rx adapter 2017-10-25 14:03:43 +02:00
mempool mk: do not generate LDLIBS from directory dependencies 2017-10-24 02:14:57 +02:00
net ethdev: allow returning error on VLAN offload ops 2017-10-26 02:33:01 +02:00
Makefile drivers: add net as dependency for event drivers 2017-10-25 14:03:43 +02:00