[dpdk-dev] [PATCH v4 2/8] virtio: introduce struct virtio_pci_ops

Xie, Huawei huawei.xie at intel.com
Mon Jan 18 18:21:28 CET 2016


On 1/15/2016 12:34 PM, Yuanhan Liu wrote:
> +void
> +vtpci_write_dev_config(struct virtio_hw *hw, uint64_t offset,
> +		void *src, int length)
> +{
> +	hw->vtpci_ops->write_dev_cfg(hw, offset, src, length);

missed changing src to const.

> +}



More information about the dev mailing list