[dpdk-dev] [PATCH 1/2] eal/bsd: fix ioport write operation

Tiwei Bie tiwei.bie at intel.com
Mon May 8 11:07:36 CEST 2017


On Mon, May 08, 2017 at 09:55:01AM +0100, Bruce Richardson wrote:
> On Sun, May 07, 2017 at 01:33:33PM +0000, Tiwei Bie wrote:
> > The first param of out*() on FreeBSD is port, and the second one is
> > data. But they are reversed in DPDK. This patch fixes it.
> > 
> > Fixes: 756ce64b1ecd ("eal: introduce PCI ioport API") Cc:
> > stable at dpdk.org
> > 
> > Signed-off-by: Tiwei Bie <tiwei.bie at intel.com> ---
> How was this bug discovered so that we can verify that it is fixed?.  Is
> this in use by virtio or was it just discovered via code inspection?
> 

The virtio PMD in legacy mode doesn't work FreeBSD, and I tried to
fix this issue. And then I found this bug.

Best regards,
Tiwei Bie


More information about the dev mailing list