[dpdk-dev] [PATCH v2 2/4] net/virtio: clean up LSC setting

Yuanhan Liu yuanhan.liu at linux.intel.com
Fri Apr 28 06:48:12 CEST 2017


On Thu, Apr 27, 2017 at 07:35:37AM +0000, Jianfeng Tan wrote:
> LSC flag is set in several places, but only the last one takes effect;
> so we remove the redundant ones and just keep the last one.

Note that I modified this commit log a bit. It actually fixed a bug: the
dev_flags is being overwritten by rte_eth_copy_pci_info(), which resets
it to 0 unconditionally.

Thus, "Cc: stable at dpdk.org" is also added.

Thanks.

	--yliu


More information about the dev mailing list