Currently each vpp interface has an 'rx-mode' which can be configured independently.
Implement `set vpp settings interfaces-rx-mode <polling|interrupt|adaptive>` which will configure all vpp interfaces and consider limitation of supporting the feature by NIC.
If some of NIC doesn't support the feature, throw an ConfigError.