Re: [ovs-dev] [PATCH 1/2] netdev-dpdk: Fix variables naming in set_admin_state function.

2017-11-22 Thread Stokes, Ian
> Function 'netdev_dpdk_set_admin_state()' was missed while fixing variables > naming according to the following convention: > > 'struct netdev':'netdev' > 'struct netdev_dpdk':'dev' > 'struct netdev_rxq':'rxq' > 'struct netdev_rxq_dpdk':'rx' > LGTM, will add this to the DPDK mer

[ovs-dev] [PATCH 1/2] netdev-dpdk: Fix variables naming in set_admin_state function.

2017-11-07 Thread Ilya Maximets
Function 'netdev_dpdk_set_admin_state()' was missed while fixing variables naming according to the following convention: 'struct netdev':'netdev' 'struct netdev_dpdk':'dev' 'struct netdev_rxq':'rxq' 'struct netdev_rxq_dpdk':'rx' Fixes: d46285a2206f ("netdev-dpdk: Consistent variab