Implement the vlan_offload_set device operation to allow
enabling or disabling VLAN offloads through the API.
rte_eth_dev_set_vlan_offload() calls the driver to update the hardware
configuration. Because this driver performs VLAN stripping entirely in
software, only a dummy implementation is needed to avoid returning an
error.
Validation of unsupported or invalid flags is already handled in ethdev.