On Tue, 27 Aug 2019 09:38:17 -0700, Jeff Kirsher wrote: > This series contains updates to ice driver only.
Looks clear from uAPI perspective. It does mix fixes with -next, but I guess that's your call. Code-wise changes like this are perhaps the low-light: @@ -2105,7 +2108,10 @@ void ice_trigger_sw_intr(struct ice_hw *hw, struct ice_q_vector *q_vector) * @ring: Tx ring to be stopped * @txq_meta: Meta data of Tx ring to be stopped */ -static int +#ifndef CONFIG_PCI_IOV +static +#endif /* !CONFIG_PCI_IOV */ +int ice_vsi_stop_tx_ring(struct ice_vsi *vsi, enum ice_disq_rst_src rst_src, u16 rel_vmvf_num, struct ice_ring *ring, struct ice_txq_meta *txq_meta)